In [1]:
import emission.analysis.plotting.leaflet_osm.ipython_helper as ipy
import emission.analysis.plotting.leaflet_osm.our_plotter as lo
In [2]:
import datetime as pydt
import pytz
import time
In [3]:
import logging
logging.getLogger().setLevel(logging.DEBUG)
In [4]:
get_dt = lambda (month,date): time.mktime(pydt.datetime(2015,month,date,tzinfo=pytz.timezone("America/Los_Angeles")).timetuple())
In [5]:
get_dt((8,27))
Out[5]:
1440662400.0
In [6]:
# import emission.core.get_database as edb
# import json
# import uuid
# logging.info("Before loading, timeseries db size = %s" % edb.get_timeseries_db().count())
# entries = json.load(open("../../../emission/tests/data/my_data_jul_22.txt"))
# testUUID = uuid.uuid4()
# for entry in entries:
# entry["user_id"] = testUUID
# edb.get_timeseries_db().save(entry)
In [7]:
import emission.storage.timeseries.abstract_timeseries as esta
In [8]:
esta.TimeSeries.get_uuid_list()
Out[8]:
[UUID('0763de67-f61e-3f5d-90e7-518e69793954'),
UUID('f955cff1-8fb8-3b42-8776-6d8874e5b90a'),
UUID('b0d937d0-70ef-305e-9563-440369012b39')]
In [9]:
myuuid = esta.TimeSeries.get_uuid_list()[0]
tomuuid = esta.TimeSeries.get_uuid_list()[2]
# myuuid = testUUID
In [10]:
# import emission.analysis.intake.segmentation.section_segmentation as eaiss
# import emission.analysis.intake.segmentation.trip_segmentation as eaist
# eaist.segment_current_trips(testUUID)
# eaiss.segment_current_sections(testUUID)
In [11]:
reload(lo)
reload(lo.esdt)
Out[11]:
<module 'emission.storage.decorations.trip_queries' from '/Users/shankari/e-mission/e-mission-server/emission/storage/decorations/trip_queries.pyc'>
In [12]:
map_list = lo.get_maps_for_range(myuuid, get_dt((8,27)), get_dt((8,28)))
DEBUG:root:8 places found in database
DEBUG:root:Considering place 56081ad3f6858f3a71f65e4c: 2015-08-27 08:30:08.302000-07:00 -> 2015-08-27 08:34:22.943000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e4e: 2015-08-27 08:41:16.784000-07:00 -> 2015-08-27 08:51:58.768000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e50: 2015-08-27 09:53:44.894000-07:00 -> 2015-08-27 10:05:52.989000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e52: 2015-08-27 11:14:26.669000-07:00 -> 2015-08-27 11:25:33.687000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e54: 2015-08-27 11:27:20.477000-07:00 -> 2015-08-27 15:59:27.376000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e56: 2015-08-27 16:54:28.317000-07:00 -> 2015-08-27 17:03:59.012000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e58: 2015-08-27 17:55:34.898000-07:00 -> 2015-08-27 19:21:59.971000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e5a: 2015-08-27 19:32:22.709000-07:00 -> None
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e4b: 2015-08-27 08:18:59.672000-07:00 -> 2015-08-27 08:30:08.302000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e4d: 2015-08-27 08:34:22.943000-07:00 -> 2015-08-27 08:41:16.784000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e4f: 2015-08-27 08:51:58.768000-07:00 -> 2015-08-27 09:53:44.894000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e51: 2015-08-27 10:05:52.989000-07:00 -> 2015-08-27 11:14:26.669000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e53: 2015-08-27 11:25:33.687000-07:00 -> 2015-08-27 11:27:20.477000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e55: 2015-08-27 15:59:27.376000-07:00 -> 2015-08-27 16:54:28.317000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e57: 2015-08-27 17:03:59.012000-07:00 -> 2015-08-27 17:55:34.898000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e59: 2015-08-27 19:21:59.971000-07:00 -> 2015-08-27 19:32:22.709000-07:00
DEBUG:root:len(places) = 8, len(trips) = 8
DEBUG:root:Starting with element of type trip, id 56081ad3f6858f3a71f65e4b, details Trip({u'end_place': ObjectId('56081ad3f6858f3a71f65e4c'), u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0846749, 37.393415]}, u'end_ts': 1440689408.302, u'start_ts': 1440688739.672, u'start_fmt_time': u'2015-08-27 08:18:59.672000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0835641, 37.4034802]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('56081ad3f6858f3a71f65e4a'), u'end_fmt_time': u'2015-08-27 08:30:08.302000-07:00', u'duration': 668.6300001144409, u'_id': ObjectId('56081ad3f6858f3a71f65e4b')})
DEBUG:root:len(trips) = 8, adding start_place 56081ad3f6858f3a71f65e4a and end_place 56081ad3f6858f3a71f65e5a
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e4b'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 1, len(trips) = 2
DEBUG:root:Starting with element of type trip, id 56081ad9f6858f3a71f65e7e, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 1, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0846749, 37.393415]}, u'end_ts': 1440689265.092, u'start_ts': 1440688739.672, u'start_fmt_time': u'2015-08-27 08:18:59.672000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0847081, 37.4033491]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-27 08:27:45.092000-07:00', u'duration': 525.420000076294, u'end_stop': ObjectId('56081ad9f6858f3a71f65e80'), u'_id': ObjectId('56081ad9f6858f3a71f65e7e'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e4b')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440688739.672, '$lt': 1440689285.092}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0846749, 37.393415]}, u'fmt_time': u'2015-08-27 08:18:59.672000-07:00', u'altitude': 0, u'ts': 1440688739.672, u'longitude': -122.0846749, u'latitude': 37.393415, '_id': ObjectId('55df34ee7d65cb39ee9865a6'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 43.5})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0846749, 37.393415]}, u'fmt_time': u'2015-08-27 08:18:59.672000-07:00', u'altitude': 0, u'ts': 1440688739.672, u'longitude': -122.0846749, u'latitude': 37.393415, '_id': ObjectId('55df34ee7d65cb39ee9865a6'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 43.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0841016, 37.3941547]}, u'fmt_time': u'2015-08-27 08:19:15.574000-07:00', u'altitude': 0, u'ts': 1440688755.574, u'longitude': -122.0841016, u'latitude': 37.3941547, '_id': ObjectId('55df34ee7d65cb39ee9865a8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 81.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0831438, 37.3956262]}, u'fmt_time': u'2015-08-27 08:19:47.388000-07:00', u'altitude': 0, u'ts': 1440688787.388, u'longitude': -122.0831438, u'latitude': 37.3956262, '_id': ObjectId('55df34ee7d65cb39ee9865aa'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0830409, 37.3957967]}, u'fmt_time': u'2015-08-27 08:20:19.216000-07:00', u'altitude': 0, u'ts': 1440688819.216, u'longitude': -122.0830409, u'latitude': 37.3957967, '_id': ObjectId('55df34ee7d65cb39ee9865ad'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0830094, 37.3959019]}, u'fmt_time': u'2015-08-27 08:20:51.053000-07:00', u'altitude': 0, u'ts': 1440688851.053, u'longitude': -122.0830094, u'latitude': 37.3959019, '_id': ObjectId('55df34ee7d65cb39ee9865af'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0828785, 37.3960132]}, u'fmt_time': u'2015-08-27 08:21:22.869000-07:00', u'altitude': 0, u'ts': 1440688882.869, u'longitude': -122.0828785, u'latitude': 37.3960132, '_id': ObjectId('55df34ee7d65cb39ee9865b1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 48.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0828663, 37.3960665]}, u'fmt_time': u'2015-08-27 08:21:38.781000-07:00', u'altitude': 0, u'ts': 1440688898.781, u'longitude': -122.0828663, u'latitude': 37.3960665, '_id': ObjectId('55df34ee7d65cb39ee9865b4'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 43.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0818078, 37.3957659]}, u'fmt_time': u'2015-08-27 08:22:10.603000-07:00', u'altitude': 0, u'ts': 1440688930.603, u'longitude': -122.0818078, u'latitude': 37.3957659, '_id': ObjectId('55df34ef7d65cb39ee9865b7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0808227, 37.3971981]}, u'fmt_time': u'2015-08-27 08:22:42.392000-07:00', u'altitude': 0, u'ts': 1440688962.392, u'longitude': -122.0808227, u'latitude': 37.3971981, '_id': ObjectId('55df34ef7d65cb39ee9865b9'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0808461, 37.3986502]}, u'fmt_time': u'2015-08-27 08:23:14.225000-07:00', u'altitude': 0, u'ts': 1440688994.225, u'longitude': -122.0808461, u'latitude': 37.3986502, '_id': ObjectId('55df34ef7d65cb39ee9865bc'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 55.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0805741, 37.3999882]}, u'fmt_time': u'2015-08-27 08:23:46.067000-07:00', u'altitude': 0, u'ts': 1440689026.067, u'longitude': -122.0805741, u'latitude': 37.3999882, '_id': ObjectId('55df34ef7d65cb39ee9865bf'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 31.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0805585, 37.3999972]}, u'fmt_time': u'2015-08-27 08:24:17.903000-07:00', u'altitude': 0, u'ts': 1440689057.903, u'longitude': -122.0805585, u'latitude': 37.3999972, '_id': ObjectId('55df34ef7d65cb39ee9865c1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0809311, 37.3999008]}, u'fmt_time': u'2015-08-27 08:24:49.947000-07:00', u'altitude': 0, u'ts': 1440689089.947, u'longitude': -122.0809311, u'latitude': 37.3999008, '_id': ObjectId('55df34ef7d65cb39ee9865c4'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 105.968}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0825585, 37.400037]}, u'fmt_time': u'2015-08-27 08:25:21.789000-07:00', u'altitude': 0, u'ts': 1440689121.789, u'longitude': -122.0825585, u'latitude': 37.400037, '_id': ObjectId('55df34ef7d65cb39ee9865c7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 125.167}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.084657, 37.4006053]}, u'fmt_time': u'2015-08-27 08:25:53.593000-07:00', u'altitude': 0, u'ts': 1440689153.593, u'longitude': -122.084657, u'latitude': 37.4006053, '_id': ObjectId('55df34f07d65cb39ee9865c9'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 50.612}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0847354, 37.4007025]}, u'fmt_time': u'2015-08-27 08:26:09.651000-07:00', u'altitude': 0, u'ts': 1440689169.651, u'longitude': -122.0847354, u'latitude': 37.4007025, '_id': ObjectId('55df34f07d65cb39ee9865cc'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0849045, 37.4023165]}, u'fmt_time': u'2015-08-27 08:26:41.466000-07:00', u'altitude': 0, u'ts': 1440689201.466, u'longitude': -122.0849045, u'latitude': 37.4023165, '_id': ObjectId('55df34f07d65cb39ee9865cf'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 69.324}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0847188, 37.4028269]}, u'fmt_time': u'2015-08-27 08:27:13.279000-07:00', u'altitude': 0, u'ts': 1440689233.279, u'longitude': -122.0847188, u'latitude': 37.4028269, '_id': ObjectId('55df34f07d65cb39ee9865d2'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 49.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0847081, 37.4033491]}, u'fmt_time': u'2015-08-27 08:27:45.092000-07:00', u'altitude': 0, u'ts': 1440689265.092, u'longitude': -122.0847081, u'latitude': 37.4033491, '_id': ObjectId('55df34f07d65cb39ee9865d4'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 42.0}) to line_string
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440689296.912, '$lt': 1440689428.302}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0845296, 37.4034667]}, u'fmt_time': u'2015-08-27 08:28:16.912000-07:00', u'altitude': 0, u'ts': 1440689296.912, u'longitude': -122.0845296, u'latitude': 37.4034667, '_id': ObjectId('55df34f07d65cb39ee9865d7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 29.117})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0845296, 37.4034667]}, u'fmt_time': u'2015-08-27 08:28:16.912000-07:00', u'altitude': 0, u'ts': 1440689296.912, u'longitude': -122.0845296, u'latitude': 37.4034667, '_id': ObjectId('55df34f07d65cb39ee9865d7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 29.117}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844223, 37.4033752]}, u'fmt_time': u'2015-08-27 08:28:48.736000-07:00', u'altitude': 0, u'ts': 1440689328.736, u'longitude': -122.0844223, u'latitude': 37.4033752, '_id': ObjectId('55df34f17d65cb39ee9865da'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0838277, 37.4034065]}, u'fmt_time': u'2015-08-27 08:29:20.562000-07:00', u'altitude': 0, u'ts': 1440689360.562, u'longitude': -122.0838277, u'latitude': 37.4034065, '_id': ObjectId('55df34f17d65cb39ee9865dd'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 49.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.084105, 37.4034399]}, u'fmt_time': u'2015-08-27 08:29:52.397000-07:00', u'altitude': 0, u'ts': 1440689392.397, u'longitude': -122.084105, u'latitude': 37.4034399, '_id': ObjectId('55df34f17d65cb39ee9865df'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.976}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0835641, 37.4034802]}, u'fmt_time': u'2015-08-27 08:30:08.302000-07:00', u'altitude': 0, u'ts': 1440689408.302, u'longitude': -122.0835641, u'latitude': 37.4034802, '_id': ObjectId('55df34f17d65cb39ee9865e2'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e4d'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 1
DEBUG:root:Starting with element of type trip, id 56081ad9f6858f3a71f65e81, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 1, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0822821, 37.4025401]}, u'end_ts': 1440690076.784, u'start_ts': 1440689662.943, u'start_fmt_time': u'2015-08-27 08:34:22.943000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0778188, 37.3957356]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-27 08:41:16.784000-07:00', u'duration': 413.84099984169006, u'_id': ObjectId('56081ad9f6858f3a71f65e81'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e4d')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440689662.943, '$lt': 1440690096.784}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0822821, 37.4025401]}, u'fmt_time': u'2015-08-27 08:34:22.943000-07:00', u'altitude': 0, u'ts': 1440689662.943, u'longitude': -122.0822821, u'latitude': 37.4025401, '_id': ObjectId('55df34f27d65cb39ee9865f6'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 114.922})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0822821, 37.4025401]}, u'fmt_time': u'2015-08-27 08:34:22.943000-07:00', u'altitude': 0, u'ts': 1440689662.943, u'longitude': -122.0822821, u'latitude': 37.4025401, '_id': ObjectId('55df34f27d65cb39ee9865f6'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 114.922}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0822052, 37.4025862]}, u'fmt_time': u'2015-08-27 08:34:38.861000-07:00', u'altitude': 0, u'ts': 1440689678.861, u'longitude': -122.0822052, u'latitude': 37.4025862, '_id': ObjectId('55df34f27d65cb39ee9865f9'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0802115, 37.4020942]}, u'fmt_time': u'2015-08-27 08:35:10.668000-07:00', u'altitude': 0, u'ts': 1440689710.668, u'longitude': -122.0802115, u'latitude': 37.4020942, '_id': ObjectId('55df34f27d65cb39ee9865fb'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.313}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.079131, 37.4015656]}, u'fmt_time': u'2015-08-27 08:35:42.463000-07:00', u'altitude': 0, u'ts': 1440689742.463, u'longitude': -122.079131, u'latitude': 37.4015656, '_id': ObjectId('55df34f37d65cb39ee9865fe'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.079139, 37.4015842]}, u'fmt_time': u'2015-08-27 08:36:14.278000-07:00', u'altitude': 0, u'ts': 1440689774.278, u'longitude': -122.079139, u'latitude': 37.4015842, '_id': ObjectId('55df34f37d65cb39ee986600'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0784617, 37.401399]}, u'fmt_time': u'2015-08-27 08:36:46.124000-07:00', u'altitude': 0, u'ts': 1440689806.124, u'longitude': -122.0784617, u'latitude': 37.401399, '_id': ObjectId('55df34f37d65cb39ee986603'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 130.54}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0779973, 37.3993224]}, u'fmt_time': u'2015-08-27 08:37:17.952000-07:00', u'altitude': 0, u'ts': 1440689837.952, u'longitude': -122.0779973, u'latitude': 37.3993224, '_id': ObjectId('55df34f37d65cb39ee986605'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 55.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0772994, 37.3981887]}, u'fmt_time': u'2015-08-27 08:37:49.779000-07:00', u'altitude': 0, u'ts': 1440689869.779, u'longitude': -122.0772994, u'latitude': 37.3981887, '_id': ObjectId('55df34f37d65cb39ee986608'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 38.568}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.076315, 37.3978536]}, u'fmt_time': u'2015-08-27 08:38:21.628000-07:00', u'altitude': 0, u'ts': 1440689901.628, u'longitude': -122.076315, u'latitude': 37.3978536, '_id': ObjectId('55df34f37d65cb39ee98660b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.077789, 37.3958147]}, u'fmt_time': u'2015-08-27 08:39:09.350000-07:00', u'altitude': 0, u'ts': 1440689949.35, u'longitude': -122.077789, u'latitude': 37.3958147, '_id': ObjectId('55df34f47d65cb39ee98660f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 127.011}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0778485, 37.3957377]}, u'fmt_time': u'2015-08-27 08:39:49.016000-07:00', u'altitude': 0, u'ts': 1440689989.016, u'longitude': -122.0778485, u'latitude': 37.3957377, '_id': ObjectId('55df34f47d65cb39ee986612'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 105.29}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0778519, 37.3957568]}, u'fmt_time': u'2015-08-27 08:40:12.991000-07:00', u'altitude': 0, u'ts': 1440690012.991, u'longitude': -122.0778519, u'latitude': 37.3957568, '_id': ObjectId('55df34f47d65cb39ee986614'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 103.911}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0778095, 37.3957252]}, u'fmt_time': u'2015-08-27 08:40:52.880000-07:00', u'altitude': 0, u'ts': 1440690052.88, u'longitude': -122.0778095, u'latitude': 37.3957252, '_id': ObjectId('55df34f47d65cb39ee986617'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0778188, 37.3957356]}, u'fmt_time': u'2015-08-27 08:41:16.784000-07:00', u'altitude': 0, u'ts': 1440690076.784, u'longitude': -122.0778188, u'latitude': 37.3957356, '_id': ObjectId('55df34f47d65cb39ee98661a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e4f'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 1, len(trips) = 2
DEBUG:root:Starting with element of type trip, id 56081adaf6858f3a71f65e82, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 0, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0761742, 37.3941417]}, u'end_ts': 1440694334.783, u'start_ts': 1440690718.768, u'start_fmt_time': u'2015-08-27 08:51:58.768000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.3871681, 37.5992489]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-27 09:52:14.783000-07:00', u'duration': 3616.015000104904, u'end_stop': ObjectId('56081adaf6858f3a71f65e84'), u'_id': ObjectId('56081adaf6858f3a71f65e82'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e4f')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440690718.768, '$lt': 1440694354.783}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0761742, 37.3941417]}, u'fmt_time': u'2015-08-27 08:51:58.768000-07:00', u'altitude': 0, u'ts': 1440690718.768, u'longitude': -122.0761742, u'latitude': 37.3941417, '_id': ObjectId('55df34f67d65cb39ee986630'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 131.293})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0761742, 37.3941417]}, u'fmt_time': u'2015-08-27 08:51:58.768000-07:00', u'altitude': 0, u'ts': 1440690718.768, u'longitude': -122.0761742, u'latitude': 37.3941417, '_id': ObjectId('55df34f67d65cb39ee986630'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 131.293}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0776881, 37.395656]}, u'fmt_time': u'2015-08-27 08:52:32.859000-07:00', u'altitude': 0, u'ts': 1440690752.859, u'longitude': -122.0776881, u'latitude': 37.395656, '_id': ObjectId('55df34f67d65cb39ee986633'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 174.522}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0762038, 37.3941508]}, u'fmt_time': u'2015-08-27 08:53:03.027000-07:00', u'altitude': 0, u'ts': 1440690783.027, u'longitude': -122.0762038, u'latitude': 37.3941508, '_id': ObjectId('55df34f67d65cb39ee986636'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0762217, 37.3942296]}, u'fmt_time': u'2015-08-27 08:53:33.053000-07:00', u'altitude': 0, u'ts': 1440690813.053, u'longitude': -122.0762217, u'latitude': 37.3942296, '_id': ObjectId('55df34f67d65cb39ee986639'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0776802, 37.3957268]}, u'fmt_time': u'2015-08-27 08:54:03.118000-07:00', u'altitude': 0, u'ts': 1440690843.118, u'longitude': -122.0776802, u'latitude': 37.3957268, '_id': ObjectId('55df34f67d65cb39ee98663c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 158.883}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0769659, 37.3953633]}, u'fmt_time': u'2015-08-27 08:54:33.136000-07:00', u'altitude': 0, u'ts': 1440690873.136, u'longitude': -122.0769659, u'latitude': 37.3953633, '_id': ObjectId('55df34f67d65cb39ee98663f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 121.594}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.076151, 37.3941635]}, u'fmt_time': u'2015-08-27 08:55:03.167000-07:00', u'altitude': 0, u'ts': 1440690903.167, u'longitude': -122.076151, u'latitude': 37.3941635, '_id': ObjectId('55df34f77d65cb39ee986642'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.076142, 37.3941596]}, u'fmt_time': u'2015-08-27 08:55:33.254000-07:00', u'altitude': 0, u'ts': 1440690933.254, u'longitude': -122.076142, u'latitude': 37.3941596, '_id': ObjectId('55df34f77d65cb39ee986645'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 165.268}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0778411, 37.3957819]}, u'fmt_time': u'2015-08-27 08:56:03.216000-07:00', u'altitude': 0, u'ts': 1440690963.216, u'longitude': -122.0778411, u'latitude': 37.3957819, '_id': ObjectId('55df34f77d65cb39ee986647'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0777656, 37.3957175]}, u'fmt_time': u'2015-08-27 08:56:33.227000-07:00', u'altitude': 0, u'ts': 1440690993.227, u'longitude': -122.0777656, u'latitude': 37.3957175, '_id': ObjectId('55df34f77d65cb39ee98664a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 182.404}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0760912, 37.3950273]}, u'fmt_time': u'2015-08-27 08:57:03.150000-07:00', u'altitude': 0, u'ts': 1440691023.15, u'longitude': -122.0760912, u'latitude': 37.3950273, '_id': ObjectId('55df34f77d65cb39ee98664d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 102.781}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0761752, 37.3942547]}, u'fmt_time': u'2015-08-27 08:57:33.294000-07:00', u'altitude': 0, u'ts': 1440691053.294, u'longitude': -122.0761752, u'latitude': 37.3942547, '_id': ObjectId('55df34f77d65cb39ee986650'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0777412, 37.3956106]}, u'fmt_time': u'2015-08-27 08:58:03.290000-07:00', u'altitude': 0, u'ts': 1440691083.29, u'longitude': -122.0777412, u'latitude': 37.3956106, '_id': ObjectId('55df34f87d65cb39ee986653'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 173.206}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0777709, 37.3957229]}, u'fmt_time': u'2015-08-27 08:58:33.349000-07:00', u'altitude': 0, u'ts': 1440691113.349, u'longitude': -122.0777709, u'latitude': 37.3957229, '_id': ObjectId('55df34f87d65cb39ee986657'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 165.504}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0777836, 37.3956614]}, u'fmt_time': u'2015-08-27 08:59:03.584000-07:00', u'altitude': 0, u'ts': 1440691143.584, u'longitude': -122.0777836, u'latitude': 37.3956614, '_id': ObjectId('55df34f87d65cb39ee98665a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 178.849}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0762241, 37.3947787]}, u'fmt_time': u'2015-08-27 08:59:33.625000-07:00', u'altitude': 0, u'ts': 1440691173.625, u'longitude': -122.0762241, u'latitude': 37.3947787, '_id': ObjectId('55df34f87d65cb39ee98665d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 66.326}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0761291, 37.3940891]}, u'fmt_time': u'2015-08-27 09:00:03.682000-07:00', u'altitude': 0, u'ts': 1440691203.682, u'longitude': -122.0761291, u'latitude': 37.3940891, '_id': ObjectId('55df34f87d65cb39ee986660'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0775421, 37.3956615]}, u'fmt_time': u'2015-08-27 09:00:33.697000-07:00', u'altitude': 0, u'ts': 1440691233.697, u'longitude': -122.0775421, u'latitude': 37.3956615, '_id': ObjectId('55df34f97d65cb39ee986663'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 169.353}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.07779, 37.3956878]}, u'fmt_time': u'2015-08-27 09:01:03.668000-07:00', u'altitude': 0, u'ts': 1440691263.668, u'longitude': -122.07779, u'latitude': 37.3956878, '_id': ObjectId('55df34f97d65cb39ee986666'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 181.128}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0777666, 37.3957174]}, u'fmt_time': u'2015-08-27 09:01:33.591000-07:00', u'altitude': 0, u'ts': 1440691293.591, u'longitude': -122.0777666, u'latitude': 37.3957174, '_id': ObjectId('55df34f97d65cb39ee986669'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 165.289}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0771241, 37.3952022]}, u'fmt_time': u'2015-08-27 09:02:03.613000-07:00', u'altitude': 0, u'ts': 1440691323.613, u'longitude': -122.0771241, u'latitude': 37.3952022, '_id': ObjectId('55df34f97d65cb39ee98666c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 93.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0762193, 37.3949768]}, u'fmt_time': u'2015-08-27 09:04:04.146000-07:00', u'altitude': 0, u'ts': 1440691444.146, u'longitude': -122.0762193, u'latitude': 37.3949768, '_id': ObjectId('55df456b7d65cb39ee986675'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.106795, 37.4077682]}, u'fmt_time': u'2015-08-27 09:07:03.880000-07:00', u'altitude': 0, u'ts': 1440691623.88, u'longitude': -122.106795, u'latitude': 37.4077682, '_id': ObjectId('55df456c7d65cb39ee986681'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.133534, 37.4235497]}, u'fmt_time': u'2015-08-27 09:10:34.234000-07:00', u'altitude': 0, u'ts': 1440691834.234, u'longitude': -122.133534, u'latitude': 37.4235497, '_id': ObjectId('55df456d7d65cb39ee98668e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1388521, 37.4277911]}, u'fmt_time': u'2015-08-27 09:11:04.273000-07:00', u'altitude': 0, u'ts': 1440691864.273, u'longitude': -122.1388521, u'latitude': 37.4277911, '_id': ObjectId('55df456d7d65cb39ee986691'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1414298, 37.4291696]}, u'fmt_time': u'2015-08-27 09:11:34.287000-07:00', u'altitude': 0, u'ts': 1440691894.287, u'longitude': -122.1414298, u'latitude': 37.4291696, '_id': ObjectId('55df456d7d65cb39ee986693'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1415265, 37.429284]}, u'fmt_time': u'2015-08-27 09:12:04.382000-07:00', u'altitude': 0, u'ts': 1440691924.382, u'longitude': -122.1415265, u'latitude': 37.429284, '_id': ObjectId('55df456d7d65cb39ee986696'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1414298, 37.4291696]}, u'fmt_time': u'2015-08-27 09:12:34.341000-07:00', u'altitude': 0, u'ts': 1440691954.341, u'longitude': -122.1414298, u'latitude': 37.4291696, '_id': ObjectId('55df456d7d65cb39ee986698'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1414762, 37.4292348]}, u'fmt_time': u'2015-08-27 09:13:04.371000-07:00', u'altitude': 0, u'ts': 1440691984.371, u'longitude': -122.1414762, u'latitude': 37.4292348, '_id': ObjectId('55df456e7d65cb39ee98669c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1414762, 37.4292348]}, u'fmt_time': u'2015-08-27 09:13:33.420000-07:00', u'altitude': 0, u'ts': 1440692013.42, u'longitude': -122.1414762, u'latitude': 37.4292348, '_id': ObjectId('55df456e7d65cb39ee98669e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 79.573}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1522525, 37.4358008]}, u'fmt_time': u'2015-08-27 09:14:33.587000-07:00', u'altitude': 0, u'ts': 1440692073.587, u'longitude': -122.1522525, u'latitude': 37.4358008, '_id': ObjectId('55df456e7d65cb39ee9866a4'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1651832, 37.4438895]}, u'fmt_time': u'2015-08-27 09:16:04.629000-07:00', u'altitude': 0, u'ts': 1440692164.629, u'longitude': -122.1651832, u'latitude': 37.4438895, '_id': ObjectId('55df456e7d65cb39ee9866a8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1658308, 37.4436462]}, u'fmt_time': u'2015-08-27 09:16:34.764000-07:00', u'altitude': 0, u'ts': 1440692194.764, u'longitude': -122.1658308, u'latitude': 37.4436462, '_id': ObjectId('55df456f7d65cb39ee9866ab'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 43.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1650013, 37.4439291]}, u'fmt_time': u'2015-08-27 09:17:04.710000-07:00', u'altitude': 0, u'ts': 1440692224.71, u'longitude': -122.1650013, u'latitude': 37.4439291, '_id': ObjectId('55df456f7d65cb39ee9866ae'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 33.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1649406, 37.4439526]}, u'fmt_time': u'2015-08-27 09:17:29.580000-07:00', u'altitude': 0, u'ts': 1440692249.58, u'longitude': -122.1649406, u'latitude': 37.4439526, '_id': ObjectId('55df456f7d65cb39ee9866b2'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.180769, 37.4541764]}, u'fmt_time': u'2015-08-27 09:20:20.950000-07:00', u'altitude': 0, u'ts': 1440692420.95, u'longitude': -122.180769, u'latitude': 37.4541764, '_id': ObjectId('55df45707d65cb39ee9866c2'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 48.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1829735, 37.4553948]}, u'fmt_time': u'2015-08-27 09:20:52.779000-07:00', u'altitude': 0, u'ts': 1440692452.779, u'longitude': -122.1829735, u'latitude': 37.4553948, '_id': ObjectId('55df45707d65cb39ee9866c5'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1829793, 37.4551939]}, u'fmt_time': u'2015-08-27 09:21:24.599000-07:00', u'altitude': 0, u'ts': 1440692484.599, u'longitude': -122.1829793, u'latitude': 37.4551939, '_id': ObjectId('55df45707d65cb39ee9866c7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.182976, 37.4553]}, u'fmt_time': u'2015-08-27 09:21:56.409000-07:00', u'altitude': 0, u'ts': 1440692516.409, u'longitude': -122.182976, u'latitude': 37.4553, '_id': ObjectId('55df45717d65cb39ee9866ca'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2135446, 37.4737671]}, u'fmt_time': u'2015-08-27 09:24:35.493000-07:00', u'altitude': 0, u'ts': 1440692675.493, u'longitude': -122.2135446, u'latitude': 37.4737671, '_id': ObjectId('55df45717d65cb39ee9866d5'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 26.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2231926, 37.4785943]}, u'fmt_time': u'2015-08-27 09:24:51.407000-07:00', u'altitude': 0, u'ts': 1440692691.407, u'longitude': -122.2231926, u'latitude': 37.4785943, '_id': ObjectId('55df45717d65cb39ee9866d7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2269005, 37.4828822]}, u'fmt_time': u'2015-08-27 09:25:39.130000-07:00', u'altitude': 0, u'ts': 1440692739.13, u'longitude': -122.2269005, u'latitude': 37.4828822, '_id': ObjectId('55df45727d65cb39ee9866db'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2320305, 37.4862189]}, u'fmt_time': u'2015-08-27 09:26:26.881000-07:00', u'altitude': 0, u'ts': 1440692786.881, u'longitude': -122.2320305, u'latitude': 37.4862189, '_id': ObjectId('55df45727d65cb39ee9866df'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2323706, 37.4861919]}, u'fmt_time': u'2015-08-27 09:26:58.696000-07:00', u'altitude': 0, u'ts': 1440692818.696, u'longitude': -122.2323706, u'latitude': 37.4861919, '_id': ObjectId('55df45727d65cb39ee9866e2'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 79.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2320101, 37.4862121]}, u'fmt_time': u'2015-08-27 09:27:30.524000-07:00', u'altitude': 0, u'ts': 1440692850.524, u'longitude': -122.2320101, u'latitude': 37.4862121, '_id': ObjectId('55df45727d65cb39ee9866e4'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2324731, 37.4861669]}, u'fmt_time': u'2015-08-27 09:27:50.732000-07:00', u'altitude': 0, u'ts': 1440692870.732, u'longitude': -122.2324731, u'latitude': 37.4861669, '_id': ObjectId('55df45727d65cb39ee9866e7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.234237, 37.4872932]}, u'fmt_time': u'2015-08-27 09:28:22.555000-07:00', u'altitude': 0, u'ts': 1440692902.555, u'longitude': -122.234237, u'latitude': 37.4872932, '_id': ObjectId('55df45737d65cb39ee9866ec'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 148.407}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.248984, 37.4984627]}, u'fmt_time': u'2015-08-27 09:29:35.002000-07:00', u'altitude': 0, u'ts': 1440692975.002, u'longitude': -122.248984, u'latitude': 37.4984627, '_id': ObjectId('55df45737d65cb39ee9866f2'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 72.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2601884, 37.5068074]}, u'fmt_time': u'2015-08-27 09:30:35.042000-07:00', u'altitude': 0, u'ts': 1440693035.042, u'longitude': -122.2601884, u'latitude': 37.5068074, '_id': ObjectId('55df45747d65cb39ee9866f8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2603798, 37.5082546]}, u'fmt_time': u'2015-08-27 09:31:05.110000-07:00', u'altitude': 0, u'ts': 1440693065.11, u'longitude': -122.2603798, u'latitude': 37.5082546, '_id': ObjectId('55df45747d65cb39ee9866fa'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 42.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2605659, 37.5081271]}, u'fmt_time': u'2015-08-27 09:31:35.172000-07:00', u'altitude': 0, u'ts': 1440693095.172, u'longitude': -122.2605659, u'latitude': 37.5081271, '_id': ObjectId('55df45747d65cb39ee9866fd'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 49.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2607601, 37.5077337]}, u'fmt_time': u'2015-08-27 09:32:05.165000-07:00', u'altitude': 0, u'ts': 1440693125.165, u'longitude': -122.2607601, u'latitude': 37.5077337, '_id': ObjectId('55df45747d65cb39ee986700'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2625349, 37.5100476]}, u'fmt_time': u'2015-08-27 09:32:35.157000-07:00', u'altitude': 0, u'ts': 1440693155.157, u'longitude': -122.2625349, u'latitude': 37.5100476, '_id': ObjectId('55df45747d65cb39ee986702'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 52.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2660316, 37.512868]}, u'fmt_time': u'2015-08-27 09:33:05.198000-07:00', u'altitude': 0, u'ts': 1440693185.198, u'longitude': -122.2660316, u'latitude': 37.512868, '_id': ObjectId('55df45747d65cb39ee986705'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 112.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2721991, 37.5177452]}, u'fmt_time': u'2015-08-27 09:33:35.235000-07:00', u'altitude': 0, u'ts': 1440693215.235, u'longitude': -122.2721991, u'latitude': 37.5177452, '_id': ObjectId('55df45757d65cb39ee986709'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2764249, 37.521002]}, u'fmt_time': u'2015-08-27 09:34:05.439000-07:00', u'altitude': 0, u'ts': 1440693245.439, u'longitude': -122.2764249, u'latitude': 37.521002, '_id': ObjectId('55df45757d65cb39ee98670c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2763004, 37.5209551]}, u'fmt_time': u'2015-08-27 09:34:35.434000-07:00', u'altitude': 0, u'ts': 1440693275.434, u'longitude': -122.2763004, u'latitude': 37.5209551, '_id': ObjectId('55df45757d65cb39ee98670e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2763267, 37.5210567]}, u'fmt_time': u'2015-08-27 09:35:05.480000-07:00', u'altitude': 0, u'ts': 1440693305.48, u'longitude': -122.2763267, u'latitude': 37.5210567, '_id': ObjectId('55df45757d65cb39ee986711'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2771575, 37.522433]}, u'fmt_time': u'2015-08-27 09:35:35.479000-07:00', u'altitude': 0, u'ts': 1440693335.479, u'longitude': -122.2771575, u'latitude': 37.522433, '_id': ObjectId('55df45757d65cb39ee986713'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2805606, 37.5255413]}, u'fmt_time': u'2015-08-27 09:36:05.509000-07:00', u'altitude': 0, u'ts': 1440693365.509, u'longitude': -122.2805606, u'latitude': 37.5255413, '_id': ObjectId('55df45757d65cb39ee986716'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2867979, 37.5290806]}, u'fmt_time': u'2015-08-27 09:36:35.593000-07:00', u'altitude': 0, u'ts': 1440693395.593, u'longitude': -122.2867979, u'latitude': 37.5290806, '_id': ObjectId('55df45767d65cb39ee986719'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2934913, 37.5337847]}, u'fmt_time': u'2015-08-27 09:37:05.543000-07:00', u'altitude': 0, u'ts': 1440693425.543, u'longitude': -122.2934913, u'latitude': 37.5337847, '_id': ObjectId('55df45767d65cb39ee98671c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 34.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3012202, 37.5422658]}, u'fmt_time': u'2015-08-27 09:40:05.744000-07:00', u'altitude': 0, u'ts': 1440693605.744, u'longitude': -122.3012202, u'latitude': 37.5422658, '_id': ObjectId('55df45767d65cb39ee986726'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3012202, 37.5422658]}, u'fmt_time': u'2015-08-27 09:40:28.208000-07:00', u'altitude': 0, u'ts': 1440693628.208, u'longitude': -122.3012202, u'latitude': 37.5422658, '_id': ObjectId('55df45767d65cb39ee986728'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3148437, 37.5601944]}, u'fmt_time': u'2015-08-27 09:41:35.701000-07:00', u'altitude': 0, u'ts': 1440693695.701, u'longitude': -122.3148437, u'latitude': 37.5601944, '_id': ObjectId('55df45777d65cb39ee98672f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3224973, 37.5669161]}, u'fmt_time': u'2015-08-27 09:42:35.830000-07:00', u'altitude': 0, u'ts': 1440693755.83, u'longitude': -122.3224973, u'latitude': 37.5669161, '_id': ObjectId('55df45777d65cb39ee986734'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3247799, 37.5690545]}, u'fmt_time': u'2015-08-27 09:43:35.962000-07:00', u'altitude': 0, u'ts': 1440693815.962, u'longitude': -122.3247799, u'latitude': 37.5690545, '_id': ObjectId('55df45777d65cb39ee986738'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3251962, 37.5692079]}, u'fmt_time': u'2015-08-27 09:44:05.920000-07:00', u'altitude': 0, u'ts': 1440693845.92, u'longitude': -122.3251962, u'latitude': 37.5692079, '_id': ObjectId('55df45787d65cb39ee98673b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 49.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3254295, 37.5693078]}, u'fmt_time': u'2015-08-27 09:44:35.939000-07:00', u'altitude': 0, u'ts': 1440693875.939, u'longitude': -122.3254295, u'latitude': 37.5693078, '_id': ObjectId('55df45787d65cb39ee98673d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3281082, 37.5721947]}, u'fmt_time': u'2015-08-27 09:45:06.036000-07:00', u'altitude': 0, u'ts': 1440693906.036, u'longitude': -122.3281082, u'latitude': 37.5721947, '_id': ObjectId('55df45787d65cb39ee986740'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3316944, 37.5749343]}, u'fmt_time': u'2015-08-27 09:45:36.023000-07:00', u'altitude': 0, u'ts': 1440693936.023, u'longitude': -122.3316944, u'latitude': 37.5749343, '_id': ObjectId('55df45787d65cb39ee986744'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 27.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3352875, 37.5761309]}, u'fmt_time': u'2015-08-27 09:46:06.075000-07:00', u'altitude': 0, u'ts': 1440693966.075, u'longitude': -122.3352875, u'latitude': 37.5761309, '_id': ObjectId('55df45787d65cb39ee986747'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3410251, 37.5785123]}, u'fmt_time': u'2015-08-27 09:46:36.121000-07:00', u'altitude': 0, u'ts': 1440693996.121, u'longitude': -122.3410251, u'latitude': 37.5785123, '_id': ObjectId('55df45797d65cb39ee98674a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 90.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3435781, 37.5796754]}, u'fmt_time': u'2015-08-27 09:46:53.078000-07:00', u'altitude': 0, u'ts': 1440694013.078, u'longitude': -122.3435781, u'latitude': 37.5796754, '_id': ObjectId('55df45797d65cb39ee98674c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3446146, 37.5797867]}, u'fmt_time': u'2015-08-27 09:47:24.886000-07:00', u'altitude': 0, u'ts': 1440694044.886, u'longitude': -122.3446146, u'latitude': 37.5797867, '_id': ObjectId('55df45797d65cb39ee986750'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3444278, 37.5797932]}, u'fmt_time': u'2015-08-27 09:47:57.004000-07:00', u'altitude': 0, u'ts': 1440694077.004, u'longitude': -122.3444278, u'latitude': 37.5797932, '_id': ObjectId('55df457a7d65cb39ee986758'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 55.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3466425, 37.5804851]}, u'fmt_time': u'2015-08-27 09:48:28.519000-07:00', u'altitude': 0, u'ts': 1440694108.519, u'longitude': -122.3466425, u'latitude': 37.5804851, '_id': ObjectId('55df457a7d65cb39ee98675c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3622066, 37.5877013]}, u'fmt_time': u'2015-08-27 09:50:03.983000-07:00', u'altitude': 0, u'ts': 1440694203.983, u'longitude': -122.3622066, u'latitude': 37.5877013, '_id': ObjectId('55df457a7d65cb39ee986763'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3871416, 37.599251]}, u'fmt_time': u'2015-08-27 09:51:44.698000-07:00', u'altitude': 0, u'ts': 1440694304.698, u'longitude': -122.3871416, u'latitude': 37.599251, '_id': ObjectId('55df457b7d65cb39ee986769'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3871681, 37.5992489]}, u'fmt_time': u'2015-08-27 09:52:14.783000-07:00', u'altitude': 0, u'ts': 1440694334.783, u'longitude': -122.3871681, u'latitude': 37.5992489, '_id': ObjectId('55df457b7d65cb39ee98676c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440694364.74, '$lt': 1440694444.894}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3872958, 37.5992574]}, u'fmt_time': u'2015-08-27 09:52:44.740000-07:00', u'altitude': 0, u'ts': 1440694364.74, u'longitude': -122.3872958, u'latitude': 37.5992574, '_id': ObjectId('55df457b7d65cb39ee986770'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3872958, 37.5992574]}, u'fmt_time': u'2015-08-27 09:52:44.740000-07:00', u'altitude': 0, u'ts': 1440694364.74, u'longitude': -122.3872958, u'latitude': 37.5992574, '_id': ObjectId('55df457b7d65cb39ee986770'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.387062, 37.5992117]}, u'fmt_time': u'2015-08-27 09:53:14.849000-07:00', u'altitude': 0, u'ts': 1440694394.849, u'longitude': -122.387062, u'latitude': 37.5992117, '_id': ObjectId('55df457b7d65cb39ee986773'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3872605, 37.5995036]}, u'fmt_time': u'2015-08-27 09:53:44.894000-07:00', u'altitude': 0, u'ts': 1440694424.894, u'longitude': -122.3872605, u'latitude': 37.5995036, '_id': ObjectId('55df457b7d65cb39ee986775'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 113.387}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e51'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 1, len(trips) = 2
DEBUG:root:Starting with element of type trip, id 56081adaf6858f3a71f65e85, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 0, u'start_loc': {u'type': u'Point', u'coordinates': [-122.4029569, 37.6162024]}, u'end_ts': 1440698066.704, u'start_ts': 1440695152.989, u'start_fmt_time': u'2015-08-27 10:05:52.989000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.2705638, 37.8440278]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-27 10:54:26.704000-07:00', u'duration': 2913.7149999141693, u'end_stop': ObjectId('56081adaf6858f3a71f65e87'), u'_id': ObjectId('56081adaf6858f3a71f65e85'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e51')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440695152.989, '$lt': 1440698086.704}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4029569, 37.6162024]}, u'fmt_time': u'2015-08-27 10:05:52.989000-07:00', u'altitude': 0, u'ts': 1440695152.989, u'longitude': -122.4029569, u'latitude': 37.6162024, '_id': ObjectId('55df457d7d65cb39ee986795'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51.0})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4029569, 37.6162024]}, u'fmt_time': u'2015-08-27 10:05:52.989000-07:00', u'altitude': 0, u'ts': 1440695152.989, u'longitude': -122.4029569, u'latitude': 37.6162024, '_id': ObjectId('55df457d7d65cb39ee986795'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4034099, 37.6169824]}, u'fmt_time': u'2015-08-27 10:06:23.034000-07:00', u'altitude': 0, u'ts': 1440695183.034, u'longitude': -122.4034099, u'latitude': 37.6169824, '_id': ObjectId('55df457d7d65cb39ee986798'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4710997, 37.7039975]}, u'fmt_time': u'2015-08-27 10:17:53.453000-07:00', u'altitude': 0, u'ts': 1440695873.453, u'longitude': -122.4710997, u'latitude': 37.7039975, '_id': ObjectId('55df5a7f7d65cb39ee9868aa'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 69.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4695123, 37.7053759]}, u'fmt_time': u'2015-08-27 10:18:23.480000-07:00', u'altitude': 0, u'ts': 1440695903.48, u'longitude': -122.4695123, u'latitude': 37.7053759, '_id': ObjectId('55df5a7f7d65cb39ee9868ad'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4688337, 37.706003]}, u'fmt_time': u'2015-08-27 10:18:53.491000-07:00', u'altitude': 0, u'ts': 1440695933.491, u'longitude': -122.4688337, u'latitude': 37.706003, '_id': ObjectId('55df5a7f7d65cb39ee9868af'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 48.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4687392, 37.7058873]}, u'fmt_time': u'2015-08-27 10:19:23.552000-07:00', u'altitude': 0, u'ts': 1440695963.552, u'longitude': -122.4687392, u'latitude': 37.7058873, '_id': ObjectId('55df5a7f7d65cb39ee9868b2'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4659174, 37.7104542]}, u'fmt_time': u'2015-08-27 10:19:53.536000-07:00', u'altitude': 0, u'ts': 1440695993.536, u'longitude': -122.4659174, u'latitude': 37.7104542, '_id': ObjectId('55df5a7f7d65cb39ee9868b5'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4588706, 37.7104583]}, u'fmt_time': u'2015-08-27 10:20:23.549000-07:00', u'altitude': 0, u'ts': 1440696023.549, u'longitude': -122.4588706, u'latitude': 37.7104583, '_id': ObjectId('55df5a807d65cb39ee9868b8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4539366, 37.7113783]}, u'fmt_time': u'2015-08-27 10:20:53.591000-07:00', u'altitude': 0, u'ts': 1440696053.591, u'longitude': -122.4539366, u'latitude': 37.7113783, '_id': ObjectId('55df5a807d65cb39ee9868bb'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 48.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4496369, 37.7149562]}, u'fmt_time': u'2015-08-27 10:21:23.589000-07:00', u'altitude': 0, u'ts': 1440696083.589, u'longitude': -122.4496369, u'latitude': 37.7149562, '_id': ObjectId('55df5a807d65cb39ee9868be'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2993606, 37.8063249]}, u'fmt_time': u'2015-08-27 10:41:54.688000-07:00', u'altitude': 0, u'ts': 1440697314.688, u'longitude': -122.2993606, u'latitude': 37.8063249, '_id': ObjectId('55df5a857d65cb39ee986904'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2946699, 37.8046873]}, u'fmt_time': u'2015-08-27 10:42:24.898000-07:00', u'altitude': 0, u'ts': 1440697344.898, u'longitude': -122.2946699, u'latitude': 37.8046873, '_id': ObjectId('55df5a857d65cb39ee986908'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2942884, 37.8045621]}, u'fmt_time': u'2015-08-27 10:42:54.905000-07:00', u'altitude': 0, u'ts': 1440697374.905, u'longitude': -122.2942884, u'latitude': 37.8045621, '_id': ObjectId('55df5a857d65cb39ee98690a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2874324, 37.802572]}, u'fmt_time': u'2015-08-27 10:43:54.921000-07:00', u'altitude': 0, u'ts': 1440697434.921, u'longitude': -122.2874324, u'latitude': 37.802572, '_id': ObjectId('55df5a857d65cb39ee98690e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2812746, 37.8003098]}, u'fmt_time': u'2015-08-27 10:44:25.121000-07:00', u'altitude': 0, u'ts': 1440697465.121, u'longitude': -122.2812746, u'latitude': 37.8003098, '_id': ObjectId('55df5a867d65cb39ee986912'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 63.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2788163, 37.7992023]}, u'fmt_time': u'2015-08-27 10:44:55.167000-07:00', u'altitude': 0, u'ts': 1440697495.167, u'longitude': -122.2788163, u'latitude': 37.7992023, '_id': ObjectId('55df5a867d65cb39ee986915'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2690081, 37.8151412]}, u'fmt_time': u'2015-08-27 10:49:25.352000-07:00', u'altitude': 0, u'ts': 1440697765.352, u'longitude': -122.2690081, u'latitude': 37.8151412, '_id': ObjectId('55df5a877d65cb39ee986924'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2721842, 37.814555]}, u'fmt_time': u'2015-08-27 10:50:25.991000-07:00', u'altitude': 0, u'ts': 1440697825.991, u'longitude': -122.2721842, u'latitude': 37.814555, '_id': ObjectId('55df5a877d65cb39ee986928'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 42.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2690856, 37.8273713]}, u'fmt_time': u'2015-08-27 10:51:56.548000-07:00', u'altitude': 0, u'ts': 1440697916.548, u'longitude': -122.2690856, u'latitude': 37.8273713, '_id': ObjectId('55df5a877d65cb39ee98692f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 87.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2693285, 37.83869]}, u'fmt_time': u'2015-08-27 10:53:56.641000-07:00', u'altitude': 0, u'ts': 1440698036.641, u'longitude': -122.2693285, u'latitude': 37.83869, '_id': ObjectId('55df5a887d65cb39ee986937'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2705638, 37.8440278]}, u'fmt_time': u'2015-08-27 10:54:26.704000-07:00', u'altitude': 0, u'ts': 1440698066.704, u'longitude': -122.2705638, u'latitude': 37.8440278, '_id': ObjectId('55df5a887d65cb39ee98693a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 33.0}) to line_string
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440698306.892, '$lt': 1440699286.669}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2682605, 37.8700849]}, u'fmt_time': u'2015-08-27 10:58:26.892000-07:00', u'altitude': 0, u'ts': 1440698306.892, u'longitude': -122.2682605, u'latitude': 37.8700849, '_id': ObjectId('55df5a897d65cb39ee98694b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 25.0})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2682605, 37.8700849]}, u'fmt_time': u'2015-08-27 10:58:26.892000-07:00', u'altitude': 0, u'ts': 1440698306.892, u'longitude': -122.2682605, u'latitude': 37.8700849, '_id': ObjectId('55df5a897d65cb39ee98694b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 25.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2681346, 37.8707148]}, u'fmt_time': u'2015-08-27 10:59:26.497000-07:00', u'altitude': 0, u'ts': 1440698366.497, u'longitude': -122.2681346, u'latitude': 37.8707148, '_id': ObjectId('55df5a8a7d65cb39ee986953'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 48.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2682285, 37.8711642]}, u'fmt_time': u'2015-08-27 10:59:56.648000-07:00', u'altitude': 0, u'ts': 1440698396.648, u'longitude': -122.2682285, u'latitude': 37.8711642, '_id': ObjectId('55df5a8a7d65cb39ee986956'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.064}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2678988, 37.8711621]}, u'fmt_time': u'2015-08-27 11:00:26.652000-07:00', u'altitude': 0, u'ts': 1440698426.652, u'longitude': -122.2678988, u'latitude': 37.8711621, '_id': ObjectId('55df5a8a7d65cb39ee986958'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.408}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2675291, 37.8711694]}, u'fmt_time': u'2015-08-27 11:00:56.672000-07:00', u'altitude': 0, u'ts': 1440698456.672, u'longitude': -122.2675291, u'latitude': 37.8711694, '_id': ObjectId('55df5a8a7d65cb39ee98695b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 26.103}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2669631, 37.8713225]}, u'fmt_time': u'2015-08-27 11:01:26.778000-07:00', u'altitude': 0, u'ts': 1440698486.778, u'longitude': -122.2669631, u'latitude': 37.8713225, '_id': ObjectId('55df5a8b7d65cb39ee98695f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 67.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2665766, 37.8717961]}, u'fmt_time': u'2015-08-27 11:01:57.105000-07:00', u'altitude': 0, u'ts': 1440698517.105, u'longitude': -122.2665766, u'latitude': 37.8717961, '_id': ObjectId('55df5a8b7d65cb39ee986961'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 65.625}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2664828, 37.8716111]}, u'fmt_time': u'2015-08-27 11:02:20.040000-07:00', u'altitude': 0, u'ts': 1440698540.04, u'longitude': -122.2664828, u'latitude': 37.8716111, '_id': ObjectId('55df5a8b7d65cb39ee986964'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 23.453}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2664828, 37.8716111]}, u'fmt_time': u'2015-08-27 11:03:11.418000-07:00', u'altitude': 0, u'ts': 1440698591.418, u'longitude': -122.2664828, u'latitude': 37.8716111, '_id': ObjectId('55df5a8b7d65cb39ee986968'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 100.521}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2661958, 37.8714923]}, u'fmt_time': u'2015-08-27 11:03:26.906000-07:00', u'altitude': 0, u'ts': 1440698606.906, u'longitude': -122.2661958, u'latitude': 37.8714923, '_id': ObjectId('55df5a8b7d65cb39ee98696a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 43.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2661958, 37.8714923]}, u'fmt_time': u'2015-08-27 11:04:11.233000-07:00', u'altitude': 0, u'ts': 1440698651.233, u'longitude': -122.2661958, u'latitude': 37.8714923, '_id': ObjectId('55df5a8c7d65cb39ee98696e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 109.99}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2661958, 37.8714923]}, u'fmt_time': u'2015-08-27 11:04:28.905000-07:00', u'altitude': 0, u'ts': 1440698668.905, u'longitude': -122.2661958, u'latitude': 37.8714923, '_id': ObjectId('55df5a8c7d65cb39ee986970'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 136.496}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2640902, 37.871753]}, u'fmt_time': u'2015-08-27 11:04:49.917000-07:00', u'altitude': 0, u'ts': 1440698689.917, u'longitude': -122.2640902, u'latitude': 37.871753, '_id': ObjectId('55df5a8c7d65cb39ee986973'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.264123, 37.8718767]}, u'fmt_time': u'2015-08-27 11:05:27.255000-07:00', u'altitude': 0, u'ts': 1440698727.255, u'longitude': -122.264123, u'latitude': 37.8718767, '_id': ObjectId('55df5a8c7d65cb39ee986977'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2639891, 37.8719733]}, u'fmt_time': u'2015-08-27 11:05:51.173000-07:00', u'altitude': 0, u'ts': 1440698751.173, u'longitude': -122.2639891, u'latitude': 37.8719733, '_id': ObjectId('55df5a8c7d65cb39ee98697a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2637253, 37.8721843]}, u'fmt_time': u'2015-08-27 11:06:27.147000-07:00', u'altitude': 0, u'ts': 1440698787.147, u'longitude': -122.2637253, u'latitude': 37.8721843, '_id': ObjectId('55df5a8c7d65cb39ee98697d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 46.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2636031, 37.8721196]}, u'fmt_time': u'2015-08-27 11:06:50.709000-07:00', u'altitude': 0, u'ts': 1440698810.709, u'longitude': -122.2636031, u'latitude': 37.8721196, '_id': ObjectId('55df5a8d7d65cb39ee986980'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.452}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2629994, 37.8724529]}, u'fmt_time': u'2015-08-27 11:07:22.576000-07:00', u'altitude': 0, u'ts': 1440698842.576, u'longitude': -122.2629994, u'latitude': 37.8724529, '_id': ObjectId('55df5a8d7d65cb39ee986983'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2626764, 37.872436]}, u'fmt_time': u'2015-08-27 11:07:58.383000-07:00', u'altitude': 0, u'ts': 1440698878.383, u'longitude': -122.2626764, u'latitude': 37.872436, '_id': ObjectId('55df5a8d7d65cb39ee986985'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2623766, 37.8723115]}, u'fmt_time': u'2015-08-27 11:08:28.542000-07:00', u'altitude': 0, u'ts': 1440698908.542, u'longitude': -122.2623766, u'latitude': 37.8723115, '_id': ObjectId('55df5a8d7d65cb39ee986989'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 62.938}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2624567, 37.8723398]}, u'fmt_time': u'2015-08-27 11:08:58.153000-07:00', u'altitude': 0, u'ts': 1440698938.153, u'longitude': -122.2624567, u'latitude': 37.8723398, '_id': ObjectId('55df5a8d7d65cb39ee98698c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 63.137}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2622943, 37.8731595]}, u'fmt_time': u'2015-08-27 11:09:22.496000-07:00', u'altitude': 0, u'ts': 1440698962.496, u'longitude': -122.2622943, u'latitude': 37.8731595, '_id': ObjectId('55df5a8e7d65cb39ee98698f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2616244, 37.8734265]}, u'fmt_time': u'2015-08-27 11:09:46.092000-07:00', u'altitude': 0, u'ts': 1440698986.092, u'longitude': -122.2616244, u'latitude': 37.8734265, '_id': ObjectId('55df5a8e7d65cb39ee986992'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.882}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2615563, 37.8733688]}, u'fmt_time': u'2015-08-27 11:10:28.646000-07:00', u'altitude': 0, u'ts': 1440699028.646, u'longitude': -122.2615563, u'latitude': 37.8733688, '_id': ObjectId('55df5a8e7d65cb39ee986994'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2616393, 37.8734842]}, u'fmt_time': u'2015-08-27 11:10:50.002000-07:00', u'altitude': 0, u'ts': 1440699050.002, u'longitude': -122.2616393, u'latitude': 37.8734842, '_id': ObjectId('55df5a8e7d65cb39ee986997'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.298}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2616393, 37.8734842]}, u'fmt_time': u'2015-08-27 11:12:01.115000-07:00', u'altitude': 0, u'ts': 1440699121.115, u'longitude': -122.2616393, u'latitude': 37.8734842, '_id': ObjectId('55df5a8e7d65cb39ee98699b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 146.965}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2601102, 37.8750076]}, u'fmt_time': u'2015-08-27 11:12:20-07:00', u'altitude': 0, u'ts': 1440699140.0, u'longitude': -122.2601102, u'latitude': 37.8750076, '_id': ObjectId('55df5a8f7d65cb39ee98699e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2603031, 37.8750865]}, u'fmt_time': u'2015-08-27 11:12:58.184000-07:00', u'altitude': 0, u'ts': 1440699178.184, u'longitude': -122.2603031, u'latitude': 37.8750865, '_id': ObjectId('55df5a8f7d65cb39ee9869a1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 24.531}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2603195, 37.8750871]}, u'fmt_time': u'2015-08-27 11:13:14.180000-07:00', u'altitude': 0, u'ts': 1440699194.18, u'longitude': -122.2603195, u'latitude': 37.8750871, '_id': ObjectId('55df5a8f7d65cb39ee9869a4'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 23.619}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2603247, 37.8750154]}, u'fmt_time': u'2015-08-27 11:13:54.834000-07:00', u'altitude': 0, u'ts': 1440699234.834, u'longitude': -122.2603247, u'latitude': 37.8750154, '_id': ObjectId('55df5a8f7d65cb39ee9869a7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 33.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2603947, 37.875023]}, u'fmt_time': u'2015-08-27 11:14:26.669000-07:00', u'altitude': 0, u'ts': 1440699266.669, u'longitude': -122.2603947, u'latitude': 37.875023, '_id': ObjectId('55df5a8f7d65cb39ee9869aa'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e53'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 0
DEBUG:root:Starting with element of type none, id None, details None
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e55'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 1, len(trips) = 2
DEBUG:root:Starting with element of type trip, id 56081adbf6858f3a71f65e88, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 0, u'start_loc': {u'type': u'Point', u'coordinates': [-122.2714736, 37.8471355]}, u'end_ts': 1440719519.226, u'start_ts': 1440716367.376, u'start_fmt_time': u'2015-08-27 15:59:27.376000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.3872753, 37.5992646]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-27 16:51:59.226000-07:00', u'duration': 3151.850000143051, u'end_stop': ObjectId('56081adbf6858f3a71f65e8a'), u'_id': ObjectId('56081adbf6858f3a71f65e88'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e55')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440716367.376, '$lt': 1440719539.226}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2714736, 37.8471355]}, u'fmt_time': u'2015-08-27 15:59:27.376000-07:00', u'altitude': 0, u'ts': 1440716367.376, u'longitude': -122.2714736, u'latitude': 37.8471355, '_id': ObjectId('55dfad477d65cb39ee986b76'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2714736, 37.8471355]}, u'fmt_time': u'2015-08-27 15:59:27.376000-07:00', u'altitude': 0, u'ts': 1440716367.376, u'longitude': -122.2714736, u'latitude': 37.8471355, '_id': ObjectId('55dfad477d65cb39ee986b76'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2713142, 37.8465722]}, u'fmt_time': u'2015-08-27 15:59:32.411000-07:00', u'altitude': 0, u'ts': 1440716372.411, u'longitude': -122.2713142, u'latitude': 37.8465722, '_id': ObjectId('55dfad477d65cb39ee986b78'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 24.961}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2698728, 37.8405014]}, u'fmt_time': u'2015-08-27 16:00:01.849000-07:00', u'altitude': 0, u'ts': 1440716401.849, u'longitude': -122.2698728, u'latitude': 37.8405014, '_id': ObjectId('55dfad477d65cb39ee986b7b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2674686, 37.8353014]}, u'fmt_time': u'2015-08-27 16:00:32.436000-07:00', u'altitude': 0, u'ts': 1440716432.436, u'longitude': -122.2674686, u'latitude': 37.8353014, '_id': ObjectId('55dfad477d65cb39ee986b7e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2675635, 37.8285015]}, u'fmt_time': u'2015-08-27 16:01:32.473000-07:00', u'altitude': 0, u'ts': 1440716492.473, u'longitude': -122.2675635, u'latitude': 37.8285015, '_id': ObjectId('55dfad477d65cb39ee986b82'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2675635, 37.8285015]}, u'fmt_time': u'2015-08-27 16:02:02.141000-07:00', u'altitude': 0, u'ts': 1440716522.141, u'longitude': -122.2675635, u'latitude': 37.8285015, '_id': ObjectId('55dfad477d65cb39ee986b85'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 85.001}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2676128, 37.8280289]}, u'fmt_time': u'2015-08-27 16:02:32.535000-07:00', u'altitude': 0, u'ts': 1440716552.535, u'longitude': -122.2676128, u'latitude': 37.8280289, '_id': ObjectId('55dfad487d65cb39ee986b87'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2687873, 37.8225589]}, u'fmt_time': u'2015-08-27 16:03:02.586000-07:00', u'altitude': 0, u'ts': 1440716582.586, u'longitude': -122.2687873, u'latitude': 37.8225589, '_id': ObjectId('55dfad487d65cb39ee986b8a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 55.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2703874, 37.813929]}, u'fmt_time': u'2015-08-27 16:04:02.609000-07:00', u'altitude': 0, u'ts': 1440716642.609, u'longitude': -122.2703874, u'latitude': 37.813929, '_id': ObjectId('55dfad487d65cb39ee986b8f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2788226, 37.7992095]}, u'fmt_time': u'2015-08-27 16:09:03.024000-07:00', u'altitude': 0, u'ts': 1440716943.024, u'longitude': -122.2788226, u'latitude': 37.7992095, '_id': ObjectId('55dfad497d65cb39ee986ba4'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2823074, 37.8005129]}, u'fmt_time': u'2015-08-27 16:09:33.060000-07:00', u'altitude': 0, u'ts': 1440716973.06, u'longitude': -122.2823074, u'latitude': 37.8005129, '_id': ObjectId('55dfad4a7d65cb39ee986ba7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2920239, 37.8042275]}, u'fmt_time': u'2015-08-27 16:10:33.129000-07:00', u'altitude': 0, u'ts': 1440717033.129, u'longitude': -122.2920239, u'latitude': 37.8042275, '_id': ObjectId('55dfad4a7d65cb39ee986bac'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2940305, 37.8047897]}, u'fmt_time': u'2015-08-27 16:11:03.157000-07:00', u'altitude': 0, u'ts': 1440717063.157, u'longitude': -122.2940305, u'latitude': 37.8047897, '_id': ObjectId('55dfad4a7d65cb39ee986bae'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2943285, 37.8046422]}, u'fmt_time': u'2015-08-27 16:11:33.193000-07:00', u'altitude': 0, u'ts': 1440717093.193, u'longitude': -122.2943285, u'latitude': 37.8046422, '_id': ObjectId('55dfad4a7d65cb39ee986bb1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3002167, 37.8065197]}, u'fmt_time': u'2015-08-27 16:12:03.216000-07:00', u'altitude': 0, u'ts': 1440717123.216, u'longitude': -122.3002167, u'latitude': 37.8065197, '_id': ObjectId('55dfad4a7d65cb39ee986bb3'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3070424, 37.8081188]}, u'fmt_time': u'2015-08-27 16:12:33.230000-07:00', u'altitude': 0, u'ts': 1440717153.23, u'longitude': -122.3070424, u'latitude': 37.8081188, '_id': ObjectId('55dfad4b7d65cb39ee986bb6'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 144.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4543726, 37.7110586]}, u'fmt_time': u'2015-08-27 16:33:32.667000-07:00', u'altitude': 0, u'ts': 1440718412.667, u'longitude': -122.4543726, u'latitude': 37.7110586, '_id': ObjectId('55dfad507d65cb39ee986c06'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4578115, 37.7102444]}, u'fmt_time': u'2015-08-27 16:34:32.736000-07:00', u'altitude': 0, u'ts': 1440718472.736, u'longitude': -122.4578115, u'latitude': 37.7102444, '_id': ObjectId('55dfad507d65cb39ee986c09'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4578115, 37.7102444]}, u'fmt_time': u'2015-08-27 16:35:01.766000-07:00', u'altitude': 0, u'ts': 1440718501.766, u'longitude': -122.4578115, u'latitude': 37.7102444, '_id': ObjectId('55dfad507d65cb39ee986c0c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 100.546}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4578115, 37.7102444]}, u'fmt_time': u'2015-08-27 16:35:31.791000-07:00', u'altitude': 0, u'ts': 1440718531.791, u'longitude': -122.4578115, u'latitude': 37.7102444, '_id': ObjectId('55dfad517d65cb39ee986c0e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 145.582}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4578115, 37.7102444]}, u'fmt_time': u'2015-08-27 16:36:01.814000-07:00', u'altitude': 0, u'ts': 1440718561.814, u'longitude': -122.4578115, u'latitude': 37.7102444, '_id': ObjectId('55dfad517d65cb39ee986c12'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 190.616}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3872753, 37.5992646]}, u'fmt_time': u'2015-08-27 16:51:59.226000-07:00', u'altitude': 0, u'ts': 1440719519.226, u'longitude': -122.3872753, u'latitude': 37.5992646, '_id': ObjectId('55dfad557d65cb39ee986c45'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.0}) to line_string
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440719579.435, '$lt': 1440719688.317}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3872511, 37.5992711]}, u'fmt_time': u'2015-08-27 16:52:59.435000-07:00', u'altitude': 0, u'ts': 1440719579.435, u'longitude': -122.3872511, u'latitude': 37.5992711, '_id': ObjectId('55dfad557d65cb39ee986c4b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 58.5})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3872511, 37.5992711]}, u'fmt_time': u'2015-08-27 16:52:59.435000-07:00', u'altitude': 0, u'ts': 1440719579.435, u'longitude': -122.3872511, u'latitude': 37.5992711, '_id': ObjectId('55dfad557d65cb39ee986c4b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 58.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.387178, 37.5992977]}, u'fmt_time': u'2015-08-27 16:53:13.163000-07:00', u'altitude': 0, u'ts': 1440719593.163, u'longitude': -122.387178, u'latitude': 37.5992977, '_id': ObjectId('55dfad557d65cb39ee986c50'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 83.464}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3870778, 37.5992896]}, u'fmt_time': u'2015-08-27 16:53:59.354000-07:00', u'altitude': 0, u'ts': 1440719639.354, u'longitude': -122.3870778, u'latitude': 37.5992896, '_id': ObjectId('55dfad567d65cb39ee986c55'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 71.811}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3870874, 37.5992924]}, u'fmt_time': u'2015-08-27 16:54:28.317000-07:00', u'altitude': 0, u'ts': 1440719668.317, u'longitude': -122.3870874, u'latitude': 37.5992924, '_id': ObjectId('55dfad567d65cb39ee986c57'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 71.78}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e57'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 3, len(trips) = 4
DEBUG:root:Starting with element of type trip, id 56081adbf6858f3a71f65e8b, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 0, u'start_loc': {u'type': u'Point', u'coordinates': [-122.3446802, 37.57984]}, u'end_ts': 1440722584.229, u'start_ts': 1440720239.012, u'start_fmt_time': u'2015-08-27 17:03:59.012000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0779499, 37.3959236]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-27 17:43:04.229000-07:00', u'duration': 2345.2170000076294, u'end_stop': ObjectId('56081adbf6858f3a71f65e8d'), u'_id': ObjectId('56081adbf6858f3a71f65e8b'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e57')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440720239.012, '$lt': 1440722604.229}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3446802, 37.57984]}, u'fmt_time': u'2015-08-27 17:03:59.012000-07:00', u'altitude': 0, u'ts': 1440720239.012, u'longitude': -122.3446802, u'latitude': 37.57984, '_id': ObjectId('55dfad587d65cb39ee986c77'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3446802, 37.57984]}, u'fmt_time': u'2015-08-27 17:03:59.012000-07:00', u'altitude': 0, u'ts': 1440720239.012, u'longitude': -122.3446802, u'latitude': 37.57984, '_id': ObjectId('55dfad587d65cb39ee986c77'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3446799, 37.5798403]}, u'fmt_time': u'2015-08-27 17:04:29.083000-07:00', u'altitude': 0, u'ts': 1440720269.083, u'longitude': -122.3446799, u'latitude': 37.5798403, '_id': ObjectId('55dfad587d65cb39ee986c7a'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3446799, 37.5798403]}, u'fmt_time': u'2015-08-27 17:04:58.056000-07:00', u'altitude': 0, u'ts': 1440720298.056, u'longitude': -122.3446799, u'latitude': 37.5798403, '_id': ObjectId('55dfad587d65cb39ee986c7c'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 83.959}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3379628, 37.5772606]}, u'fmt_time': u'2015-08-27 17:05:29.069000-07:00', u'altitude': 0, u'ts': 1440720329.069, u'longitude': -122.3379628, u'latitude': 37.5772606, '_id': ObjectId('55dfad587d65cb39ee986c7f'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.330093, 37.5731863]}, u'fmt_time': u'2015-08-27 17:06:29.144000-07:00', u'altitude': 0, u'ts': 1440720389.144, u'longitude': -122.330093, u'latitude': 37.5731863, '_id': ObjectId('55dfad597d65cb39ee986c85'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 57.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3269305, 37.5709242]}, u'fmt_time': u'2015-08-27 17:06:59.141000-07:00', u'altitude': 0, u'ts': 1440720419.141, u'longitude': -122.3269305, u'latitude': 37.5709242, '_id': ObjectId('55dfad597d65cb39ee986c88'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3211883, 37.5661104]}, u'fmt_time': u'2015-08-27 17:09:46.824000-07:00', u'altitude': 0, u'ts': 1440720586.824, u'longitude': -122.3211883, u'latitude': 37.5661104, '_id': ObjectId('55dfad5a7d65cb39ee986c95'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 43.404}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3045277, 37.5468258]}, u'fmt_time': u'2015-08-27 17:13:32.311000-07:00', u'altitude': 0, u'ts': 1440720812.311, u'longitude': -122.3045277, u'latitude': 37.5468258, '_id': ObjectId('55dfad5b7d65cb39ee986ca5'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2898617, 37.5311179]}, u'fmt_time': u'2015-08-27 17:17:02.750000-07:00', u'altitude': 0, u'ts': 1440721022.75, u'longitude': -122.2898617, u'latitude': 37.5311179, '_id': ObjectId('55dfad5c7d65cb39ee986cb3'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 57.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2762817, 37.5210999]}, u'fmt_time': u'2015-08-27 17:18:32.827000-07:00', u'altitude': 0, u'ts': 1440721112.827, u'longitude': -122.2762817, u'latitude': 37.5210999, '_id': ObjectId('55dfad5c7d65cb39ee986cb6'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 73.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2762817, 37.5210999]}, u'fmt_time': u'2015-08-27 17:19:04.994000-07:00', u'altitude': 0, u'ts': 1440721144.994, u'longitude': -122.2762817, u'latitude': 37.5210999, '_id': ObjectId('55dfad5c7d65cb39ee986cba'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 121.75}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2762314, 37.5208544]}, u'fmt_time': u'2015-08-27 17:19:32.898000-07:00', u'altitude': 0, u'ts': 1440721172.898, u'longitude': -122.2762314, u'latitude': 37.5208544, '_id': ObjectId('55dfad5c7d65cb39ee986cbc'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2762314, 37.5208544]}, u'fmt_time': u'2015-08-27 17:20:01.919000-07:00', u'altitude': 0, u'ts': 1440721201.919, u'longitude': -122.2762314, u'latitude': 37.5208544, '_id': ObjectId('55dfad5d7d65cb39ee986cbf'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 81.03}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2713568, 37.5173546]}, u'fmt_time': u'2015-08-27 17:20:32.942000-07:00', u'altitude': 0, u'ts': 1440721232.942, u'longitude': -122.2713568, u'latitude': 37.5173546, '_id': ObjectId('55dfad5d7d65cb39ee986cc2'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.260711, 37.5081986]}, u'fmt_time': u'2015-08-27 17:22:33.024000-07:00', u'altitude': 0, u'ts': 1440721353.024, u'longitude': -122.260711, u'latitude': 37.5081986, '_id': ObjectId('55dfad5d7d65cb39ee986ccc'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 43.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2608108, 37.5082344]}, u'fmt_time': u'2015-08-27 17:22:46.330000-07:00', u'altitude': 0, u'ts': 1440721366.33, u'longitude': -122.2608108, u'latitude': 37.5082344, '_id': ObjectId('55dfad5e7d65cb39ee986cce'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 42.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2606881, 37.5076385]}, u'fmt_time': u'2015-08-27 17:23:33.196000-07:00', u'altitude': 0, u'ts': 1440721413.196, u'longitude': -122.2606881, u'latitude': 37.5076385, '_id': ObjectId('55dfad5e7d65cb39ee986cd4'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 64.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2576418, 37.5050026]}, u'fmt_time': u'2015-08-27 17:24:03.216000-07:00', u'altitude': 0, u'ts': 1440721443.216, u'longitude': -122.2576418, u'latitude': 37.5050026, '_id': ObjectId('55dfad5e7d65cb39ee986cd8'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2485612, 37.4967537]}, u'fmt_time': u'2015-08-27 17:25:03.507000-07:00', u'altitude': 0, u'ts': 1440721503.507, u'longitude': -122.2485612, u'latitude': 37.4967537, '_id': ObjectId('55dfad5f7d65cb39ee986cdd'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2321509, 37.4867581]}, u'fmt_time': u'2015-08-27 17:27:05.393000-07:00', u'altitude': 100, u'ts': 1440721625.393, u'longitude': -122.2321509, u'latitude': 37.4867581, '_id': ObjectId('55dfad5f7d65cb39ee986ce4'), u'heading': 97, u'sensed_speed': 5.0665503, u'accuracy': 20.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2321573, 37.4869051]}, u'fmt_time': u'2015-08-27 17:28:07.317000-07:00', u'altitude': 0, u'ts': 1440721687.317, u'longitude': -122.2321573, u'latitude': 37.4869051, '_id': ObjectId('55dfad5f7d65cb39ee986ce7'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 134.89}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2321573, 37.4869051]}, u'fmt_time': u'2015-08-27 17:28:36.255000-07:00', u'altitude': 0, u'ts': 1440721716.255, u'longitude': -122.2321573, u'latitude': 37.4869051, '_id': ObjectId('55dfad5f7d65cb39ee986cea'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 178.297}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2278153, 37.4836535]}, u'fmt_time': u'2015-08-27 17:30:03.707000-07:00', u'altitude': 0, u'ts': 1440721803.707, u'longitude': -122.2278153, u'latitude': 37.4836535, '_id': ObjectId('55dfad607d65cb39ee986cf0'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 48.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1855326, 37.4572449]}, u'fmt_time': u'2015-08-27 17:33:03.914000-07:00', u'altitude': 0, u'ts': 1440721983.914, u'longitude': -122.1855326, u'latitude': 37.4572449, '_id': ObjectId('55dfad617d65cb39ee986cf9'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 43.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.184236, 37.4550829]}, u'fmt_time': u'2015-08-27 17:33:33.962000-07:00', u'altitude': 0, u'ts': 1440722013.962, u'longitude': -122.184236, u'latitude': 37.4550829, '_id': ObjectId('55dfad617d65cb39ee986cfb'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.184236, 37.4550829]}, u'fmt_time': u'2015-08-27 17:34:02.970000-07:00', u'altitude': 0, u'ts': 1440722042.97, u'longitude': -122.184236, u'latitude': 37.4550829, '_id': ObjectId('55dfad617d65cb39ee986cff'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 81.012}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.184236, 37.4550829]}, u'fmt_time': u'2015-08-27 17:34:32.997000-07:00', u'altitude': 0, u'ts': 1440722072.997, u'longitude': -122.184236, u'latitude': 37.4550829, '_id': ObjectId('55dfad617d65cb39ee986d01'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 126.052}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.184236, 37.4550829]}, u'fmt_time': u'2015-08-27 17:35:03.034000-07:00', u'altitude': 0, u'ts': 1440722103.034, u'longitude': -122.184236, u'latitude': 37.4550829, '_id': ObjectId('55dfad617d65cb39ee986d04'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 171.107}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0779499, 37.3959236]}, u'fmt_time': u'2015-08-27 17:43:04.229000-07:00', u'altitude': 0, u'ts': 1440722584.229, u'longitude': -122.0779499, u'latitude': 37.3959236, '_id': ObjectId('55dfb4cb7d65cb39ee986d20'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 36.0}) to line_string
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440722614.285, '$lt': 1440723084.721}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0761413, 37.3940933]}, u'fmt_time': u'2015-08-27 17:43:34.285000-07:00', u'altitude': 0, u'ts': 1440722614.285, u'longitude': -122.0761413, u'latitude': 37.3940933, '_id': ObjectId('55dfb4cb7d65cb39ee986d23'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 31.5})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0761413, 37.3940933]}, u'fmt_time': u'2015-08-27 17:43:34.285000-07:00', u'altitude': 0, u'ts': 1440722614.285, u'longitude': -122.0761413, u'latitude': 37.3940933, '_id': ObjectId('55dfb4cb7d65cb39ee986d23'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 31.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0774947, 37.3956292]}, u'fmt_time': u'2015-08-27 17:44:34.415000-07:00', u'altitude': 0, u'ts': 1440722674.415, u'longitude': -122.0774947, u'latitude': 37.3956292, '_id': ObjectId('55dfb4cc7d65cb39ee986d2b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 118.739}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0773116, 37.3955101]}, u'fmt_time': u'2015-08-27 17:44:55.963000-07:00', u'altitude': 0, u'ts': 1440722695.963, u'longitude': -122.0773116, u'latitude': 37.3955101, '_id': ObjectId('55dfb4cc7d65cb39ee986d2f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 105.023}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0777471, 37.3956672]}, u'fmt_time': u'2015-08-27 17:45:35.230000-07:00', u'altitude': 0, u'ts': 1440722735.23, u'longitude': -122.0777471, u'latitude': 37.3956672, '_id': ObjectId('55dfb4cc7d65cb39ee986d32'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0775389, 37.3955742]}, u'fmt_time': u'2015-08-27 17:46:03.161000-07:00', u'altitude': 0, u'ts': 1440722763.161, u'longitude': -122.0775389, u'latitude': 37.3955742, '_id': ObjectId('55dfb4cc7d65cb39ee986d35'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0775389, 37.3955742]}, u'fmt_time': u'2015-08-27 17:46:33.433000-07:00', u'altitude': 0, u'ts': 1440722793.433, u'longitude': -122.0775389, u'latitude': 37.3955742, '_id': ObjectId('55dfb4cc7d65cb39ee986d38'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 90.406}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0778895, 37.3958641]}, u'fmt_time': u'2015-08-27 17:47:04.500000-07:00', u'altitude': 0, u'ts': 1440722824.5, u'longitude': -122.0778895, u'latitude': 37.3958641, '_id': ObjectId('55dfb4cd7d65cb39ee986d3a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.077766, 37.3960324]}, u'fmt_time': u'2015-08-27 17:47:34.538000-07:00', u'altitude': 0, u'ts': 1440722854.538, u'longitude': -122.077766, u'latitude': 37.3960324, '_id': ObjectId('55dfb4cd7d65cb39ee986d3d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0778219, 37.3958767]}, u'fmt_time': u'2015-08-27 17:48:04.520000-07:00', u'altitude': 0, u'ts': 1440722884.52, u'longitude': -122.0778219, u'latitude': 37.3958767, '_id': ObjectId('55dfb4cd7d65cb39ee986d3f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0777425, 37.3956644]}, u'fmt_time': u'2015-08-27 17:48:34.574000-07:00', u'altitude': 0, u'ts': 1440722914.574, u'longitude': -122.0777425, u'latitude': 37.3956644, '_id': ObjectId('55dfb4cd7d65cb39ee986d42'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 42.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0769316, 37.3970439]}, u'fmt_time': u'2015-08-27 17:49:04.600000-07:00', u'altitude': 0, u'ts': 1440722944.6, u'longitude': -122.0769316, u'latitude': 37.3970439, '_id': ObjectId('55dfb4cd7d65cb39ee986d44'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0761964, 37.3978807]}, u'fmt_time': u'2015-08-27 17:49:34.697000-07:00', u'altitude': 0, u'ts': 1440722974.697, u'longitude': -122.0761964, u'latitude': 37.3978807, '_id': ObjectId('55dfb4cd7d65cb39ee986d47'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0767396, 37.3980859]}, u'fmt_time': u'2015-08-27 17:50:04.664000-07:00', u'altitude': 0, u'ts': 1440723004.664, u'longitude': -122.0767396, u'latitude': 37.3980859, '_id': ObjectId('55dfb4cd7d65cb39ee986d49'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0779079, 37.3990104]}, u'fmt_time': u'2015-08-27 17:50:34.750000-07:00', u'altitude': 0, u'ts': 1440723034.75, u'longitude': -122.0779079, u'latitude': 37.3990104, '_id': ObjectId('55dfb4ce7d65cb39ee986d4c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0784937, 37.4012462]}, u'fmt_time': u'2015-08-27 17:51:04.721000-07:00', u'altitude': 0, u'ts': 1440723064.721, u'longitude': -122.0784937, u'latitude': 37.4012462, '_id': ObjectId('55dfb4ce7d65cb39ee986d4f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440723094.715, '$lt': 1440723144.657}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.078664, 37.4015876]}, u'fmt_time': u'2015-08-27 17:51:34.715000-07:00', u'altitude': 0, u'ts': 1440723094.715, u'longitude': -122.078664, u'latitude': 37.4015876, '_id': ObjectId('55dfb4ce7d65cb39ee986d51'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 49.5})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.078664, 37.4015876]}, u'fmt_time': u'2015-08-27 17:51:34.715000-07:00', u'altitude': 0, u'ts': 1440723094.715, u'longitude': -122.078664, u'latitude': 37.4015876, '_id': ObjectId('55dfb4ce7d65cb39ee986d51'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 49.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0796973, 37.4021489]}, u'fmt_time': u'2015-08-27 17:52:04.657000-07:00', u'altitude': 0, u'ts': 1440723124.657, u'longitude': -122.0796973, u'latitude': 37.4021489, '_id': ObjectId('55dfb4ce7d65cb39ee986d54'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 61.5}) to line_string
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440723184.822, '$lt': 1440723354.898}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0827923, 37.4027524]}, u'fmt_time': u'2015-08-27 17:53:04.822000-07:00', u'altitude': 0, u'ts': 1440723184.822, u'longitude': -122.0827923, u'latitude': 37.4027524, '_id': ObjectId('55dfb4ce7d65cb39ee986d58'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0827923, 37.4027524]}, u'fmt_time': u'2015-08-27 17:53:04.822000-07:00', u'altitude': 0, u'ts': 1440723184.822, u'longitude': -122.0827923, u'latitude': 37.4027524, '_id': ObjectId('55dfb4ce7d65cb39ee986d58'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0834008, 37.4027977]}, u'fmt_time': u'2015-08-27 17:53:37.877000-07:00', u'altitude': 0, u'ts': 1440723217.877, u'longitude': -122.0834008, u'latitude': 37.4027977, '_id': ObjectId('55dfb4cf7d65cb39ee986d5b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0833226, 37.4028425]}, u'fmt_time': u'2015-08-27 17:53:53.789000-07:00', u'altitude': 0, u'ts': 1440723233.789, u'longitude': -122.0833226, u'latitude': 37.4028425, '_id': ObjectId('55dfb4cf7d65cb39ee986d5d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0831355, 37.4037647]}, u'fmt_time': u'2015-08-27 17:54:34.938000-07:00', u'altitude': 0, u'ts': 1440723274.938, u'longitude': -122.0831355, u'latitude': 37.4037647, '_id': ObjectId('55dfb4cf7d65cb39ee986d61'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 63.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0836683, 37.403658]}, u'fmt_time': u'2015-08-27 17:55:04.896000-07:00', u'altitude': 0, u'ts': 1440723304.896, u'longitude': -122.0836683, u'latitude': 37.403658, '_id': ObjectId('55dfb4cf7d65cb39ee986d64'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 33.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.083702, 37.4036219]}, u'fmt_time': u'2015-08-27 17:55:34.898000-07:00', u'altitude': 0, u'ts': 1440723334.898, u'longitude': -122.083702, u'latitude': 37.4036219, '_id': ObjectId('55dfb4cf7d65cb39ee986d67'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e59'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 1, len(trips) = 2
DEBUG:root:Starting with element of type trip, id 56081adbf6858f3a71f65e92, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 0, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0816952, 37.4026009]}, u'end_ts': 1440728794.308, u'start_ts': 1440728519.971, u'start_fmt_time': u'2015-08-27 19:21:59.971000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0777742, 37.3955849]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-27 19:26:34.308000-07:00', u'duration': 274.33700013160706, u'end_stop': ObjectId('56081adbf6858f3a71f65e94'), u'_id': ObjectId('56081adbf6858f3a71f65e92'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e59')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440728519.971, '$lt': 1440728814.308}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0816952, 37.4026009]}, u'fmt_time': u'2015-08-27 19:21:59.971000-07:00', u'altitude': 0, u'ts': 1440728519.971, u'longitude': -122.0816952, u'latitude': 37.4026009, '_id': ObjectId('55dfcaca7d65cb39ee986e11'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.614})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0816952, 37.4026009]}, u'fmt_time': u'2015-08-27 19:21:59.971000-07:00', u'altitude': 0, u'ts': 1440728519.971, u'longitude': -122.0816952, u'latitude': 37.4026009, '_id': ObjectId('55dfcaca7d65cb39ee986e11'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.614}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0804086, 37.402437]}, u'fmt_time': u'2015-08-27 19:22:34.135000-07:00', u'altitude': 0, u'ts': 1440728554.135, u'longitude': -122.0804086, u'latitude': 37.402437, '_id': ObjectId('55dfcaca7d65cb39ee986e14'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.994}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0785754, 37.4015364]}, u'fmt_time': u'2015-08-27 19:23:04.128000-07:00', u'altitude': 0, u'ts': 1440728584.128, u'longitude': -122.0785754, u'latitude': 37.4015364, '_id': ObjectId('55dfcaca7d65cb39ee986e17'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0792398, 37.4015005]}, u'fmt_time': u'2015-08-27 19:23:34.210000-07:00', u'altitude': 0, u'ts': 1440728614.21, u'longitude': -122.0792398, u'latitude': 37.4015005, '_id': ObjectId('55dfcaca7d65cb39ee986e1a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 31.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0800125, 37.4007004]}, u'fmt_time': u'2015-08-27 19:24:04.192000-07:00', u'altitude': 0, u'ts': 1440728644.192, u'longitude': -122.0800125, u'latitude': 37.4007004, '_id': ObjectId('55dfcaca7d65cb39ee986e1c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0806887, 37.3999177]}, u'fmt_time': u'2015-08-27 19:24:34.282000-07:00', u'altitude': 0, u'ts': 1440728674.282, u'longitude': -122.0806887, u'latitude': 37.3999177, '_id': ObjectId('55dfcaca7d65cb39ee986e1f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0808318, 37.3995013]}, u'fmt_time': u'2015-08-27 19:25:04.266000-07:00', u'altitude': 0, u'ts': 1440728704.266, u'longitude': -122.0808318, u'latitude': 37.3995013, '_id': ObjectId('55dfcaca7d65cb39ee986e21'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 42.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0807172, 37.3994594]}, u'fmt_time': u'2015-08-27 19:25:34.248000-07:00', u'altitude': 0, u'ts': 1440728734.248, u'longitude': -122.0807172, u'latitude': 37.3994594, '_id': ObjectId('55dfcacb7d65cb39ee986e23'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 81.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0809948, 37.3983218]}, u'fmt_time': u'2015-08-27 19:26:04.243000-07:00', u'altitude': 0, u'ts': 1440728764.243, u'longitude': -122.0809948, u'latitude': 37.3983218, '_id': ObjectId('55dfcacb7d65cb39ee986e27'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0777742, 37.3955849]}, u'fmt_time': u'2015-08-27 19:26:34.308000-07:00', u'altitude': 0, u'ts': 1440728794.308, u'longitude': -122.0777742, u'latitude': 37.3955849, '_id': ObjectId('55dfcacb7d65cb39ee986e29'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 67.5}) to line_string
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440728824.315, '$lt': 1440729162.709}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0804791, 37.3959724]}, u'fmt_time': u'2015-08-27 19:27:04.315000-07:00', u'altitude': 0, u'ts': 1440728824.315, u'longitude': -122.0804791, u'latitude': 37.3959724, '_id': ObjectId('55dfcacb7d65cb39ee986e2c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0804791, 37.3959724]}, u'fmt_time': u'2015-08-27 19:27:04.315000-07:00', u'altitude': 0, u'ts': 1440728824.315, u'longitude': -122.0804791, u'latitude': 37.3959724, '_id': ObjectId('55dfcacb7d65cb39ee986e2c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0829762, 37.3959456]}, u'fmt_time': u'2015-08-27 19:27:34.365000-07:00', u'altitude': 0, u'ts': 1440728854.365, u'longitude': -122.0829762, u'latitude': 37.3959456, '_id': ObjectId('55dfcacb7d65cb39ee986e2f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0829727, 37.3959806]}, u'fmt_time': u'2015-08-27 19:28:04.387000-07:00', u'altitude': 0, u'ts': 1440728884.387, u'longitude': -122.0829727, u'latitude': 37.3959806, '_id': ObjectId('55dfcacb7d65cb39ee986e31'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0836812, 37.3948295]}, u'fmt_time': u'2015-08-27 19:28:34.434000-07:00', u'altitude': 0, u'ts': 1440728914.434, u'longitude': -122.0836812, u'latitude': 37.3948295, '_id': ObjectId('55dfcacc7d65cb39ee986e34'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 33.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844196, 37.3937479]}, u'fmt_time': u'2015-08-27 19:29:04.482000-07:00', u'altitude': 0, u'ts': 1440728944.482, u'longitude': -122.0844196, u'latitude': 37.3937479, '_id': ObjectId('55dfcacc7d65cb39ee986e37'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0848882, 37.3930485]}, u'fmt_time': u'2015-08-27 19:29:34.487000-07:00', u'altitude': 0, u'ts': 1440728974.487, u'longitude': -122.0848882, u'latitude': 37.3930485, '_id': ObjectId('55dfcacc7d65cb39ee986e3a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0854796, 37.3920595]}, u'fmt_time': u'2015-08-27 19:30:04.524000-07:00', u'altitude': 0, u'ts': 1440729004.524, u'longitude': -122.0854796, u'latitude': 37.3920595, '_id': ObjectId('55dfcacc7d65cb39ee986e3c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 108.529}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0860801, 37.3911279]}, u'fmt_time': u'2015-08-27 19:30:34.649000-07:00', u'altitude': 0, u'ts': 1440729034.649, u'longitude': -122.0860801, u'latitude': 37.3911279, '_id': ObjectId('55dfcacc7d65cb39ee986e3f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862471, 37.3909095]}, u'fmt_time': u'2015-08-27 19:30:46.692000-07:00', u'altitude': 0, u'ts': 1440729046.692, u'longitude': -122.0862471, u'latitude': 37.3909095, '_id': ObjectId('55dfcacc7d65cb39ee986e41'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862131, 37.3910022]}, u'fmt_time': u'2015-08-27 19:31:19.792000-07:00', u'altitude': 0, u'ts': 1440729079.792, u'longitude': -122.0862131, u'latitude': 37.3910022, '_id': ObjectId('55dfcacd7d65cb39ee986e45'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862609, 37.3909709]}, u'fmt_time': u'2015-08-27 19:32:04.640000-07:00', u'altitude': 0, u'ts': 1440729124.64, u'longitude': -122.0862609, u'latitude': 37.3909709, '_id': ObjectId('55dfcacd7d65cb39ee986e48'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862609, 37.3909709]}, u'fmt_time': u'2015-08-27 19:32:22.709000-07:00', u'altitude': 0, u'ts': 1440729142.709, u'longitude': -122.0862609, u'latitude': 37.3909709, '_id': ObjectId('55dfcacd7d65cb39ee986e4c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0864045, 37.3905444], "type": "Point"}, "id": "56081ad3f6858f3a71f65e4a", "properties": {"duration": 38139.26799988747, "enter_fmt_time": "2015-08-26 21:43:20.404000-07:00", "enter_ts": 1440650600.404, "exit_fmt_time": "2015-08-27 08:18:59.672000-07:00", "exit_ts": 1440688739.672, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0835641, 37.4034802], "type": "Point"}, "id": "56081ad3f6858f3a71f65e4c", "properties": {"duration": 254.64100003242493, "enter_fmt_time": "2015-08-27 08:30:08.302000-07:00", "enter_ts": 1440689408.302, "exit_fmt_time": "2015-08-27 08:34:22.943000-07:00", "exit_ts": 1440689662.943, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0845296, 37.4034667], "type": "Point"}, "id": "56081ad9f6858f3a71f65e80", "properties": {"duration": 31.819999933242798, "enter_fmt_time": "2015-08-27 08:27:45.092000-07:00", "enter_ts": 1440689265.092, "exit_fmt_time": "2015-08-27 08:28:16.912000-07:00", "exit_ts": 1440689296.912, "feature_type": "stop", "source": "SmoothedHighConfidenceMotion"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0846749, 37.393415], "type": "Point"}, "id": "55df34ee7d65cb39ee9865a6", "properties": {"accuracy": 43.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:18:59.672000-07:00", "heading": 0, "latitude": 37.393415, "longitude": -122.0846749, "sensed_speed": 0, "ts": 1440688739.672}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0841016, 37.3941547], "type": "Point"}, "id": "55df34ee7d65cb39ee9865a8", "properties": {"accuracy": 81.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:19:15.574000-07:00", "heading": 0, "latitude": 37.3941547, "longitude": -122.0841016, "sensed_speed": 0, "ts": 1440688755.574}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0831438, 37.3956262], "type": "Point"}, "id": "55df34ee7d65cb39ee9865aa", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:19:47.388000-07:00", "heading": 0, "latitude": 37.3956262, "longitude": -122.0831438, "sensed_speed": 0, "ts": 1440688787.388}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0830409, 37.3957967], "type": "Point"}, "id": "55df34ee7d65cb39ee9865ad", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:20:19.216000-07:00", "heading": 0, "latitude": 37.3957967, "longitude": -122.0830409, "sensed_speed": 0, "ts": 1440688819.216}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0830094, 37.3959019], "type": "Point"}, "id": "55df34ee7d65cb39ee9865af", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:20:51.053000-07:00", "heading": 0, "latitude": 37.3959019, "longitude": -122.0830094, "sensed_speed": 0, "ts": 1440688851.053}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0828785, 37.3960132], "type": "Point"}, "id": "55df34ee7d65cb39ee9865b1", "properties": {"accuracy": 48.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:21:22.869000-07:00", "heading": 0, "latitude": 37.3960132, "longitude": -122.0828785, "sensed_speed": 0, "ts": 1440688882.869}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0828663, 37.3960665], "type": "Point"}, "id": "55df34ee7d65cb39ee9865b4", "properties": {"accuracy": 43.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:21:38.781000-07:00", "heading": 0, "latitude": 37.3960665, "longitude": -122.0828663, "sensed_speed": 0, "ts": 1440688898.781}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0818078, 37.3957659], "type": "Point"}, "id": "55df34ef7d65cb39ee9865b7", "properties": {"accuracy": 51.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:22:10.603000-07:00", "heading": 0, "latitude": 37.3957659, "longitude": -122.0818078, "sensed_speed": 0, "ts": 1440688930.603}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0808227, 37.3971981], "type": "Point"}, "id": "55df34ef7d65cb39ee9865b9", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:22:42.392000-07:00", "heading": 0, "latitude": 37.3971981, "longitude": -122.0808227, "sensed_speed": 0, "ts": 1440688962.392}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0808461, 37.3986502], "type": "Point"}, "id": "55df34ef7d65cb39ee9865bc", "properties": {"accuracy": 55.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:23:14.225000-07:00", "heading": 0, "latitude": 37.3986502, "longitude": -122.0808461, "sensed_speed": 0, "ts": 1440688994.225}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0805741, 37.3999882], "type": "Point"}, "id": "55df34ef7d65cb39ee9865bf", "properties": {"accuracy": 31.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:23:46.067000-07:00", "heading": 0, "latitude": 37.3999882, "longitude": -122.0805741, "sensed_speed": 0, "ts": 1440689026.067}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0805585, 37.3999972], "type": "Point"}, "id": "55df34ef7d65cb39ee9865c1", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:24:17.903000-07:00", "heading": 0, "latitude": 37.3999972, "longitude": -122.0805585, "sensed_speed": 0, "ts": 1440689057.903}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0809311, 37.3999008], "type": "Point"}, "id": "55df34ef7d65cb39ee9865c4", "properties": {"accuracy": 105.968, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:24:49.947000-07:00", "heading": 0, "latitude": 37.3999008, "longitude": -122.0809311, "sensed_speed": 0, "ts": 1440689089.947}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0825585, 37.400037], "type": "Point"}, "id": "55df34ef7d65cb39ee9865c7", "properties": {"accuracy": 125.167, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:25:21.789000-07:00", "heading": 0, "latitude": 37.400037, "longitude": -122.0825585, "sensed_speed": 0, "ts": 1440689121.789}, "type": "Feature"}, {"geometry": {"coordinates": [-122.084657, 37.4006053], "type": "Point"}, "id": "55df34f07d65cb39ee9865c9", "properties": {"accuracy": 50.612, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:25:53.593000-07:00", "heading": 0, "latitude": 37.4006053, "longitude": -122.084657, "sensed_speed": 0, "ts": 1440689153.593}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0847354, 37.4007025], "type": "Point"}, "id": "55df34f07d65cb39ee9865cc", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:26:09.651000-07:00", "heading": 0, "latitude": 37.4007025, "longitude": -122.0847354, "sensed_speed": 0, "ts": 1440689169.651}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0849045, 37.4023165], "type": "Point"}, "id": "55df34f07d65cb39ee9865cf", "properties": {"accuracy": 69.324, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:26:41.466000-07:00", "heading": 0, "latitude": 37.4023165, "longitude": -122.0849045, "sensed_speed": 0, "ts": 1440689201.466}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0847188, 37.4028269], "type": "Point"}, "id": "55df34f07d65cb39ee9865d2", "properties": {"accuracy": 49.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:27:13.279000-07:00", "heading": 0, "latitude": 37.4028269, "longitude": -122.0847188, "sensed_speed": 0, "ts": 1440689233.279}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0847081, 37.4033491], "type": "Point"}, "id": "55df34f07d65cb39ee9865d4", "properties": {"accuracy": 42.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:27:45.092000-07:00", "heading": 0, "latitude": 37.4033491, "longitude": -122.0847081, "sensed_speed": 0, "ts": 1440689265.092}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0864045, 37.3905444], [-122.0846749, 37.393415], [-122.0841016, 37.3941547], [-122.0831438, 37.3956262], [-122.0830409, 37.3957967], [-122.0830094, 37.3959019], [-122.0828785, 37.3960132], [-122.0828663, 37.3960665], [-122.0818078, 37.3957659], [-122.0808227, 37.3971981], [-122.0808461, 37.3986502], [-122.0805741, 37.3999882], [-122.0805585, 37.3999972], [-122.0809311, 37.3999008], [-122.0825585, 37.400037], [-122.084657, 37.4006053], [-122.0847354, 37.4007025], [-122.0849045, 37.4023165], [-122.0847188, 37.4028269], [-122.0847081, 37.4033491]], "type": "LineString"}, "id": "56081ad9f6858f3a71f65e7e", "properties": {"duration": 525.420000076294, "end_fmt_time": "2015-08-27 08:27:45.092000-07:00", "end_ts": 1440689265.092, "feature_type": "section", "sensed_mode": "MotionTypes.BICYCLING", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-27 08:18:59.672000-07:00", "start_ts": 1440688739.672}, "type": "Feature"}], "type": "FeatureCollection"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0845296, 37.4034667], "type": "Point"}, "id": "55df34f07d65cb39ee9865d7", "properties": {"accuracy": 29.117, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:28:16.912000-07:00", "heading": 0, "latitude": 37.4034667, "longitude": -122.0845296, "sensed_speed": 0, "ts": 1440689296.912}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844223, 37.4033752], "type": "Point"}, "id": "55df34f17d65cb39ee9865da", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:28:48.736000-07:00", "heading": 0, "latitude": 37.4033752, "longitude": -122.0844223, "sensed_speed": 0, "ts": 1440689328.736}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0838277, 37.4034065], "type": "Point"}, "id": "55df34f17d65cb39ee9865dd", "properties": {"accuracy": 49.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:29:20.562000-07:00", "heading": 0, "latitude": 37.4034065, "longitude": -122.0838277, "sensed_speed": 0, "ts": 1440689360.562}, "type": "Feature"}, {"geometry": {"coordinates": [-122.084105, 37.4034399], "type": "Point"}, "id": "55df34f17d65cb39ee9865df", "properties": {"accuracy": 36.976, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:29:52.397000-07:00", "heading": 0, "latitude": 37.4034399, "longitude": -122.084105, "sensed_speed": 0, "ts": 1440689392.397}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0835641, 37.4034802], "type": "Point"}, "id": "55df34f17d65cb39ee9865e2", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:30:08.302000-07:00", "heading": 0, "latitude": 37.4034802, "longitude": -122.0835641, "sensed_speed": 0, "ts": 1440689408.302}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0845296, 37.4034667], [-122.0844223, 37.4033752], [-122.0838277, 37.4034065], [-122.084105, 37.4034399], [-122.0835641, 37.4034802]], "type": "LineString"}, "id": "56081ad9f6858f3a71f65e7f", "properties": {"duration": 111.39000010490417, "end_fmt_time": "2015-08-27 08:30:08.302000-07:00", "end_ts": 1440689408.302, "feature_type": "section", "sensed_mode": "MotionTypes.ON_FOOT", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-27 08:28:16.912000-07:00", "start_ts": 1440689296.912}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0835641, 37.4034802], "type": "Point"}, "id": "56081ad3f6858f3a71f65e4c", "properties": {"duration": 254.64100003242493, "enter_fmt_time": "2015-08-27 08:30:08.302000-07:00", "enter_ts": 1440689408.302, "exit_fmt_time": "2015-08-27 08:34:22.943000-07:00", "exit_ts": 1440689662.943, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0778188, 37.3957356], "type": "Point"}, "id": "56081ad3f6858f3a71f65e4e", "properties": {"duration": 641.9839999675751, "enter_fmt_time": "2015-08-27 08:41:16.784000-07:00", "enter_ts": 1440690076.784, "exit_fmt_time": "2015-08-27 08:51:58.768000-07:00", "exit_ts": 1440690718.768, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0822821, 37.4025401], "type": "Point"}, "id": "55df34f27d65cb39ee9865f6", "properties": {"accuracy": 114.922, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:34:22.943000-07:00", "heading": 0, "latitude": 37.4025401, "longitude": -122.0822821, "sensed_speed": 0, "ts": 1440689662.943}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0822052, 37.4025862], "type": "Point"}, "id": "55df34f27d65cb39ee9865f9", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:34:38.861000-07:00", "heading": 0, "latitude": 37.4025862, "longitude": -122.0822052, "sensed_speed": 0, "ts": 1440689678.861}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0802115, 37.4020942], "type": "Point"}, "id": "55df34f27d65cb39ee9865fb", "properties": {"accuracy": 57.313, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:35:10.668000-07:00", "heading": 0, "latitude": 37.4020942, "longitude": -122.0802115, "sensed_speed": 0, "ts": 1440689710.668}, "type": "Feature"}, {"geometry": {"coordinates": [-122.079131, 37.4015656], "type": "Point"}, "id": "55df34f37d65cb39ee9865fe", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:35:42.463000-07:00", "heading": 0, "latitude": 37.4015656, "longitude": -122.079131, "sensed_speed": 0, "ts": 1440689742.463}, "type": "Feature"}, {"geometry": {"coordinates": [-122.079139, 37.4015842], "type": "Point"}, "id": "55df34f37d65cb39ee986600", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:36:14.278000-07:00", "heading": 0, "latitude": 37.4015842, "longitude": -122.079139, "sensed_speed": 0, "ts": 1440689774.278}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0784617, 37.401399], "type": "Point"}, "id": "55df34f37d65cb39ee986603", "properties": {"accuracy": 130.54, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:36:46.124000-07:00", "heading": 0, "latitude": 37.401399, "longitude": -122.0784617, "sensed_speed": 0, "ts": 1440689806.124}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0779973, 37.3993224], "type": "Point"}, "id": "55df34f37d65cb39ee986605", "properties": {"accuracy": 55.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:37:17.952000-07:00", "heading": 0, "latitude": 37.3993224, "longitude": -122.0779973, "sensed_speed": 0, "ts": 1440689837.952}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0772994, 37.3981887], "type": "Point"}, "id": "55df34f37d65cb39ee986608", "properties": {"accuracy": 38.568, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:37:49.779000-07:00", "heading": 0, "latitude": 37.3981887, "longitude": -122.0772994, "sensed_speed": 0, "ts": 1440689869.779}, "type": "Feature"}, {"geometry": {"coordinates": [-122.076315, 37.3978536], "type": "Point"}, "id": "55df34f37d65cb39ee98660b", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:38:21.628000-07:00", "heading": 0, "latitude": 37.3978536, "longitude": -122.076315, "sensed_speed": 0, "ts": 1440689901.628}, "type": "Feature"}, {"geometry": {"coordinates": [-122.077789, 37.3958147], "type": "Point"}, "id": "55df34f47d65cb39ee98660f", "properties": {"accuracy": 127.011, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:39:09.350000-07:00", "heading": 0, "latitude": 37.3958147, "longitude": -122.077789, "sensed_speed": 0, "ts": 1440689949.35}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0778485, 37.3957377], "type": "Point"}, "id": "55df34f47d65cb39ee986612", "properties": {"accuracy": 105.29, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:39:49.016000-07:00", "heading": 0, "latitude": 37.3957377, "longitude": -122.0778485, "sensed_speed": 0, "ts": 1440689989.016}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0778519, 37.3957568], "type": "Point"}, "id": "55df34f47d65cb39ee986614", "properties": {"accuracy": 103.911, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:40:12.991000-07:00", "heading": 0, "latitude": 37.3957568, "longitude": -122.0778519, "sensed_speed": 0, "ts": 1440690012.991}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0778095, 37.3957252], "type": "Point"}, "id": "55df34f47d65cb39ee986617", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:40:52.880000-07:00", "heading": 0, "latitude": 37.3957252, "longitude": -122.0778095, "sensed_speed": 0, "ts": 1440690052.88}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0778188, 37.3957356], "type": "Point"}, "id": "55df34f47d65cb39ee98661a", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:41:16.784000-07:00", "heading": 0, "latitude": 37.3957356, "longitude": -122.0778188, "sensed_speed": 0, "ts": 1440690076.784}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0835641, 37.4034802], [-122.0822821, 37.4025401], [-122.0822052, 37.4025862], [-122.0802115, 37.4020942], [-122.079131, 37.4015656], [-122.079139, 37.4015842], [-122.0784617, 37.401399], [-122.0779973, 37.3993224], [-122.0772994, 37.3981887], [-122.076315, 37.3978536], [-122.077789, 37.3958147], [-122.0778485, 37.3957377], [-122.0778519, 37.3957568], [-122.0778095, 37.3957252], [-122.0778188, 37.3957356]], "type": "LineString"}, "id": "56081ad9f6858f3a71f65e81", "properties": {"duration": 413.84099984169006, "end_fmt_time": "2015-08-27 08:41:16.784000-07:00", "end_ts": 1440690076.784, "feature_type": "section", "sensed_mode": "MotionTypes.BICYCLING", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-27 08:34:22.943000-07:00", "start_ts": 1440689662.943}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0778188, 37.3957356], "type": "Point"}, "id": "56081ad3f6858f3a71f65e4e", "properties": {"duration": 641.9839999675751, "enter_fmt_time": "2015-08-27 08:41:16.784000-07:00", "enter_ts": 1440690076.784, "exit_fmt_time": "2015-08-27 08:51:58.768000-07:00", "exit_ts": 1440690718.768, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3872605, 37.5995036], "type": "Point"}, "id": "56081ad3f6858f3a71f65e50", "properties": {"duration": 728.0950000286102, "enter_fmt_time": "2015-08-27 09:53:44.894000-07:00", "enter_ts": 1440694424.894, "exit_fmt_time": "2015-08-27 10:05:52.989000-07:00", "exit_ts": 1440695152.989, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3872958, 37.5992574], "type": "Point"}, "id": "56081adaf6858f3a71f65e84", "properties": {"duration": 29.957000017166138, "enter_fmt_time": "2015-08-27 09:52:14.783000-07:00", "enter_ts": 1440694334.783, "exit_fmt_time": "2015-08-27 09:52:44.740000-07:00", "exit_ts": 1440694364.74, "feature_type": "stop", "source": "SmoothedHighConfidenceMotion"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0761742, 37.3941417], "type": "Point"}, "id": "55df34f67d65cb39ee986630", "properties": {"accuracy": 131.293, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:51:58.768000-07:00", "heading": 0, "latitude": 37.3941417, "longitude": -122.0761742, "sensed_speed": 0, "ts": 1440690718.768}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0776881, 37.395656], "type": "Point"}, "id": "55df34f67d65cb39ee986633", "properties": {"accuracy": 174.522, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:52:32.859000-07:00", "heading": 0, "latitude": 37.395656, "longitude": -122.0776881, "sensed_speed": 0, "ts": 1440690752.859}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0762038, 37.3941508], "type": "Point"}, "id": "55df34f67d65cb39ee986636", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:53:03.027000-07:00", "heading": 0, "latitude": 37.3941508, "longitude": -122.0762038, "sensed_speed": 0, "ts": 1440690783.027}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0762217, 37.3942296], "type": "Point"}, "id": "55df34f67d65cb39ee986639", "properties": {"accuracy": 51.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:53:33.053000-07:00", "heading": 0, "latitude": 37.3942296, "longitude": -122.0762217, "sensed_speed": 0, "ts": 1440690813.053}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0776802, 37.3957268], "type": "Point"}, "id": "55df34f67d65cb39ee98663c", "properties": {"accuracy": 158.883, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:54:03.118000-07:00", "heading": 0, "latitude": 37.3957268, "longitude": -122.0776802, "sensed_speed": 0, "ts": 1440690843.118}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0769659, 37.3953633], "type": "Point"}, "id": "55df34f67d65cb39ee98663f", "properties": {"accuracy": 121.594, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:54:33.136000-07:00", "heading": 0, "latitude": 37.3953633, "longitude": -122.0769659, "sensed_speed": 0, "ts": 1440690873.136}, "type": "Feature"}, {"geometry": {"coordinates": [-122.076151, 37.3941635], "type": "Point"}, "id": "55df34f77d65cb39ee986642", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:55:03.167000-07:00", "heading": 0, "latitude": 37.3941635, "longitude": -122.076151, "sensed_speed": 0, "ts": 1440690903.167}, "type": "Feature"}, {"geometry": {"coordinates": [-122.076142, 37.3941596], "type": "Point"}, "id": "55df34f77d65cb39ee986645", "properties": {"accuracy": 165.268, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:55:33.254000-07:00", "heading": 0, "latitude": 37.3941596, "longitude": -122.076142, "sensed_speed": 0, "ts": 1440690933.254}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0778411, 37.3957819], "type": "Point"}, "id": "55df34f77d65cb39ee986647", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:56:03.216000-07:00", "heading": 0, "latitude": 37.3957819, "longitude": -122.0778411, "sensed_speed": 0, "ts": 1440690963.216}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0777656, 37.3957175], "type": "Point"}, "id": "55df34f77d65cb39ee98664a", "properties": {"accuracy": 182.404, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:56:33.227000-07:00", "heading": 0, "latitude": 37.3957175, "longitude": -122.0777656, "sensed_speed": 0, "ts": 1440690993.227}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0760912, 37.3950273], "type": "Point"}, "id": "55df34f77d65cb39ee98664d", "properties": {"accuracy": 102.781, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:57:03.150000-07:00", "heading": 0, "latitude": 37.3950273, "longitude": -122.0760912, "sensed_speed": 0, "ts": 1440691023.15}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0761752, 37.3942547], "type": "Point"}, "id": "55df34f77d65cb39ee986650", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:57:33.294000-07:00", "heading": 0, "latitude": 37.3942547, "longitude": -122.0761752, "sensed_speed": 0, "ts": 1440691053.294}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0777412, 37.3956106], "type": "Point"}, "id": "55df34f87d65cb39ee986653", "properties": {"accuracy": 173.206, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:58:03.290000-07:00", "heading": 0, "latitude": 37.3956106, "longitude": -122.0777412, "sensed_speed": 0, "ts": 1440691083.29}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0777709, 37.3957229], "type": "Point"}, "id": "55df34f87d65cb39ee986657", "properties": {"accuracy": 165.504, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:58:33.349000-07:00", "heading": 0, "latitude": 37.3957229, "longitude": -122.0777709, "sensed_speed": 0, "ts": 1440691113.349}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0777836, 37.3956614], "type": "Point"}, "id": "55df34f87d65cb39ee98665a", "properties": {"accuracy": 178.849, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:59:03.584000-07:00", "heading": 0, "latitude": 37.3956614, "longitude": -122.0777836, "sensed_speed": 0, "ts": 1440691143.584}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0762241, 37.3947787], "type": "Point"}, "id": "55df34f87d65cb39ee98665d", "properties": {"accuracy": 66.326, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 08:59:33.625000-07:00", "heading": 0, "latitude": 37.3947787, "longitude": -122.0762241, "sensed_speed": 0, "ts": 1440691173.625}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0761291, 37.3940891], "type": "Point"}, "id": "55df34f87d65cb39ee986660", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:00:03.682000-07:00", "heading": 0, "latitude": 37.3940891, "longitude": -122.0761291, "sensed_speed": 0, "ts": 1440691203.682}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0775421, 37.3956615], "type": "Point"}, "id": "55df34f97d65cb39ee986663", "properties": {"accuracy": 169.353, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:00:33.697000-07:00", "heading": 0, "latitude": 37.3956615, "longitude": -122.0775421, "sensed_speed": 0, "ts": 1440691233.697}, "type": "Feature"}, {"geometry": {"coordinates": [-122.07779, 37.3956878], "type": "Point"}, "id": "55df34f97d65cb39ee986666", "properties": {"accuracy": 181.128, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:01:03.668000-07:00", "heading": 0, "latitude": 37.3956878, "longitude": -122.07779, "sensed_speed": 0, "ts": 1440691263.668}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0777666, 37.3957174], "type": "Point"}, "id": "55df34f97d65cb39ee986669", "properties": {"accuracy": 165.289, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:01:33.591000-07:00", "heading": 0, "latitude": 37.3957174, "longitude": -122.0777666, "sensed_speed": 0, "ts": 1440691293.591}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0771241, 37.3952022], "type": "Point"}, "id": "55df34f97d65cb39ee98666c", "properties": {"accuracy": 93.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:02:03.613000-07:00", "heading": 0, "latitude": 37.3952022, "longitude": -122.0771241, "sensed_speed": 0, "ts": 1440691323.613}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0762193, 37.3949768], "type": "Point"}, "id": "55df456b7d65cb39ee986675", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:04:04.146000-07:00", "heading": 0, "latitude": 37.3949768, "longitude": -122.0762193, "sensed_speed": 0, "ts": 1440691444.146}, "type": "Feature"}, {"geometry": {"coordinates": [-122.106795, 37.4077682], "type": "Point"}, "id": "55df456c7d65cb39ee986681", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:07:03.880000-07:00", "heading": 0, "latitude": 37.4077682, "longitude": -122.106795, "sensed_speed": 0, "ts": 1440691623.88}, "type": "Feature"}, {"geometry": {"coordinates": [-122.133534, 37.4235497], "type": "Point"}, "id": "55df456d7d65cb39ee98668e", "properties": {"accuracy": 57.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:10:34.234000-07:00", "heading": 0, "latitude": 37.4235497, "longitude": -122.133534, "sensed_speed": 0, "ts": 1440691834.234}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1388521, 37.4277911], "type": "Point"}, "id": "55df456d7d65cb39ee986691", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:11:04.273000-07:00", "heading": 0, "latitude": 37.4277911, "longitude": -122.1388521, "sensed_speed": 0, "ts": 1440691864.273}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1414298, 37.4291696], "type": "Point"}, "id": "55df456d7d65cb39ee986693", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:11:34.287000-07:00", "heading": 0, "latitude": 37.4291696, "longitude": -122.1414298, "sensed_speed": 0, "ts": 1440691894.287}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1415265, 37.429284], "type": "Point"}, "id": "55df456d7d65cb39ee986696", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:12:04.382000-07:00", "heading": 0, "latitude": 37.429284, "longitude": -122.1415265, "sensed_speed": 0, "ts": 1440691924.382}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1414298, 37.4291696], "type": "Point"}, "id": "55df456d7d65cb39ee986698", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:12:34.341000-07:00", "heading": 0, "latitude": 37.4291696, "longitude": -122.1414298, "sensed_speed": 0, "ts": 1440691954.341}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1414762, 37.4292348], "type": "Point"}, "id": "55df456e7d65cb39ee98669c", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:13:04.371000-07:00", "heading": 0, "latitude": 37.4292348, "longitude": -122.1414762, "sensed_speed": 0, "ts": 1440691984.371}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1414762, 37.4292348], "type": "Point"}, "id": "55df456e7d65cb39ee98669e", "properties": {"accuracy": 79.573, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:13:33.420000-07:00", "heading": 0, "latitude": 37.4292348, "longitude": -122.1414762, "sensed_speed": 0, "ts": 1440692013.42}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1522525, 37.4358008], "type": "Point"}, "id": "55df456e7d65cb39ee9866a4", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:14:33.587000-07:00", "heading": 0, "latitude": 37.4358008, "longitude": -122.1522525, "sensed_speed": 0, "ts": 1440692073.587}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1651832, 37.4438895], "type": "Point"}, "id": "55df456e7d65cb39ee9866a8", "properties": {"accuracy": 51.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:16:04.629000-07:00", "heading": 0, "latitude": 37.4438895, "longitude": -122.1651832, "sensed_speed": 0, "ts": 1440692164.629}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1658308, 37.4436462], "type": "Point"}, "id": "55df456f7d65cb39ee9866ab", "properties": {"accuracy": 43.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:16:34.764000-07:00", "heading": 0, "latitude": 37.4436462, "longitude": -122.1658308, "sensed_speed": 0, "ts": 1440692194.764}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1650013, 37.4439291], "type": "Point"}, "id": "55df456f7d65cb39ee9866ae", "properties": {"accuracy": 33.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:17:04.710000-07:00", "heading": 0, "latitude": 37.4439291, "longitude": -122.1650013, "sensed_speed": 0, "ts": 1440692224.71}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1649406, 37.4439526], "type": "Point"}, "id": "55df456f7d65cb39ee9866b2", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:17:29.580000-07:00", "heading": 0, "latitude": 37.4439526, "longitude": -122.1649406, "sensed_speed": 0, "ts": 1440692249.58}, "type": "Feature"}, {"geometry": {"coordinates": [-122.180769, 37.4541764], "type": "Point"}, "id": "55df45707d65cb39ee9866c2", "properties": {"accuracy": 48.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:20:20.950000-07:00", "heading": 0, "latitude": 37.4541764, "longitude": -122.180769, "sensed_speed": 0, "ts": 1440692420.95}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1829735, 37.4553948], "type": "Point"}, "id": "55df45707d65cb39ee9866c5", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:20:52.779000-07:00", "heading": 0, "latitude": 37.4553948, "longitude": -122.1829735, "sensed_speed": 0, "ts": 1440692452.779}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1829793, 37.4551939], "type": "Point"}, "id": "55df45707d65cb39ee9866c7", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:21:24.599000-07:00", "heading": 0, "latitude": 37.4551939, "longitude": -122.1829793, "sensed_speed": 0, "ts": 1440692484.599}, "type": "Feature"}, {"geometry": {"coordinates": [-122.182976, 37.4553], "type": "Point"}, "id": "55df45717d65cb39ee9866ca", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:21:56.409000-07:00", "heading": 0, "latitude": 37.4553, "longitude": -122.182976, "sensed_speed": 0, "ts": 1440692516.409}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2135446, 37.4737671], "type": "Point"}, "id": "55df45717d65cb39ee9866d5", "properties": {"accuracy": 26.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:24:35.493000-07:00", "heading": 0, "latitude": 37.4737671, "longitude": -122.2135446, "sensed_speed": 0, "ts": 1440692675.493}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2231926, 37.4785943], "type": "Point"}, "id": "55df45717d65cb39ee9866d7", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:24:51.407000-07:00", "heading": 0, "latitude": 37.4785943, "longitude": -122.2231926, "sensed_speed": 0, "ts": 1440692691.407}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2269005, 37.4828822], "type": "Point"}, "id": "55df45727d65cb39ee9866db", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:25:39.130000-07:00", "heading": 0, "latitude": 37.4828822, "longitude": -122.2269005, "sensed_speed": 0, "ts": 1440692739.13}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2320305, 37.4862189], "type": "Point"}, "id": "55df45727d65cb39ee9866df", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:26:26.881000-07:00", "heading": 0, "latitude": 37.4862189, "longitude": -122.2320305, "sensed_speed": 0, "ts": 1440692786.881}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2323706, 37.4861919], "type": "Point"}, "id": "55df45727d65cb39ee9866e2", "properties": {"accuracy": 79.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:26:58.696000-07:00", "heading": 0, "latitude": 37.4861919, "longitude": -122.2323706, "sensed_speed": 0, "ts": 1440692818.696}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2320101, 37.4862121], "type": "Point"}, "id": "55df45727d65cb39ee9866e4", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:27:30.524000-07:00", "heading": 0, "latitude": 37.4862121, "longitude": -122.2320101, "sensed_speed": 0, "ts": 1440692850.524}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2324731, 37.4861669], "type": "Point"}, "id": "55df45727d65cb39ee9866e7", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:27:50.732000-07:00", "heading": 0, "latitude": 37.4861669, "longitude": -122.2324731, "sensed_speed": 0, "ts": 1440692870.732}, "type": "Feature"}, {"geometry": {"coordinates": [-122.234237, 37.4872932], "type": "Point"}, "id": "55df45737d65cb39ee9866ec", "properties": {"accuracy": 148.407, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:28:22.555000-07:00", "heading": 0, "latitude": 37.4872932, "longitude": -122.234237, "sensed_speed": 0, "ts": 1440692902.555}, "type": "Feature"}, {"geometry": {"coordinates": [-122.248984, 37.4984627], "type": "Point"}, "id": "55df45737d65cb39ee9866f2", "properties": {"accuracy": 72.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:29:35.002000-07:00", "heading": 0, "latitude": 37.4984627, "longitude": -122.248984, "sensed_speed": 0, "ts": 1440692975.002}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2601884, 37.5068074], "type": "Point"}, "id": "55df45747d65cb39ee9866f8", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:30:35.042000-07:00", "heading": 0, "latitude": 37.5068074, "longitude": -122.2601884, "sensed_speed": 0, "ts": 1440693035.042}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2603798, 37.5082546], "type": "Point"}, "id": "55df45747d65cb39ee9866fa", "properties": {"accuracy": 42.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:31:05.110000-07:00", "heading": 0, "latitude": 37.5082546, "longitude": -122.2603798, "sensed_speed": 0, "ts": 1440693065.11}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2605659, 37.5081271], "type": "Point"}, "id": "55df45747d65cb39ee9866fd", "properties": {"accuracy": 49.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:31:35.172000-07:00", "heading": 0, "latitude": 37.5081271, "longitude": -122.2605659, "sensed_speed": 0, "ts": 1440693095.172}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2607601, 37.5077337], "type": "Point"}, "id": "55df45747d65cb39ee986700", "properties": {"accuracy": 51.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:32:05.165000-07:00", "heading": 0, "latitude": 37.5077337, "longitude": -122.2607601, "sensed_speed": 0, "ts": 1440693125.165}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2625349, 37.5100476], "type": "Point"}, "id": "55df45747d65cb39ee986702", "properties": {"accuracy": 52.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:32:35.157000-07:00", "heading": 0, "latitude": 37.5100476, "longitude": -122.2625349, "sensed_speed": 0, "ts": 1440693155.157}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2660316, 37.512868], "type": "Point"}, "id": "55df45747d65cb39ee986705", "properties": {"accuracy": 112.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:33:05.198000-07:00", "heading": 0, "latitude": 37.512868, "longitude": -122.2660316, "sensed_speed": 0, "ts": 1440693185.198}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2721991, 37.5177452], "type": "Point"}, "id": "55df45757d65cb39ee986709", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:33:35.235000-07:00", "heading": 0, "latitude": 37.5177452, "longitude": -122.2721991, "sensed_speed": 0, "ts": 1440693215.235}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2764249, 37.521002], "type": "Point"}, "id": "55df45757d65cb39ee98670c", "properties": {"accuracy": 57.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:34:05.439000-07:00", "heading": 0, "latitude": 37.521002, "longitude": -122.2764249, "sensed_speed": 0, "ts": 1440693245.439}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2763004, 37.5209551], "type": "Point"}, "id": "55df45757d65cb39ee98670e", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:34:35.434000-07:00", "heading": 0, "latitude": 37.5209551, "longitude": -122.2763004, "sensed_speed": 0, "ts": 1440693275.434}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2763267, 37.5210567], "type": "Point"}, "id": "55df45757d65cb39ee986711", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:35:05.480000-07:00", "heading": 0, "latitude": 37.5210567, "longitude": -122.2763267, "sensed_speed": 0, "ts": 1440693305.48}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2771575, 37.522433], "type": "Point"}, "id": "55df45757d65cb39ee986713", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:35:35.479000-07:00", "heading": 0, "latitude": 37.522433, "longitude": -122.2771575, "sensed_speed": 0, "ts": 1440693335.479}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2805606, 37.5255413], "type": "Point"}, "id": "55df45757d65cb39ee986716", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:36:05.509000-07:00", "heading": 0, "latitude": 37.5255413, "longitude": -122.2805606, "sensed_speed": 0, "ts": 1440693365.509}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2867979, 37.5290806], "type": "Point"}, "id": "55df45767d65cb39ee986719", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:36:35.593000-07:00", "heading": 0, "latitude": 37.5290806, "longitude": -122.2867979, "sensed_speed": 0, "ts": 1440693395.593}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2934913, 37.5337847], "type": "Point"}, "id": "55df45767d65cb39ee98671c", "properties": {"accuracy": 34.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:37:05.543000-07:00", "heading": 0, "latitude": 37.5337847, "longitude": -122.2934913, "sensed_speed": 0, "ts": 1440693425.543}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3012202, 37.5422658], "type": "Point"}, "id": "55df45767d65cb39ee986726", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:40:05.744000-07:00", "heading": 0, "latitude": 37.5422658, "longitude": -122.3012202, "sensed_speed": 0, "ts": 1440693605.744}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3012202, 37.5422658], "type": "Point"}, "id": "55df45767d65cb39ee986728", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:40:28.208000-07:00", "heading": 0, "latitude": 37.5422658, "longitude": -122.3012202, "sensed_speed": 0, "ts": 1440693628.208}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3148437, 37.5601944], "type": "Point"}, "id": "55df45777d65cb39ee98672f", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:41:35.701000-07:00", "heading": 0, "latitude": 37.5601944, "longitude": -122.3148437, "sensed_speed": 0, "ts": 1440693695.701}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3224973, 37.5669161], "type": "Point"}, "id": "55df45777d65cb39ee986734", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:42:35.830000-07:00", "heading": 0, "latitude": 37.5669161, "longitude": -122.3224973, "sensed_speed": 0, "ts": 1440693755.83}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3247799, 37.5690545], "type": "Point"}, "id": "55df45777d65cb39ee986738", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:43:35.962000-07:00", "heading": 0, "latitude": 37.5690545, "longitude": -122.3247799, "sensed_speed": 0, "ts": 1440693815.962}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3251962, 37.5692079], "type": "Point"}, "id": "55df45787d65cb39ee98673b", "properties": {"accuracy": 49.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:44:05.920000-07:00", "heading": 0, "latitude": 37.5692079, "longitude": -122.3251962, "sensed_speed": 0, "ts": 1440693845.92}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3254295, 37.5693078], "type": "Point"}, "id": "55df45787d65cb39ee98673d", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:44:35.939000-07:00", "heading": 0, "latitude": 37.5693078, "longitude": -122.3254295, "sensed_speed": 0, "ts": 1440693875.939}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3281082, 37.5721947], "type": "Point"}, "id": "55df45787d65cb39ee986740", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:45:06.036000-07:00", "heading": 0, "latitude": 37.5721947, "longitude": -122.3281082, "sensed_speed": 0, "ts": 1440693906.036}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3316944, 37.5749343], "type": "Point"}, "id": "55df45787d65cb39ee986744", "properties": {"accuracy": 27.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:45:36.023000-07:00", "heading": 0, "latitude": 37.5749343, "longitude": -122.3316944, "sensed_speed": 0, "ts": 1440693936.023}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3352875, 37.5761309], "type": "Point"}, "id": "55df45787d65cb39ee986747", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:46:06.075000-07:00", "heading": 0, "latitude": 37.5761309, "longitude": -122.3352875, "sensed_speed": 0, "ts": 1440693966.075}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3410251, 37.5785123], "type": "Point"}, "id": "55df45797d65cb39ee98674a", "properties": {"accuracy": 90.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:46:36.121000-07:00", "heading": 0, "latitude": 37.5785123, "longitude": -122.3410251, "sensed_speed": 0, "ts": 1440693996.121}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3435781, 37.5796754], "type": "Point"}, "id": "55df45797d65cb39ee98674c", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:46:53.078000-07:00", "heading": 0, "latitude": 37.5796754, "longitude": -122.3435781, "sensed_speed": 0, "ts": 1440694013.078}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3446146, 37.5797867], "type": "Point"}, "id": "55df45797d65cb39ee986750", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:47:24.886000-07:00", "heading": 0, "latitude": 37.5797867, "longitude": -122.3446146, "sensed_speed": 0, "ts": 1440694044.886}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3444278, 37.5797932], "type": "Point"}, "id": "55df457a7d65cb39ee986758", "properties": {"accuracy": 55.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:47:57.004000-07:00", "heading": 0, "latitude": 37.5797932, "longitude": -122.3444278, "sensed_speed": 0, "ts": 1440694077.004}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3466425, 37.5804851], "type": "Point"}, "id": "55df457a7d65cb39ee98675c", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:48:28.519000-07:00", "heading": 0, "latitude": 37.5804851, "longitude": -122.3466425, "sensed_speed": 0, "ts": 1440694108.519}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3622066, 37.5877013], "type": "Point"}, "id": "55df457a7d65cb39ee986763", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:50:03.983000-07:00", "heading": 0, "latitude": 37.5877013, "longitude": -122.3622066, "sensed_speed": 0, "ts": 1440694203.983}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3871416, 37.599251], "type": "Point"}, "id": "55df457b7d65cb39ee986769", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:51:44.698000-07:00", "heading": 0, "latitude": 37.599251, "longitude": -122.3871416, "sensed_speed": 0, "ts": 1440694304.698}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3871681, 37.5992489], "type": "Point"}, "id": "55df457b7d65cb39ee98676c", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:52:14.783000-07:00", "heading": 0, "latitude": 37.5992489, "longitude": -122.3871681, "sensed_speed": 0, "ts": 1440694334.783}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0778188, 37.3957356], [-122.0761742, 37.3941417], [-122.0776881, 37.395656], [-122.0762038, 37.3941508], [-122.0762217, 37.3942296], [-122.0776802, 37.3957268], [-122.0769659, 37.3953633], [-122.076151, 37.3941635], [-122.076142, 37.3941596], [-122.0778411, 37.3957819], [-122.0777656, 37.3957175], [-122.0760912, 37.3950273], [-122.0761752, 37.3942547], [-122.0777412, 37.3956106], [-122.0777709, 37.3957229], [-122.0777836, 37.3956614], [-122.0762241, 37.3947787], [-122.0761291, 37.3940891], [-122.0775421, 37.3956615], [-122.07779, 37.3956878], [-122.0777666, 37.3957174], [-122.0771241, 37.3952022], [-122.0762193, 37.3949768], [-122.106795, 37.4077682], [-122.133534, 37.4235497], [-122.1388521, 37.4277911], [-122.1414298, 37.4291696], [-122.1415265, 37.429284], [-122.1414298, 37.4291696], [-122.1414762, 37.4292348], [-122.1414762, 37.4292348], [-122.1522525, 37.4358008], [-122.1651832, 37.4438895], [-122.1658308, 37.4436462], [-122.1650013, 37.4439291], [-122.1649406, 37.4439526], [-122.180769, 37.4541764], [-122.1829735, 37.4553948], [-122.1829793, 37.4551939], [-122.182976, 37.4553], [-122.2135446, 37.4737671], [-122.2231926, 37.4785943], [-122.2269005, 37.4828822], [-122.2320305, 37.4862189], [-122.2323706, 37.4861919], [-122.2320101, 37.4862121], [-122.2324731, 37.4861669], [-122.234237, 37.4872932], [-122.248984, 37.4984627], [-122.2601884, 37.5068074], [-122.2603798, 37.5082546], [-122.2605659, 37.5081271], [-122.2607601, 37.5077337], [-122.2625349, 37.5100476], [-122.2660316, 37.512868], [-122.2721991, 37.5177452], [-122.2764249, 37.521002], [-122.2763004, 37.5209551], [-122.2763267, 37.5210567], [-122.2771575, 37.522433], [-122.2805606, 37.5255413], [-122.2867979, 37.5290806], [-122.2934913, 37.5337847], [-122.3012202, 37.5422658], [-122.3012202, 37.5422658], [-122.3148437, 37.5601944], [-122.3224973, 37.5669161], [-122.3247799, 37.5690545], [-122.3251962, 37.5692079], [-122.3254295, 37.5693078], [-122.3281082, 37.5721947], [-122.3316944, 37.5749343], [-122.3352875, 37.5761309], [-122.3410251, 37.5785123], [-122.3435781, 37.5796754], [-122.3446146, 37.5797867], [-122.3444278, 37.5797932], [-122.3466425, 37.5804851], [-122.3622066, 37.5877013], [-122.3871416, 37.599251], [-122.3871681, 37.5992489]], "type": "LineString"}, "id": "56081adaf6858f3a71f65e82", "properties": {"duration": 3616.015000104904, "end_fmt_time": "2015-08-27 09:52:14.783000-07:00", "end_ts": 1440694334.783, "feature_type": "section", "sensed_mode": "MotionTypes.IN_VEHICLE", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-27 08:51:58.768000-07:00", "start_ts": 1440690718.768}, "type": "Feature"}], "type": "FeatureCollection"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.3872958, 37.5992574], "type": "Point"}, "id": "55df457b7d65cb39ee986770", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:52:44.740000-07:00", "heading": 0, "latitude": 37.5992574, "longitude": -122.3872958, "sensed_speed": 0, "ts": 1440694364.74}, "type": "Feature"}, {"geometry": {"coordinates": [-122.387062, 37.5992117], "type": "Point"}, "id": "55df457b7d65cb39ee986773", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:53:14.849000-07:00", "heading": 0, "latitude": 37.5992117, "longitude": -122.387062, "sensed_speed": 0, "ts": 1440694394.849}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3872605, 37.5995036], "type": "Point"}, "id": "55df457b7d65cb39ee986775", "properties": {"accuracy": 113.387, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 09:53:44.894000-07:00", "heading": 0, "latitude": 37.5995036, "longitude": -122.3872605, "sensed_speed": 0, "ts": 1440694424.894}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.3872958, 37.5992574], [-122.387062, 37.5992117], [-122.3872605, 37.5995036]], "type": "LineString"}, "id": "56081adaf6858f3a71f65e83", "properties": {"duration": 60.15400004386902, "end_fmt_time": "2015-08-27 09:53:44.894000-07:00", "end_ts": 1440694424.894, "feature_type": "section", "sensed_mode": "MotionTypes.ON_FOOT", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-27 09:52:44.740000-07:00", "start_ts": 1440694364.74}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.3872605, 37.5995036], "type": "Point"}, "id": "56081ad3f6858f3a71f65e50", "properties": {"duration": 728.0950000286102, "enter_fmt_time": "2015-08-27 09:53:44.894000-07:00", "enter_ts": 1440694424.894, "exit_fmt_time": "2015-08-27 10:05:52.989000-07:00", "exit_ts": 1440695152.989, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2603947, 37.875023], "type": "Point"}, "id": "56081ad3f6858f3a71f65e52", "properties": {"duration": 667.018000125885, "enter_fmt_time": "2015-08-27 11:14:26.669000-07:00", "enter_ts": 1440699266.669, "exit_fmt_time": "2015-08-27 11:25:33.687000-07:00", "exit_ts": 1440699933.687, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2682605, 37.8700849], "type": "Point"}, "id": "56081adaf6858f3a71f65e87", "properties": {"duration": 240.18799996376038, "enter_fmt_time": "2015-08-27 10:54:26.704000-07:00", "enter_ts": 1440698066.704, "exit_fmt_time": "2015-08-27 10:58:26.892000-07:00", "exit_ts": 1440698306.892, "feature_type": "stop", "source": "SmoothedHighConfidenceMotion"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.4029569, 37.6162024], "type": "Point"}, "id": "55df457d7d65cb39ee986795", "properties": {"accuracy": 51.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:05:52.989000-07:00", "heading": 0, "latitude": 37.6162024, "longitude": -122.4029569, "sensed_speed": 0, "ts": 1440695152.989}, "type": "Feature"}, {"geometry": {"coordinates": [-122.4034099, 37.6169824], "type": "Point"}, "id": "55df457d7d65cb39ee986798", "properties": {"accuracy": 51.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:06:23.034000-07:00", "heading": 0, "latitude": 37.6169824, "longitude": -122.4034099, "sensed_speed": 0, "ts": 1440695183.034}, "type": "Feature"}, {"geometry": {"coordinates": [-122.4710997, 37.7039975], "type": "Point"}, "id": "55df5a7f7d65cb39ee9868aa", "properties": {"accuracy": 69.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:17:53.453000-07:00", "heading": 0, "latitude": 37.7039975, "longitude": -122.4710997, "sensed_speed": 0, "ts": 1440695873.453}, "type": "Feature"}, {"geometry": {"coordinates": [-122.4695123, 37.7053759], "type": "Point"}, "id": "55df5a7f7d65cb39ee9868ad", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:18:23.480000-07:00", "heading": 0, "latitude": 37.7053759, "longitude": -122.4695123, "sensed_speed": 0, "ts": 1440695903.48}, "type": "Feature"}, {"geometry": {"coordinates": [-122.4688337, 37.706003], "type": "Point"}, "id": "55df5a7f7d65cb39ee9868af", "properties": {"accuracy": 48.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:18:53.491000-07:00", "heading": 0, "latitude": 37.706003, "longitude": -122.4688337, "sensed_speed": 0, "ts": 1440695933.491}, "type": "Feature"}, {"geometry": {"coordinates": [-122.4687392, 37.7058873], "type": "Point"}, "id": "55df5a7f7d65cb39ee9868b2", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:19:23.552000-07:00", "heading": 0, "latitude": 37.7058873, "longitude": -122.4687392, "sensed_speed": 0, "ts": 1440695963.552}, "type": "Feature"}, {"geometry": {"coordinates": [-122.4659174, 37.7104542], "type": "Point"}, "id": "55df5a7f7d65cb39ee9868b5", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:19:53.536000-07:00", "heading": 0, "latitude": 37.7104542, "longitude": -122.4659174, "sensed_speed": 0, "ts": 1440695993.536}, "type": "Feature"}, {"geometry": {"coordinates": [-122.4588706, 37.7104583], "type": "Point"}, "id": "55df5a807d65cb39ee9868b8", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:20:23.549000-07:00", "heading": 0, "latitude": 37.7104583, "longitude": -122.4588706, "sensed_speed": 0, "ts": 1440696023.549}, "type": "Feature"}, {"geometry": {"coordinates": [-122.4539366, 37.7113783], "type": "Point"}, "id": "55df5a807d65cb39ee9868bb", "properties": {"accuracy": 48.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:20:53.591000-07:00", "heading": 0, "latitude": 37.7113783, "longitude": -122.4539366, "sensed_speed": 0, "ts": 1440696053.591}, "type": "Feature"}, {"geometry": {"coordinates": [-122.4496369, 37.7149562], "type": "Point"}, "id": "55df5a807d65cb39ee9868be", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:21:23.589000-07:00", "heading": 0, "latitude": 37.7149562, "longitude": -122.4496369, "sensed_speed": 0, "ts": 1440696083.589}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2993606, 37.8063249], "type": "Point"}, "id": "55df5a857d65cb39ee986904", "properties": {"accuracy": 57.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:41:54.688000-07:00", "heading": 0, "latitude": 37.8063249, "longitude": -122.2993606, "sensed_speed": 0, "ts": 1440697314.688}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2946699, 37.8046873], "type": "Point"}, "id": "55df5a857d65cb39ee986908", "properties": {"accuracy": 57.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:42:24.898000-07:00", "heading": 0, "latitude": 37.8046873, "longitude": -122.2946699, "sensed_speed": 0, "ts": 1440697344.898}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2942884, 37.8045621], "type": "Point"}, "id": "55df5a857d65cb39ee98690a", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:42:54.905000-07:00", "heading": 0, "latitude": 37.8045621, "longitude": -122.2942884, "sensed_speed": 0, "ts": 1440697374.905}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2874324, 37.802572], "type": "Point"}, "id": "55df5a857d65cb39ee98690e", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:43:54.921000-07:00", "heading": 0, "latitude": 37.802572, "longitude": -122.2874324, "sensed_speed": 0, "ts": 1440697434.921}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2812746, 37.8003098], "type": "Point"}, "id": "55df5a867d65cb39ee986912", "properties": {"accuracy": 63.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:44:25.121000-07:00", "heading": 0, "latitude": 37.8003098, "longitude": -122.2812746, "sensed_speed": 0, "ts": 1440697465.121}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2788163, 37.7992023], "type": "Point"}, "id": "55df5a867d65cb39ee986915", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:44:55.167000-07:00", "heading": 0, "latitude": 37.7992023, "longitude": -122.2788163, "sensed_speed": 0, "ts": 1440697495.167}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2690081, 37.8151412], "type": "Point"}, "id": "55df5a877d65cb39ee986924", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:49:25.352000-07:00", "heading": 0, "latitude": 37.8151412, "longitude": -122.2690081, "sensed_speed": 0, "ts": 1440697765.352}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2721842, 37.814555], "type": "Point"}, "id": "55df5a877d65cb39ee986928", "properties": {"accuracy": 42.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:50:25.991000-07:00", "heading": 0, "latitude": 37.814555, "longitude": -122.2721842, "sensed_speed": 0, "ts": 1440697825.991}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2690856, 37.8273713], "type": "Point"}, "id": "55df5a877d65cb39ee98692f", "properties": {"accuracy": 87.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:51:56.548000-07:00", "heading": 0, "latitude": 37.8273713, "longitude": -122.2690856, "sensed_speed": 0, "ts": 1440697916.548}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2693285, 37.83869], "type": "Point"}, "id": "55df5a887d65cb39ee986937", "properties": {"accuracy": 57.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:53:56.641000-07:00", "heading": 0, "latitude": 37.83869, "longitude": -122.2693285, "sensed_speed": 0, "ts": 1440698036.641}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2705638, 37.8440278], "type": "Point"}, "id": "55df5a887d65cb39ee98693a", "properties": {"accuracy": 33.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:54:26.704000-07:00", "heading": 0, "latitude": 37.8440278, "longitude": -122.2705638, "sensed_speed": 0, "ts": 1440698066.704}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.3872605, 37.5995036], [-122.4029569, 37.6162024], [-122.4034099, 37.6169824], [-122.4710997, 37.7039975], [-122.4695123, 37.7053759], [-122.4688337, 37.706003], [-122.4687392, 37.7058873], [-122.4659174, 37.7104542], [-122.4588706, 37.7104583], [-122.4539366, 37.7113783], [-122.4496369, 37.7149562], [-122.2993606, 37.8063249], [-122.2946699, 37.8046873], [-122.2942884, 37.8045621], [-122.2874324, 37.802572], [-122.2812746, 37.8003098], [-122.2788163, 37.7992023], [-122.2690081, 37.8151412], [-122.2721842, 37.814555], [-122.2690856, 37.8273713], [-122.2693285, 37.83869], [-122.2705638, 37.8440278]], "type": "LineString"}, "id": "56081adaf6858f3a71f65e85", "properties": {"duration": 2913.7149999141693, "end_fmt_time": "2015-08-27 10:54:26.704000-07:00", "end_ts": 1440698066.704, "feature_type": "section", "sensed_mode": "MotionTypes.IN_VEHICLE", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-27 10:05:52.989000-07:00", "start_ts": 1440695152.989}, "type": "Feature"}], "type": "FeatureCollection"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.2682605, 37.8700849], "type": "Point"}, "id": "55df5a897d65cb39ee98694b", "properties": {"accuracy": 25.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:58:26.892000-07:00", "heading": 0, "latitude": 37.8700849, "longitude": -122.2682605, "sensed_speed": 0, "ts": 1440698306.892}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2681346, 37.8707148], "type": "Point"}, "id": "55df5a8a7d65cb39ee986953", "properties": {"accuracy": 48.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:59:26.497000-07:00", "heading": 0, "latitude": 37.8707148, "longitude": -122.2681346, "sensed_speed": 0, "ts": 1440698366.497}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2682285, 37.8711642], "type": "Point"}, "id": "55df5a8a7d65cb39ee986956", "properties": {"accuracy": 37.064, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 10:59:56.648000-07:00", "heading": 0, "latitude": 37.8711642, "longitude": -122.2682285, "sensed_speed": 0, "ts": 1440698396.648}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2678988, 37.8711621], "type": "Point"}, "id": "55df5a8a7d65cb39ee986958", "properties": {"accuracy": 30.408, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:00:26.652000-07:00", "heading": 0, "latitude": 37.8711621, "longitude": -122.2678988, "sensed_speed": 0, "ts": 1440698426.652}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2675291, 37.8711694], "type": "Point"}, "id": "55df5a8a7d65cb39ee98695b", "properties": {"accuracy": 26.103, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:00:56.672000-07:00", "heading": 0, "latitude": 37.8711694, "longitude": -122.2675291, "sensed_speed": 0, "ts": 1440698456.672}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2669631, 37.8713225], "type": "Point"}, "id": "55df5a8b7d65cb39ee98695f", "properties": {"accuracy": 67.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:01:26.778000-07:00", "heading": 0, "latitude": 37.8713225, "longitude": -122.2669631, "sensed_speed": 0, "ts": 1440698486.778}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2665766, 37.8717961], "type": "Point"}, "id": "55df5a8b7d65cb39ee986961", "properties": {"accuracy": 65.625, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:01:57.105000-07:00", "heading": 0, "latitude": 37.8717961, "longitude": -122.2665766, "sensed_speed": 0, "ts": 1440698517.105}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2664828, 37.8716111], "type": "Point"}, "id": "55df5a8b7d65cb39ee986964", "properties": {"accuracy": 23.453, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:02:20.040000-07:00", "heading": 0, "latitude": 37.8716111, "longitude": -122.2664828, "sensed_speed": 0, "ts": 1440698540.04}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2664828, 37.8716111], "type": "Point"}, "id": "55df5a8b7d65cb39ee986968", "properties": {"accuracy": 100.521, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:03:11.418000-07:00", "heading": 0, "latitude": 37.8716111, "longitude": -122.2664828, "sensed_speed": 0, "ts": 1440698591.418}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2661958, 37.8714923], "type": "Point"}, "id": "55df5a8b7d65cb39ee98696a", "properties": {"accuracy": 43.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:03:26.906000-07:00", "heading": 0, "latitude": 37.8714923, "longitude": -122.2661958, "sensed_speed": 0, "ts": 1440698606.906}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2661958, 37.8714923], "type": "Point"}, "id": "55df5a8c7d65cb39ee98696e", "properties": {"accuracy": 109.99, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:04:11.233000-07:00", "heading": 0, "latitude": 37.8714923, "longitude": -122.2661958, "sensed_speed": 0, "ts": 1440698651.233}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2661958, 37.8714923], "type": "Point"}, "id": "55df5a8c7d65cb39ee986970", "properties": {"accuracy": 136.496, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:04:28.905000-07:00", "heading": 0, "latitude": 37.8714923, "longitude": -122.2661958, "sensed_speed": 0, "ts": 1440698668.905}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2640902, 37.871753], "type": "Point"}, "id": "55df5a8c7d65cb39ee986973", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:04:49.917000-07:00", "heading": 0, "latitude": 37.871753, "longitude": -122.2640902, "sensed_speed": 0, "ts": 1440698689.917}, "type": "Feature"}, {"geometry": {"coordinates": [-122.264123, 37.8718767], "type": "Point"}, "id": "55df5a8c7d65cb39ee986977", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:05:27.255000-07:00", "heading": 0, "latitude": 37.8718767, "longitude": -122.264123, "sensed_speed": 0, "ts": 1440698727.255}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2639891, 37.8719733], "type": "Point"}, "id": "55df5a8c7d65cb39ee98697a", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:05:51.173000-07:00", "heading": 0, "latitude": 37.8719733, "longitude": -122.2639891, "sensed_speed": 0, "ts": 1440698751.173}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2637253, 37.8721843], "type": "Point"}, "id": "55df5a8c7d65cb39ee98697d", "properties": {"accuracy": 46.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:06:27.147000-07:00", "heading": 0, "latitude": 37.8721843, "longitude": -122.2637253, "sensed_speed": 0, "ts": 1440698787.147}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2636031, 37.8721196], "type": "Point"}, "id": "55df5a8d7d65cb39ee986980", "properties": {"accuracy": 39.452, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:06:50.709000-07:00", "heading": 0, "latitude": 37.8721196, "longitude": -122.2636031, "sensed_speed": 0, "ts": 1440698810.709}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2629994, 37.8724529], "type": "Point"}, "id": "55df5a8d7d65cb39ee986983", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:07:22.576000-07:00", "heading": 0, "latitude": 37.8724529, "longitude": -122.2629994, "sensed_speed": 0, "ts": 1440698842.576}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2626764, 37.872436], "type": "Point"}, "id": "55df5a8d7d65cb39ee986985", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:07:58.383000-07:00", "heading": 0, "latitude": 37.872436, "longitude": -122.2626764, "sensed_speed": 0, "ts": 1440698878.383}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2623766, 37.8723115], "type": "Point"}, "id": "55df5a8d7d65cb39ee986989", "properties": {"accuracy": 62.938, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:08:28.542000-07:00", "heading": 0, "latitude": 37.8723115, "longitude": -122.2623766, "sensed_speed": 0, "ts": 1440698908.542}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2624567, 37.8723398], "type": "Point"}, "id": "55df5a8d7d65cb39ee98698c", "properties": {"accuracy": 63.137, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:08:58.153000-07:00", "heading": 0, "latitude": 37.8723398, "longitude": -122.2624567, "sensed_speed": 0, "ts": 1440698938.153}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2622943, 37.8731595], "type": "Point"}, "id": "55df5a8e7d65cb39ee98698f", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:09:22.496000-07:00", "heading": 0, "latitude": 37.8731595, "longitude": -122.2622943, "sensed_speed": 0, "ts": 1440698962.496}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2616244, 37.8734265], "type": "Point"}, "id": "55df5a8e7d65cb39ee986992", "properties": {"accuracy": 40.882, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:09:46.092000-07:00", "heading": 0, "latitude": 37.8734265, "longitude": -122.2616244, "sensed_speed": 0, "ts": 1440698986.092}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2615563, 37.8733688], "type": "Point"}, "id": "55df5a8e7d65cb39ee986994", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:10:28.646000-07:00", "heading": 0, "latitude": 37.8733688, "longitude": -122.2615563, "sensed_speed": 0, "ts": 1440699028.646}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2616393, 37.8734842], "type": "Point"}, "id": "55df5a8e7d65cb39ee986997", "properties": {"accuracy": 40.298, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:10:50.002000-07:00", "heading": 0, "latitude": 37.8734842, "longitude": -122.2616393, "sensed_speed": 0, "ts": 1440699050.002}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2616393, 37.8734842], "type": "Point"}, "id": "55df5a8e7d65cb39ee98699b", "properties": {"accuracy": 146.965, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:12:01.115000-07:00", "heading": 0, "latitude": 37.8734842, "longitude": -122.2616393, "sensed_speed": 0, "ts": 1440699121.115}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2601102, 37.8750076], "type": "Point"}, "id": "55df5a8f7d65cb39ee98699e", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:12:20-07:00", "heading": 0, "latitude": 37.8750076, "longitude": -122.2601102, "sensed_speed": 0, "ts": 1440699140.0}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2603031, 37.8750865], "type": "Point"}, "id": "55df5a8f7d65cb39ee9869a1", "properties": {"accuracy": 24.531, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:12:58.184000-07:00", "heading": 0, "latitude": 37.8750865, "longitude": -122.2603031, "sensed_speed": 0, "ts": 1440699178.184}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2603195, 37.8750871], "type": "Point"}, "id": "55df5a8f7d65cb39ee9869a4", "properties": {"accuracy": 23.619, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:13:14.180000-07:00", "heading": 0, "latitude": 37.8750871, "longitude": -122.2603195, "sensed_speed": 0, "ts": 1440699194.18}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2603247, 37.8750154], "type": "Point"}, "id": "55df5a8f7d65cb39ee9869a7", "properties": {"accuracy": 33.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:13:54.834000-07:00", "heading": 0, "latitude": 37.8750154, "longitude": -122.2603247, "sensed_speed": 0, "ts": 1440699234.834}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2603947, 37.875023], "type": "Point"}, "id": "55df5a8f7d65cb39ee9869aa", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 11:14:26.669000-07:00", "heading": 0, "latitude": 37.875023, "longitude": -122.2603947, "sensed_speed": 0, "ts": 1440699266.669}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.2682605, 37.8700849], [-122.2681346, 37.8707148], [-122.2682285, 37.8711642], [-122.2678988, 37.8711621], [-122.2675291, 37.8711694], [-122.2669631, 37.8713225], [-122.2665766, 37.8717961], [-122.2664828, 37.8716111], [-122.2664828, 37.8716111], [-122.2661958, 37.8714923], [-122.2661958, 37.8714923], [-122.2661958, 37.8714923], [-122.2640902, 37.871753], [-122.264123, 37.8718767], [-122.2639891, 37.8719733], [-122.2637253, 37.8721843], [-122.2636031, 37.8721196], [-122.2629994, 37.8724529], [-122.2626764, 37.872436], [-122.2623766, 37.8723115], [-122.2624567, 37.8723398], [-122.2622943, 37.8731595], [-122.2616244, 37.8734265], [-122.2615563, 37.8733688], [-122.2616393, 37.8734842], [-122.2616393, 37.8734842], [-122.2601102, 37.8750076], [-122.2603031, 37.8750865], [-122.2603195, 37.8750871], [-122.2603247, 37.8750154], [-122.2603947, 37.875023]], "type": "LineString"}, "id": "56081adaf6858f3a71f65e86", "properties": {"duration": 959.7769999504089, "end_fmt_time": "2015-08-27 11:14:26.669000-07:00", "end_ts": 1440699266.669, "feature_type": "section", "sensed_mode": "MotionTypes.ON_FOOT", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-27 10:58:26.892000-07:00", "start_ts": 1440698306.892}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.2603947, 37.875023], "type": "Point"}, "id": "56081ad3f6858f3a71f65e52", "properties": {"duration": 667.018000125885, "enter_fmt_time": "2015-08-27 11:14:26.669000-07:00", "enter_ts": 1440699266.669, "exit_fmt_time": "2015-08-27 11:25:33.687000-07:00", "exit_ts": 1440699933.687, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2589521, 37.8753047], "type": "Point"}, "id": "56081ad3f6858f3a71f65e54", "properties": {"duration": 16326.898999929428, "enter_fmt_time": "2015-08-27 11:27:20.477000-07:00", "enter_ts": 1440700040.477, "exit_fmt_time": "2015-08-27 15:59:27.376000-07:00", "exit_ts": 1440716367.376, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.2589521, 37.8753047], "type": "Point"}, "id": "56081ad3f6858f3a71f65e54", "properties": {"duration": 16326.898999929428, "enter_fmt_time": "2015-08-27 11:27:20.477000-07:00", "enter_ts": 1440700040.477, "exit_fmt_time": "2015-08-27 15:59:27.376000-07:00", "exit_ts": 1440716367.376, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3870874, 37.5992924], "type": "Point"}, "id": "56081ad3f6858f3a71f65e56", "properties": {"duration": 570.6950001716614, "enter_fmt_time": "2015-08-27 16:54:28.317000-07:00", "enter_ts": 1440719668.317, "exit_fmt_time": "2015-08-27 17:03:59.012000-07:00", "exit_ts": 1440720239.012, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3872511, 37.5992711], "type": "Point"}, "id": "56081adbf6858f3a71f65e8a", "properties": {"duration": 60.20899987220764, "enter_fmt_time": "2015-08-27 16:51:59.226000-07:00", "enter_ts": 1440719519.226, "exit_fmt_time": "2015-08-27 16:52:59.435000-07:00", "exit_ts": 1440719579.435, "feature_type": "stop", "source": "SmoothedHighConfidenceMotion"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.2714736, 37.8471355], "type": "Point"}, "id": "55dfad477d65cb39ee986b76", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 15:59:27.376000-07:00", "heading": 0, "latitude": 37.8471355, "longitude": -122.2714736, "sensed_speed": 0, "ts": 1440716367.376}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2713142, 37.8465722], "type": "Point"}, "id": "55dfad477d65cb39ee986b78", "properties": {"accuracy": 24.961, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 15:59:32.411000-07:00", "heading": 0, "latitude": 37.8465722, "longitude": -122.2713142, "sensed_speed": 0, "ts": 1440716372.411}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2698728, 37.8405014], "type": "Point"}, "id": "55dfad477d65cb39ee986b7b", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:00:01.849000-07:00", "heading": 0, "latitude": 37.8405014, "longitude": -122.2698728, "sensed_speed": 0, "ts": 1440716401.849}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2674686, 37.8353014], "type": "Point"}, "id": "55dfad477d65cb39ee986b7e", "properties": {"accuracy": 51.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:00:32.436000-07:00", "heading": 0, "latitude": 37.8353014, "longitude": -122.2674686, "sensed_speed": 0, "ts": 1440716432.436}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2675635, 37.8285015], "type": "Point"}, "id": "55dfad477d65cb39ee986b82", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:01:32.473000-07:00", "heading": 0, "latitude": 37.8285015, "longitude": -122.2675635, "sensed_speed": 0, "ts": 1440716492.473}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2675635, 37.8285015], "type": "Point"}, "id": "55dfad477d65cb39ee986b85", "properties": {"accuracy": 85.001, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:02:02.141000-07:00", "heading": 0, "latitude": 37.8285015, "longitude": -122.2675635, "sensed_speed": 0, "ts": 1440716522.141}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2676128, 37.8280289], "type": "Point"}, "id": "55dfad487d65cb39ee986b87", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:02:32.535000-07:00", "heading": 0, "latitude": 37.8280289, "longitude": -122.2676128, "sensed_speed": 0, "ts": 1440716552.535}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2687873, 37.8225589], "type": "Point"}, "id": "55dfad487d65cb39ee986b8a", "properties": {"accuracy": 55.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:03:02.586000-07:00", "heading": 0, "latitude": 37.8225589, "longitude": -122.2687873, "sensed_speed": 0, "ts": 1440716582.586}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2703874, 37.813929], "type": "Point"}, "id": "55dfad487d65cb39ee986b8f", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:04:02.609000-07:00", "heading": 0, "latitude": 37.813929, "longitude": -122.2703874, "sensed_speed": 0, "ts": 1440716642.609}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2788226, 37.7992095], "type": "Point"}, "id": "55dfad497d65cb39ee986ba4", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:09:03.024000-07:00", "heading": 0, "latitude": 37.7992095, "longitude": -122.2788226, "sensed_speed": 0, "ts": 1440716943.024}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2823074, 37.8005129], "type": "Point"}, "id": "55dfad4a7d65cb39ee986ba7", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:09:33.060000-07:00", "heading": 0, "latitude": 37.8005129, "longitude": -122.2823074, "sensed_speed": 0, "ts": 1440716973.06}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2920239, 37.8042275], "type": "Point"}, "id": "55dfad4a7d65cb39ee986bac", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:10:33.129000-07:00", "heading": 0, "latitude": 37.8042275, "longitude": -122.2920239, "sensed_speed": 0, "ts": 1440717033.129}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2940305, 37.8047897], "type": "Point"}, "id": "55dfad4a7d65cb39ee986bae", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:11:03.157000-07:00", "heading": 0, "latitude": 37.8047897, "longitude": -122.2940305, "sensed_speed": 0, "ts": 1440717063.157}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2943285, 37.8046422], "type": "Point"}, "id": "55dfad4a7d65cb39ee986bb1", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:11:33.193000-07:00", "heading": 0, "latitude": 37.8046422, "longitude": -122.2943285, "sensed_speed": 0, "ts": 1440717093.193}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3002167, 37.8065197], "type": "Point"}, "id": "55dfad4a7d65cb39ee986bb3", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:12:03.216000-07:00", "heading": 0, "latitude": 37.8065197, "longitude": -122.3002167, "sensed_speed": 0, "ts": 1440717123.216}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3070424, 37.8081188], "type": "Point"}, "id": "55dfad4b7d65cb39ee986bb6", "properties": {"accuracy": 144.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:12:33.230000-07:00", "heading": 0, "latitude": 37.8081188, "longitude": -122.3070424, "sensed_speed": 0, "ts": 1440717153.23}, "type": "Feature"}, {"geometry": {"coordinates": [-122.4543726, 37.7110586], "type": "Point"}, "id": "55dfad507d65cb39ee986c06", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:33:32.667000-07:00", "heading": 0, "latitude": 37.7110586, "longitude": -122.4543726, "sensed_speed": 0, "ts": 1440718412.667}, "type": "Feature"}, {"geometry": {"coordinates": [-122.4578115, 37.7102444], "type": "Point"}, "id": "55dfad507d65cb39ee986c09", "properties": {"accuracy": 57.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:34:32.736000-07:00", "heading": 0, "latitude": 37.7102444, "longitude": -122.4578115, "sensed_speed": 0, "ts": 1440718472.736}, "type": "Feature"}, {"geometry": {"coordinates": [-122.4578115, 37.7102444], "type": "Point"}, "id": "55dfad507d65cb39ee986c0c", "properties": {"accuracy": 100.546, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:35:01.766000-07:00", "heading": 0, "latitude": 37.7102444, "longitude": -122.4578115, "sensed_speed": 0, "ts": 1440718501.766}, "type": "Feature"}, {"geometry": {"coordinates": [-122.4578115, 37.7102444], "type": "Point"}, "id": "55dfad517d65cb39ee986c0e", "properties": {"accuracy": 145.582, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:35:31.791000-07:00", "heading": 0, "latitude": 37.7102444, "longitude": -122.4578115, "sensed_speed": 0, "ts": 1440718531.791}, "type": "Feature"}, {"geometry": {"coordinates": [-122.4578115, 37.7102444], "type": "Point"}, "id": "55dfad517d65cb39ee986c12", "properties": {"accuracy": 190.616, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:36:01.814000-07:00", "heading": 0, "latitude": 37.7102444, "longitude": -122.4578115, "sensed_speed": 0, "ts": 1440718561.814}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3872753, 37.5992646], "type": "Point"}, "id": "55dfad557d65cb39ee986c45", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:51:59.226000-07:00", "heading": 0, "latitude": 37.5992646, "longitude": -122.3872753, "sensed_speed": 0, "ts": 1440719519.226}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.2589521, 37.8753047], [-122.2714736, 37.8471355], [-122.2713142, 37.8465722], [-122.2698728, 37.8405014], [-122.2674686, 37.8353014], [-122.2675635, 37.8285015], [-122.2675635, 37.8285015], [-122.2676128, 37.8280289], [-122.2687873, 37.8225589], [-122.2703874, 37.813929], [-122.2788226, 37.7992095], [-122.2823074, 37.8005129], [-122.2920239, 37.8042275], [-122.2940305, 37.8047897], [-122.2943285, 37.8046422], [-122.3002167, 37.8065197], [-122.3070424, 37.8081188], [-122.4543726, 37.7110586], [-122.4578115, 37.7102444], [-122.4578115, 37.7102444], [-122.4578115, 37.7102444], [-122.4578115, 37.7102444], [-122.3872753, 37.5992646]], "type": "LineString"}, "id": "56081adbf6858f3a71f65e88", "properties": {"duration": 3151.850000143051, "end_fmt_time": "2015-08-27 16:51:59.226000-07:00", "end_ts": 1440719519.226, "feature_type": "section", "sensed_mode": "MotionTypes.IN_VEHICLE", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-27 15:59:27.376000-07:00", "start_ts": 1440716367.376}, "type": "Feature"}], "type": "FeatureCollection"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.3872511, 37.5992711], "type": "Point"}, "id": "55dfad557d65cb39ee986c4b", "properties": {"accuracy": 58.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:52:59.435000-07:00", "heading": 0, "latitude": 37.5992711, "longitude": -122.3872511, "sensed_speed": 0, "ts": 1440719579.435}, "type": "Feature"}, {"geometry": {"coordinates": [-122.387178, 37.5992977], "type": "Point"}, "id": "55dfad557d65cb39ee986c50", "properties": {"accuracy": 83.464, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:53:13.163000-07:00", "heading": 0, "latitude": 37.5992977, "longitude": -122.387178, "sensed_speed": 0, "ts": 1440719593.163}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3870778, 37.5992896], "type": "Point"}, "id": "55dfad567d65cb39ee986c55", "properties": {"accuracy": 71.811, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:53:59.354000-07:00", "heading": 0, "latitude": 37.5992896, "longitude": -122.3870778, "sensed_speed": 0, "ts": 1440719639.354}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3870874, 37.5992924], "type": "Point"}, "id": "55dfad567d65cb39ee986c57", "properties": {"accuracy": 71.78, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 16:54:28.317000-07:00", "heading": 0, "latitude": 37.5992924, "longitude": -122.3870874, "sensed_speed": 0, "ts": 1440719668.317}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.3872511, 37.5992711], [-122.387178, 37.5992977], [-122.3870778, 37.5992896], [-122.3870874, 37.5992924]], "type": "LineString"}, "id": "56081adbf6858f3a71f65e89", "properties": {"duration": 88.88199996948242, "end_fmt_time": "2015-08-27 16:54:28.317000-07:00", "end_ts": 1440719668.317, "feature_type": "section", "sensed_mode": "MotionTypes.ON_FOOT", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-27 16:52:59.435000-07:00", "start_ts": 1440719579.435}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.3870874, 37.5992924], "type": "Point"}, "id": "56081ad3f6858f3a71f65e56", "properties": {"duration": 570.6950001716614, "enter_fmt_time": "2015-08-27 16:54:28.317000-07:00", "enter_ts": 1440719668.317, "exit_fmt_time": "2015-08-27 17:03:59.012000-07:00", "exit_ts": 1440720239.012, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.083702, 37.4036219], "type": "Point"}, "id": "56081ad3f6858f3a71f65e58", "properties": {"duration": 5185.072999954224, "enter_fmt_time": "2015-08-27 17:55:34.898000-07:00", "enter_ts": 1440723334.898, "exit_fmt_time": "2015-08-27 19:21:59.971000-07:00", "exit_ts": 1440728519.971, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0761413, 37.3940933], "type": "Point"}, "id": "56081adbf6858f3a71f65e8d", "properties": {"duration": 30.055999994277954, "enter_fmt_time": "2015-08-27 17:43:04.229000-07:00", "enter_ts": 1440722584.229, "exit_fmt_time": "2015-08-27 17:43:34.285000-07:00", "exit_ts": 1440722614.285, "feature_type": "stop", "source": "SmoothedHighConfidenceMotion"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.078664, 37.4015876], "type": "Point"}, "id": "56081adbf6858f3a71f65e8f", "properties": {"duration": 29.99399995803833, "enter_fmt_time": "2015-08-27 17:51:04.721000-07:00", "enter_ts": 1440723064.721, "exit_fmt_time": "2015-08-27 17:51:34.715000-07:00", "exit_ts": 1440723094.715, "feature_type": "stop", "source": "SmoothedHighConfidenceMotion"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0827923, 37.4027524], "type": "Point"}, "id": "56081adbf6858f3a71f65e91", "properties": {"duration": 60.16499996185303, "enter_fmt_time": "2015-08-27 17:52:04.657000-07:00", "enter_ts": 1440723124.657, "exit_fmt_time": "2015-08-27 17:53:04.822000-07:00", "exit_ts": 1440723184.822, "feature_type": "stop", "source": "SmoothedHighConfidenceMotion"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.3446802, 37.57984], "type": "Point"}, "id": "55dfad587d65cb39ee986c77", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:03:59.012000-07:00", "heading": 0, "latitude": 37.57984, "longitude": -122.3446802, "sensed_speed": 0.0, "ts": 1440720239.012}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3446799, 37.5798403], "type": "Point"}, "id": "55dfad587d65cb39ee986c7a", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:04:29.083000-07:00", "heading": 0, "latitude": 37.5798403, "longitude": -122.3446799, "sensed_speed": 0.0, "ts": 1440720269.083}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3446799, 37.5798403], "type": "Point"}, "id": "55dfad587d65cb39ee986c7c", "properties": {"accuracy": 83.959, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:04:58.056000-07:00", "heading": 0, "latitude": 37.5798403, "longitude": -122.3446799, "sensed_speed": 0.0, "ts": 1440720298.056}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3379628, 37.5772606], "type": "Point"}, "id": "55dfad587d65cb39ee986c7f", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:05:29.069000-07:00", "heading": 0, "latitude": 37.5772606, "longitude": -122.3379628, "sensed_speed": 0.0, "ts": 1440720329.069}, "type": "Feature"}, {"geometry": {"coordinates": [-122.330093, 37.5731863], "type": "Point"}, "id": "55dfad597d65cb39ee986c85", "properties": {"accuracy": 57.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:06:29.144000-07:00", "heading": 0, "latitude": 37.5731863, "longitude": -122.330093, "sensed_speed": 0.0, "ts": 1440720389.144}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3269305, 37.5709242], "type": "Point"}, "id": "55dfad597d65cb39ee986c88", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:06:59.141000-07:00", "heading": 0, "latitude": 37.5709242, "longitude": -122.3269305, "sensed_speed": 0.0, "ts": 1440720419.141}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3211883, 37.5661104], "type": "Point"}, "id": "55dfad5a7d65cb39ee986c95", "properties": {"accuracy": 43.404, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:09:46.824000-07:00", "heading": 0, "latitude": 37.5661104, "longitude": -122.3211883, "sensed_speed": 0.0, "ts": 1440720586.824}, "type": "Feature"}, {"geometry": {"coordinates": [-122.3045277, 37.5468258], "type": "Point"}, "id": "55dfad5b7d65cb39ee986ca5", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:13:32.311000-07:00", "heading": 0, "latitude": 37.5468258, "longitude": -122.3045277, "sensed_speed": 0.0, "ts": 1440720812.311}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2898617, 37.5311179], "type": "Point"}, "id": "55dfad5c7d65cb39ee986cb3", "properties": {"accuracy": 57.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:17:02.750000-07:00", "heading": 0, "latitude": 37.5311179, "longitude": -122.2898617, "sensed_speed": 0.0, "ts": 1440721022.75}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2762817, 37.5210999], "type": "Point"}, "id": "55dfad5c7d65cb39ee986cb6", "properties": {"accuracy": 73.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:18:32.827000-07:00", "heading": 0, "latitude": 37.5210999, "longitude": -122.2762817, "sensed_speed": 0.0, "ts": 1440721112.827}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2762817, 37.5210999], "type": "Point"}, "id": "55dfad5c7d65cb39ee986cba", "properties": {"accuracy": 121.75, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:19:04.994000-07:00", "heading": 0, "latitude": 37.5210999, "longitude": -122.2762817, "sensed_speed": 0.0, "ts": 1440721144.994}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2762314, 37.5208544], "type": "Point"}, "id": "55dfad5c7d65cb39ee986cbc", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:19:32.898000-07:00", "heading": 0, "latitude": 37.5208544, "longitude": -122.2762314, "sensed_speed": 0.0, "ts": 1440721172.898}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2762314, 37.5208544], "type": "Point"}, "id": "55dfad5d7d65cb39ee986cbf", "properties": {"accuracy": 81.03, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:20:01.919000-07:00", "heading": 0, "latitude": 37.5208544, "longitude": -122.2762314, "sensed_speed": 0.0, "ts": 1440721201.919}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2713568, 37.5173546], "type": "Point"}, "id": "55dfad5d7d65cb39ee986cc2", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:20:32.942000-07:00", "heading": 0, "latitude": 37.5173546, "longitude": -122.2713568, "sensed_speed": 0.0, "ts": 1440721232.942}, "type": "Feature"}, {"geometry": {"coordinates": [-122.260711, 37.5081986], "type": "Point"}, "id": "55dfad5d7d65cb39ee986ccc", "properties": {"accuracy": 43.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:22:33.024000-07:00", "heading": 0, "latitude": 37.5081986, "longitude": -122.260711, "sensed_speed": 0.0, "ts": 1440721353.024}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2608108, 37.5082344], "type": "Point"}, "id": "55dfad5e7d65cb39ee986cce", "properties": {"accuracy": 42.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:22:46.330000-07:00", "heading": 0, "latitude": 37.5082344, "longitude": -122.2608108, "sensed_speed": 0.0, "ts": 1440721366.33}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2606881, 37.5076385], "type": "Point"}, "id": "55dfad5e7d65cb39ee986cd4", "properties": {"accuracy": 64.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:23:33.196000-07:00", "heading": 0, "latitude": 37.5076385, "longitude": -122.2606881, "sensed_speed": 0.0, "ts": 1440721413.196}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2576418, 37.5050026], "type": "Point"}, "id": "55dfad5e7d65cb39ee986cd8", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:24:03.216000-07:00", "heading": 0, "latitude": 37.5050026, "longitude": -122.2576418, "sensed_speed": 0.0, "ts": 1440721443.216}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2485612, 37.4967537], "type": "Point"}, "id": "55dfad5f7d65cb39ee986cdd", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:25:03.507000-07:00", "heading": 0, "latitude": 37.4967537, "longitude": -122.2485612, "sensed_speed": 0.0, "ts": 1440721503.507}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2321509, 37.4867581], "type": "Point"}, "id": "55dfad5f7d65cb39ee986ce4", "properties": {"accuracy": 20.0, "altitude": 100, "feature_type": "location", "fmt_time": "2015-08-27 17:27:05.393000-07:00", "heading": 97, "latitude": 37.4867581, "longitude": -122.2321509, "sensed_speed": 5.0665503, "ts": 1440721625.393}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2321573, 37.4869051], "type": "Point"}, "id": "55dfad5f7d65cb39ee986ce7", "properties": {"accuracy": 134.89, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:28:07.317000-07:00", "heading": 0, "latitude": 37.4869051, "longitude": -122.2321573, "sensed_speed": 0.0, "ts": 1440721687.317}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2321573, 37.4869051], "type": "Point"}, "id": "55dfad5f7d65cb39ee986cea", "properties": {"accuracy": 178.297, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:28:36.255000-07:00", "heading": 0, "latitude": 37.4869051, "longitude": -122.2321573, "sensed_speed": 0.0, "ts": 1440721716.255}, "type": "Feature"}, {"geometry": {"coordinates": [-122.2278153, 37.4836535], "type": "Point"}, "id": "55dfad607d65cb39ee986cf0", "properties": {"accuracy": 48.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:30:03.707000-07:00", "heading": 0, "latitude": 37.4836535, "longitude": -122.2278153, "sensed_speed": 0.0, "ts": 1440721803.707}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1855326, 37.4572449], "type": "Point"}, "id": "55dfad617d65cb39ee986cf9", "properties": {"accuracy": 43.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:33:03.914000-07:00", "heading": 0, "latitude": 37.4572449, "longitude": -122.1855326, "sensed_speed": 0.0, "ts": 1440721983.914}, "type": "Feature"}, {"geometry": {"coordinates": [-122.184236, 37.4550829], "type": "Point"}, "id": "55dfad617d65cb39ee986cfb", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:33:33.962000-07:00", "heading": 0, "latitude": 37.4550829, "longitude": -122.184236, "sensed_speed": 0.0, "ts": 1440722013.962}, "type": "Feature"}, {"geometry": {"coordinates": [-122.184236, 37.4550829], "type": "Point"}, "id": "55dfad617d65cb39ee986cff", "properties": {"accuracy": 81.012, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:34:02.970000-07:00", "heading": 0, "latitude": 37.4550829, "longitude": -122.184236, "sensed_speed": 0.0, "ts": 1440722042.97}, "type": "Feature"}, {"geometry": {"coordinates": [-122.184236, 37.4550829], "type": "Point"}, "id": "55dfad617d65cb39ee986d01", "properties": {"accuracy": 126.052, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:34:32.997000-07:00", "heading": 0, "latitude": 37.4550829, "longitude": -122.184236, "sensed_speed": 0.0, "ts": 1440722072.997}, "type": "Feature"}, {"geometry": {"coordinates": [-122.184236, 37.4550829], "type": "Point"}, "id": "55dfad617d65cb39ee986d04", "properties": {"accuracy": 171.107, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:35:03.034000-07:00", "heading": 0, "latitude": 37.4550829, "longitude": -122.184236, "sensed_speed": 0.0, "ts": 1440722103.034}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0779499, 37.3959236], "type": "Point"}, "id": "55dfb4cb7d65cb39ee986d20", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:43:04.229000-07:00", "heading": 0, "latitude": 37.3959236, "longitude": -122.0779499, "sensed_speed": 0.0, "ts": 1440722584.229}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.3870874, 37.5992924], [-122.3446802, 37.57984], [-122.3446799, 37.5798403], [-122.3446799, 37.5798403], [-122.3379628, 37.5772606], [-122.330093, 37.5731863], [-122.3269305, 37.5709242], [-122.3211883, 37.5661104], [-122.3045277, 37.5468258], [-122.2898617, 37.5311179], [-122.2762817, 37.5210999], [-122.2762817, 37.5210999], [-122.2762314, 37.5208544], [-122.2762314, 37.5208544], [-122.2713568, 37.5173546], [-122.260711, 37.5081986], [-122.2608108, 37.5082344], [-122.2606881, 37.5076385], [-122.2576418, 37.5050026], [-122.2485612, 37.4967537], [-122.2321509, 37.4867581], [-122.2321573, 37.4869051], [-122.2321573, 37.4869051], [-122.2278153, 37.4836535], [-122.1855326, 37.4572449], [-122.184236, 37.4550829], [-122.184236, 37.4550829], [-122.184236, 37.4550829], [-122.184236, 37.4550829], [-122.0779499, 37.3959236]], "type": "LineString"}, "id": "56081adbf6858f3a71f65e8b", "properties": {"duration": 2345.2170000076294, "end_fmt_time": "2015-08-27 17:43:04.229000-07:00", "end_ts": 1440722584.229, "feature_type": "section", "sensed_mode": "MotionTypes.IN_VEHICLE", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-27 17:03:59.012000-07:00", "start_ts": 1440720239.012}, "type": "Feature"}], "type": "FeatureCollection"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0761413, 37.3940933], "type": "Point"}, "id": "55dfb4cb7d65cb39ee986d23", "properties": {"accuracy": 31.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:43:34.285000-07:00", "heading": 0, "latitude": 37.3940933, "longitude": -122.0761413, "sensed_speed": 0, "ts": 1440722614.285}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0774947, 37.3956292], "type": "Point"}, "id": "55dfb4cc7d65cb39ee986d2b", "properties": {"accuracy": 118.739, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:44:34.415000-07:00", "heading": 0, "latitude": 37.3956292, "longitude": -122.0774947, "sensed_speed": 0, "ts": 1440722674.415}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0773116, 37.3955101], "type": "Point"}, "id": "55dfb4cc7d65cb39ee986d2f", "properties": {"accuracy": 105.023, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:44:55.963000-07:00", "heading": 0, "latitude": 37.3955101, "longitude": -122.0773116, "sensed_speed": 0, "ts": 1440722695.963}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0777471, 37.3956672], "type": "Point"}, "id": "55dfb4cc7d65cb39ee986d32", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:45:35.230000-07:00", "heading": 0, "latitude": 37.3956672, "longitude": -122.0777471, "sensed_speed": 0, "ts": 1440722735.23}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0775389, 37.3955742], "type": "Point"}, "id": "55dfb4cc7d65cb39ee986d35", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:46:03.161000-07:00", "heading": 0, "latitude": 37.3955742, "longitude": -122.0775389, "sensed_speed": 0, "ts": 1440722763.161}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0775389, 37.3955742], "type": "Point"}, "id": "55dfb4cc7d65cb39ee986d38", "properties": {"accuracy": 90.406, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:46:33.433000-07:00", "heading": 0, "latitude": 37.3955742, "longitude": -122.0775389, "sensed_speed": 0, "ts": 1440722793.433}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0778895, 37.3958641], "type": "Point"}, "id": "55dfb4cd7d65cb39ee986d3a", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:47:04.500000-07:00", "heading": 0, "latitude": 37.3958641, "longitude": -122.0778895, "sensed_speed": 0, "ts": 1440722824.5}, "type": "Feature"}, {"geometry": {"coordinates": [-122.077766, 37.3960324], "type": "Point"}, "id": "55dfb4cd7d65cb39ee986d3d", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:47:34.538000-07:00", "heading": 0, "latitude": 37.3960324, "longitude": -122.077766, "sensed_speed": 0, "ts": 1440722854.538}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0778219, 37.3958767], "type": "Point"}, "id": "55dfb4cd7d65cb39ee986d3f", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:48:04.520000-07:00", "heading": 0, "latitude": 37.3958767, "longitude": -122.0778219, "sensed_speed": 0, "ts": 1440722884.52}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0777425, 37.3956644], "type": "Point"}, "id": "55dfb4cd7d65cb39ee986d42", "properties": {"accuracy": 42.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:48:34.574000-07:00", "heading": 0, "latitude": 37.3956644, "longitude": -122.0777425, "sensed_speed": 0, "ts": 1440722914.574}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0769316, 37.3970439], "type": "Point"}, "id": "55dfb4cd7d65cb39ee986d44", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:49:04.600000-07:00", "heading": 0, "latitude": 37.3970439, "longitude": -122.0769316, "sensed_speed": 0, "ts": 1440722944.6}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0761964, 37.3978807], "type": "Point"}, "id": "55dfb4cd7d65cb39ee986d47", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:49:34.697000-07:00", "heading": 0, "latitude": 37.3978807, "longitude": -122.0761964, "sensed_speed": 0, "ts": 1440722974.697}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0767396, 37.3980859], "type": "Point"}, "id": "55dfb4cd7d65cb39ee986d49", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:50:04.664000-07:00", "heading": 0, "latitude": 37.3980859, "longitude": -122.0767396, "sensed_speed": 0, "ts": 1440723004.664}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0779079, 37.3990104], "type": "Point"}, "id": "55dfb4ce7d65cb39ee986d4c", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:50:34.750000-07:00", "heading": 0, "latitude": 37.3990104, "longitude": -122.0779079, "sensed_speed": 0, "ts": 1440723034.75}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0784937, 37.4012462], "type": "Point"}, "id": "55dfb4ce7d65cb39ee986d4f", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:51:04.721000-07:00", "heading": 0, "latitude": 37.4012462, "longitude": -122.0784937, "sensed_speed": 0, "ts": 1440723064.721}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0761413, 37.3940933], [-122.0774947, 37.3956292], [-122.0773116, 37.3955101], [-122.0777471, 37.3956672], [-122.0775389, 37.3955742], [-122.0775389, 37.3955742], [-122.0778895, 37.3958641], [-122.077766, 37.3960324], [-122.0778219, 37.3958767], [-122.0777425, 37.3956644], [-122.0769316, 37.3970439], [-122.0761964, 37.3978807], [-122.0767396, 37.3980859], [-122.0779079, 37.3990104], [-122.0784937, 37.4012462]], "type": "LineString"}, "id": "56081adbf6858f3a71f65e8c", "properties": {"duration": 450.4359998703003, "end_fmt_time": "2015-08-27 17:51:04.721000-07:00", "end_ts": 1440723064.721, "feature_type": "section", "sensed_mode": "MotionTypes.ON_FOOT", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-27 17:43:34.285000-07:00", "start_ts": 1440722614.285}, "type": "Feature"}], "type": "FeatureCollection"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.078664, 37.4015876], "type": "Point"}, "id": "55dfb4ce7d65cb39ee986d51", "properties": {"accuracy": 49.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:51:34.715000-07:00", "heading": 0, "latitude": 37.4015876, "longitude": -122.078664, "sensed_speed": 0, "ts": 1440723094.715}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0796973, 37.4021489], "type": "Point"}, "id": "55dfb4ce7d65cb39ee986d54", "properties": {"accuracy": 61.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:52:04.657000-07:00", "heading": 0, "latitude": 37.4021489, "longitude": -122.0796973, "sensed_speed": 0, "ts": 1440723124.657}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.078664, 37.4015876], [-122.0796973, 37.4021489]], "type": "LineString"}, "id": "56081adbf6858f3a71f65e8e", "properties": {"duration": 29.942000150680542, "end_fmt_time": "2015-08-27 17:52:04.657000-07:00", "end_ts": 1440723124.657, "feature_type": "section", "sensed_mode": "MotionTypes.BICYCLING", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-27 17:51:34.715000-07:00", "start_ts": 1440723094.715}, "type": "Feature"}], "type": "FeatureCollection"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0827923, 37.4027524], "type": "Point"}, "id": "55dfb4ce7d65cb39ee986d58", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:53:04.822000-07:00", "heading": 0, "latitude": 37.4027524, "longitude": -122.0827923, "sensed_speed": 0, "ts": 1440723184.822}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0834008, 37.4027977], "type": "Point"}, "id": "55dfb4cf7d65cb39ee986d5b", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:53:37.877000-07:00", "heading": 0, "latitude": 37.4027977, "longitude": -122.0834008, "sensed_speed": 0, "ts": 1440723217.877}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0833226, 37.4028425], "type": "Point"}, "id": "55dfb4cf7d65cb39ee986d5d", "properties": {"accuracy": 51.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:53:53.789000-07:00", "heading": 0, "latitude": 37.4028425, "longitude": -122.0833226, "sensed_speed": 0, "ts": 1440723233.789}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0831355, 37.4037647], "type": "Point"}, "id": "55dfb4cf7d65cb39ee986d61", "properties": {"accuracy": 63.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:54:34.938000-07:00", "heading": 0, "latitude": 37.4037647, "longitude": -122.0831355, "sensed_speed": 0, "ts": 1440723274.938}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0836683, 37.403658], "type": "Point"}, "id": "55dfb4cf7d65cb39ee986d64", "properties": {"accuracy": 33.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:55:04.896000-07:00", "heading": 0, "latitude": 37.403658, "longitude": -122.0836683, "sensed_speed": 0, "ts": 1440723304.896}, "type": "Feature"}, {"geometry": {"coordinates": [-122.083702, 37.4036219], "type": "Point"}, "id": "55dfb4cf7d65cb39ee986d67", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 17:55:34.898000-07:00", "heading": 0, "latitude": 37.4036219, "longitude": -122.083702, "sensed_speed": 0, "ts": 1440723334.898}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0827923, 37.4027524], [-122.0834008, 37.4027977], [-122.0833226, 37.4028425], [-122.0831355, 37.4037647], [-122.0836683, 37.403658], [-122.083702, 37.4036219]], "type": "LineString"}, "id": "56081adbf6858f3a71f65e90", "properties": {"duration": 150.07599997520447, "end_fmt_time": "2015-08-27 17:55:34.898000-07:00", "end_ts": 1440723334.898, "feature_type": "section", "sensed_mode": "MotionTypes.ON_FOOT", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-27 17:53:04.822000-07:00", "start_ts": 1440723184.822}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.083702, 37.4036219], "type": "Point"}, "id": "56081ad3f6858f3a71f65e58", "properties": {"duration": 5185.072999954224, "enter_fmt_time": "2015-08-27 17:55:34.898000-07:00", "enter_ts": 1440723334.898, "exit_fmt_time": "2015-08-27 19:21:59.971000-07:00", "exit_ts": 1440728519.971, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862609, 37.3909709], "type": "Point"}, "id": "56081ad3f6858f3a71f65e5a", "properties": {"enter_fmt_time": "2015-08-27 19:32:22.709000-07:00", "enter_ts": 1440729142.709, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0804791, 37.3959724], "type": "Point"}, "id": "56081adbf6858f3a71f65e94", "properties": {"duration": 30.006999969482422, "enter_fmt_time": "2015-08-27 19:26:34.308000-07:00", "enter_ts": 1440728794.308, "exit_fmt_time": "2015-08-27 19:27:04.315000-07:00", "exit_ts": 1440728824.315, "feature_type": "stop", "source": "SmoothedHighConfidenceMotion"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0816952, 37.4026009], "type": "Point"}, "id": "55dfcaca7d65cb39ee986e11", "properties": {"accuracy": 40.614, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:21:59.971000-07:00", "heading": 0, "latitude": 37.4026009, "longitude": -122.0816952, "sensed_speed": 0, "ts": 1440728519.971}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0804086, 37.402437], "type": "Point"}, "id": "55dfcaca7d65cb39ee986e14", "properties": {"accuracy": 57.994, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:22:34.135000-07:00", "heading": 0, "latitude": 37.402437, "longitude": -122.0804086, "sensed_speed": 0, "ts": 1440728554.135}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0785754, 37.4015364], "type": "Point"}, "id": "55dfcaca7d65cb39ee986e17", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:23:04.128000-07:00", "heading": 0, "latitude": 37.4015364, "longitude": -122.0785754, "sensed_speed": 0, "ts": 1440728584.128}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0792398, 37.4015005], "type": "Point"}, "id": "55dfcaca7d65cb39ee986e1a", "properties": {"accuracy": 31.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:23:34.210000-07:00", "heading": 0, "latitude": 37.4015005, "longitude": -122.0792398, "sensed_speed": 0, "ts": 1440728614.21}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0800125, 37.4007004], "type": "Point"}, "id": "55dfcaca7d65cb39ee986e1c", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:24:04.192000-07:00", "heading": 0, "latitude": 37.4007004, "longitude": -122.0800125, "sensed_speed": 0, "ts": 1440728644.192}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0806887, 37.3999177], "type": "Point"}, "id": "55dfcaca7d65cb39ee986e1f", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:24:34.282000-07:00", "heading": 0, "latitude": 37.3999177, "longitude": -122.0806887, "sensed_speed": 0, "ts": 1440728674.282}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0808318, 37.3995013], "type": "Point"}, "id": "55dfcaca7d65cb39ee986e21", "properties": {"accuracy": 42.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:25:04.266000-07:00", "heading": 0, "latitude": 37.3995013, "longitude": -122.0808318, "sensed_speed": 0, "ts": 1440728704.266}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0807172, 37.3994594], "type": "Point"}, "id": "55dfcacb7d65cb39ee986e23", "properties": {"accuracy": 81.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:25:34.248000-07:00", "heading": 0, "latitude": 37.3994594, "longitude": -122.0807172, "sensed_speed": 0, "ts": 1440728734.248}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0809948, 37.3983218], "type": "Point"}, "id": "55dfcacb7d65cb39ee986e27", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:26:04.243000-07:00", "heading": 0, "latitude": 37.3983218, "longitude": -122.0809948, "sensed_speed": 0, "ts": 1440728764.243}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0777742, 37.3955849], "type": "Point"}, "id": "55dfcacb7d65cb39ee986e29", "properties": {"accuracy": 67.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:26:34.308000-07:00", "heading": 0, "latitude": 37.3955849, "longitude": -122.0777742, "sensed_speed": 0, "ts": 1440728794.308}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.083702, 37.4036219], [-122.0816952, 37.4026009], [-122.0804086, 37.402437], [-122.0785754, 37.4015364], [-122.0792398, 37.4015005], [-122.0800125, 37.4007004], [-122.0806887, 37.3999177], [-122.0808318, 37.3995013], [-122.0807172, 37.3994594], [-122.0809948, 37.3983218], [-122.0777742, 37.3955849]], "type": "LineString"}, "id": "56081adbf6858f3a71f65e92", "properties": {"duration": 274.33700013160706, "end_fmt_time": "2015-08-27 19:26:34.308000-07:00", "end_ts": 1440728794.308, "feature_type": "section", "sensed_mode": "MotionTypes.IN_VEHICLE", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-27 19:21:59.971000-07:00", "start_ts": 1440728519.971}, "type": "Feature"}], "type": "FeatureCollection"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0804791, 37.3959724], "type": "Point"}, "id": "55dfcacb7d65cb39ee986e2c", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:27:04.315000-07:00", "heading": 0, "latitude": 37.3959724, "longitude": -122.0804791, "sensed_speed": 0, "ts": 1440728824.315}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0829762, 37.3959456], "type": "Point"}, "id": "55dfcacb7d65cb39ee986e2f", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:27:34.365000-07:00", "heading": 0, "latitude": 37.3959456, "longitude": -122.0829762, "sensed_speed": 0, "ts": 1440728854.365}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0829727, 37.3959806], "type": "Point"}, "id": "55dfcacb7d65cb39ee986e31", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:28:04.387000-07:00", "heading": 0, "latitude": 37.3959806, "longitude": -122.0829727, "sensed_speed": 0, "ts": 1440728884.387}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0836812, 37.3948295], "type": "Point"}, "id": "55dfcacc7d65cb39ee986e34", "properties": {"accuracy": 33.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:28:34.434000-07:00", "heading": 0, "latitude": 37.3948295, "longitude": -122.0836812, "sensed_speed": 0, "ts": 1440728914.434}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844196, 37.3937479], "type": "Point"}, "id": "55dfcacc7d65cb39ee986e37", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:29:04.482000-07:00", "heading": 0, "latitude": 37.3937479, "longitude": -122.0844196, "sensed_speed": 0, "ts": 1440728944.482}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0848882, 37.3930485], "type": "Point"}, "id": "55dfcacc7d65cb39ee986e3a", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:29:34.487000-07:00", "heading": 0, "latitude": 37.3930485, "longitude": -122.0848882, "sensed_speed": 0, "ts": 1440728974.487}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0854796, 37.3920595], "type": "Point"}, "id": "55dfcacc7d65cb39ee986e3c", "properties": {"accuracy": 108.529, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:30:04.524000-07:00", "heading": 0, "latitude": 37.3920595, "longitude": -122.0854796, "sensed_speed": 0, "ts": 1440729004.524}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0860801, 37.3911279], "type": "Point"}, "id": "55dfcacc7d65cb39ee986e3f", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:30:34.649000-07:00", "heading": 0, "latitude": 37.3911279, "longitude": -122.0860801, "sensed_speed": 0, "ts": 1440729034.649}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862471, 37.3909095], "type": "Point"}, "id": "55dfcacc7d65cb39ee986e41", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:30:46.692000-07:00", "heading": 0, "latitude": 37.3909095, "longitude": -122.0862471, "sensed_speed": 0, "ts": 1440729046.692}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862131, 37.3910022], "type": "Point"}, "id": "55dfcacd7d65cb39ee986e45", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:31:19.792000-07:00", "heading": 0, "latitude": 37.3910022, "longitude": -122.0862131, "sensed_speed": 0, "ts": 1440729079.792}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862609, 37.3909709], "type": "Point"}, "id": "55dfcacd7d65cb39ee986e48", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:32:04.640000-07:00", "heading": 0, "latitude": 37.3909709, "longitude": -122.0862609, "sensed_speed": 0, "ts": 1440729124.64}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862609, 37.3909709], "type": "Point"}, "id": "55dfcacd7d65cb39ee986e4c", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-27 19:32:22.709000-07:00", "heading": 0, "latitude": 37.3909709, "longitude": -122.0862609, "sensed_speed": 0, "ts": 1440729142.709}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0804791, 37.3959724], [-122.0829762, 37.3959456], [-122.0829727, 37.3959806], [-122.0836812, 37.3948295], [-122.0844196, 37.3937479], [-122.0848882, 37.3930485], [-122.0854796, 37.3920595], [-122.0860801, 37.3911279], [-122.0862471, 37.3909095], [-122.0862131, 37.3910022], [-122.0862609, 37.3909709], [-122.0862609, 37.3909709]], "type": "LineString"}, "id": "56081adbf6858f3a71f65e93", "properties": {"duration": 318.39400005340576, "end_fmt_time": "2015-08-27 19:32:22.709000-07:00", "end_ts": 1440729142.709, "feature_type": "section", "sensed_mode": "MotionTypes.BICYCLING", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-27 19:27:04.315000-07:00", "start_ts": 1440728824.315}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
In [13]:
reload(ipy)
Out[13]:
<module 'emission.analysis.plotting.leaflet_osm.ipython_helper' from '/Users/shankari/e-mission/e-mission-server/emission/analysis/plotting/leaflet_osm/ipython_helper.pyc'>
In [14]:
ipy.inline_maps([[m] for m in map_list])
Out[14]:
In [15]:
map_list = lo.get_maps_for_range(myuuid, get_dt((8,26)), get_dt((8,27)))
ipy.inline_maps([[m] for m in map_list])
DEBUG:root:3 places found in database
DEBUG:root:Considering place 56081ad3f6858f3a71f65e46: 2015-08-26 17:05:56.010000-07:00 -> 2015-08-26 17:21:56.609000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e48: 2015-08-26 17:23:30.317000-07:00 -> 2015-08-26 18:28:21.916000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e4a: 2015-08-26 21:43:20.404000-07:00 -> 2015-08-27 08:18:59.672000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e45: 2015-08-26 17:05:39.041000-07:00 -> 2015-08-26 17:05:56.010000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e47: 2015-08-26 17:21:56.609000-07:00 -> 2015-08-26 17:23:30.317000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e49: 2015-08-26 18:28:21.916000-07:00 -> 2015-08-26 21:43:20.404000-07:00
DEBUG:root:len(places) = 3, len(trips) = 3
DEBUG:root:Starting with element of type trip, id 56081ad3f6858f3a71f65e45, details Trip({u'end_place': ObjectId('56081ad3f6858f3a71f65e46'), u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0875003, 37.3910209]}, u'end_ts': 1440633956.01, u'start_ts': 1440633939.041, u'start_fmt_time': u'2015-08-26 17:05:39.041000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0877097, 37.3911093]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('56081ad3f6858f3a71f65e44'), u'end_fmt_time': u'2015-08-26 17:05:56.010000-07:00', u'duration': 16.969000101089478, u'_id': ObjectId('56081ad3f6858f3a71f65e45')})
DEBUG:root:len(trips) = 3, adding start_place 56081ad3f6858f3a71f65e44 and end_place 56081ad3f6858f3a71f65e4a
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e45'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 0
DEBUG:root:Starting with element of type none, id None, details None
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e47'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 0
DEBUG:root:Starting with element of type none, id None, details None
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e49'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 1
DEBUG:root:Starting with element of type trip, id 56081ad9f6858f3a71f65e7d, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 2, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0850267, 37.3898613]}, u'end_ts': 1440650600.404, u'start_ts': 1440638901.916, u'start_fmt_time': u'2015-08-26 18:28:21.916000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0864045, 37.3905444]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-26 21:43:20.404000-07:00', u'duration': 11698.488000154495, u'_id': ObjectId('56081ad9f6858f3a71f65e7d'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e49')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440638901.916, '$lt': 1440650620.404}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0850267, 37.3898613]}, u'fmt_time': u'2015-08-26 18:28:21.916000-07:00', u'altitude': 0, u'ts': 1440638901.916, u'longitude': -122.0850267, u'latitude': 37.3898613, '_id': ObjectId('55de9e8a7d65cb39ee98623e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 118.093})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0850267, 37.3898613]}, u'fmt_time': u'2015-08-26 18:28:21.916000-07:00', u'altitude': 0, u'ts': 1440638901.916, u'longitude': -122.0850267, u'latitude': 37.3898613, '_id': ObjectId('55de9e8a7d65cb39ee98623e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 118.093}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0847573, 37.3898617]}, u'fmt_time': u'2015-08-26 18:28:53.713000-07:00', u'altitude': 0, u'ts': 1440638933.713, u'longitude': -122.0847573, u'latitude': 37.3898617, '_id': ObjectId('55de9e8b7d65cb39ee986241'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0840233, 37.3890777]}, u'fmt_time': u'2015-08-26 18:29:25.550000-07:00', u'altitude': 0, u'ts': 1440638965.55, u'longitude': -122.0840233, u'latitude': 37.3890777, '_id': ObjectId('55de9e8b7d65cb39ee986244'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 35.134}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.083988, 37.3890865]}, u'fmt_time': u'2015-08-26 18:29:57.371000-07:00', u'altitude': 0, u'ts': 1440638997.371, u'longitude': -122.083988, u'latitude': 37.3890865, '_id': ObjectId('55de9e8b7d65cb39ee986247'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 34.295}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0834042, 37.3891734]}, u'fmt_time': u'2015-08-26 18:30:29.192000-07:00', u'altitude': 0, u'ts': 1440639029.192, u'longitude': -122.0834042, u'latitude': 37.3891734, '_id': ObjectId('55de9e8b7d65cb39ee98624a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 79.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0828101, 37.3888188]}, u'fmt_time': u'2015-08-26 18:31:05.164000-07:00', u'altitude': 0, u'ts': 1440639065.164, u'longitude': -122.0828101, u'latitude': 37.3888188, '_id': ObjectId('55de9e8b7d65cb39ee98624d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 67.987}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0828101, 37.3888188]}, u'fmt_time': u'2015-08-26 18:32:08.593000-07:00', u'altitude': 0, u'ts': 1440639128.593, u'longitude': -122.0828101, u'latitude': 37.3888188, '_id': ObjectId('55de9e8c7d65cb39ee986251'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 163.129}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.083951, 37.3891767]}, u'fmt_time': u'2015-08-26 21:35:51.399000-07:00', u'altitude': 0, u'ts': 1440650151.399, u'longitude': -122.083951, u'latitude': 37.3891767, '_id': ObjectId('55de9eb57d65cb39ee9864b9'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 69.743}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0839318, 37.3891863]}, u'fmt_time': u'2015-08-26 21:36:21.279000-07:00', u'altitude': 0, u'ts': 1440650181.279, u'longitude': -122.0839318, u'latitude': 37.3891863, '_id': ObjectId('55de9eb57d65cb39ee9864bc'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 71.362}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0832482, 37.3892482]}, u'fmt_time': u'2015-08-26 21:36:51.498000-07:00', u'altitude': 0, u'ts': 1440650211.498, u'longitude': -122.0832482, u'latitude': 37.3892482, '_id': ObjectId('55de9eb67d65cb39ee9864bf'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 114.988}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0838802, 37.3894349]}, u'fmt_time': u'2015-08-26 21:37:14.084000-07:00', u'altitude': 0, u'ts': 1440650234.084, u'longitude': -122.0838802, u'latitude': 37.3894349, '_id': ObjectId('55de9eb67d65cb39ee9864c2'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 49.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844962, 37.3902504]}, u'fmt_time': u'2015-08-26 21:37:49.993000-07:00', u'altitude': 0, u'ts': 1440650269.993, u'longitude': -122.0844962, u'latitude': 37.3902504, '_id': ObjectId('55de9eb67d65cb39ee9864c5'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 33.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0845079, 37.3902375]}, u'fmt_time': u'2015-08-26 21:38:32.183000-07:00', u'altitude': 0, u'ts': 1440650312.183, u'longitude': -122.0845079, u'latitude': 37.3902375, '_id': ObjectId('55de9eb67d65cb39ee9864c8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 129.02}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0845059, 37.3900956]}, u'fmt_time': u'2015-08-26 21:39:02.170000-07:00', u'altitude': 0, u'ts': 1440650342.17, u'longitude': -122.0845059, u'latitude': 37.3900956, '_id': ObjectId('55de9eb67d65cb39ee9864cb'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 116.703}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844275, 37.3898317]}, u'fmt_time': u'2015-08-26 21:39:21.681000-07:00', u'altitude': 0, u'ts': 1440650361.681, u'longitude': -122.0844275, u'latitude': 37.3898317, '_id': ObjectId('55de9eb67d65cb39ee9864ce'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 96.948}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0842929, 37.3892491]}, u'fmt_time': u'2015-08-26 21:39:53.534000-07:00', u'altitude': 0, u'ts': 1440650393.534, u'longitude': -122.0842929, u'latitude': 37.3892491, '_id': ObjectId('55de9eb77d65cb39ee9864d1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 61.654}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0850528, 37.3898745]}, u'fmt_time': u'2015-08-26 21:40:25.349000-07:00', u'altitude': 0, u'ts': 1440650425.349, u'longitude': -122.0850528, u'latitude': 37.3898745, '_id': ObjectId('55de9eb77d65cb39ee9864d4'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.085279, 37.389945]}, u'fmt_time': u'2015-08-26 21:40:57.184000-07:00', u'altitude': 0, u'ts': 1440650457.184, u'longitude': -122.085279, u'latitude': 37.389945, '_id': ObjectId('55de9eb77d65cb39ee9864d7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0860788, 37.3901256]}, u'fmt_time': u'2015-08-26 21:41:29.011000-07:00', u'altitude': 0, u'ts': 1440650489.011, u'longitude': -122.0860788, u'latitude': 37.3901256, '_id': ObjectId('55de9eb77d65cb39ee9864da'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862834, 37.3904012]}, u'fmt_time': u'2015-08-26 21:42:00.844000-07:00', u'altitude': 0, u'ts': 1440650520.844, u'longitude': -122.0862834, u'latitude': 37.3904012, '_id': ObjectId('55de9eb77d65cb39ee9864dd'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 48.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0865501, 37.3903768]}, u'fmt_time': u'2015-08-26 21:42:16.753000-07:00', u'altitude': 0, u'ts': 1440650536.753, u'longitude': -122.0865501, u'latitude': 37.3903768, '_id': ObjectId('55de9eb87d65cb39ee9864e0'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0866305, 37.3903306]}, u'fmt_time': u'2015-08-26 21:42:48.581000-07:00', u'altitude': 0, u'ts': 1440650568.581, u'longitude': -122.0866305, u'latitude': 37.3903306, '_id': ObjectId('55de9eb87d65cb39ee9864e3'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0864045, 37.3905444]}, u'fmt_time': u'2015-08-26 21:43:20.404000-07:00', u'altitude': 0, u'ts': 1440650600.404, u'longitude': -122.0864045, u'latitude': 37.3905444, '_id': ObjectId('55de9eb87d65cb39ee9864e6'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 31.5}) to line_string
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0858364, 37.3916055], "type": "Point"}, "id": "56081ad3f6858f3a71f65e44", "properties": {"duration": 82566.31999993324, "enter_fmt_time": "2015-08-25 18:09:32.721000-07:00", "enter_ts": 1440551372.721, "exit_fmt_time": "2015-08-26 17:05:39.041000-07:00", "exit_ts": 1440633939.041, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0877097, 37.3911093], "type": "Point"}, "id": "56081ad3f6858f3a71f65e46", "properties": {"duration": 960.5989999771118, "enter_fmt_time": "2015-08-26 17:05:56.010000-07:00", "enter_ts": 1440633956.01, "exit_fmt_time": "2015-08-26 17:21:56.609000-07:00", "exit_ts": 1440634916.609, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0877097, 37.3911093], "type": "Point"}, "id": "56081ad3f6858f3a71f65e46", "properties": {"duration": 960.5989999771118, "enter_fmt_time": "2015-08-26 17:05:56.010000-07:00", "enter_ts": 1440633956.01, "exit_fmt_time": "2015-08-26 17:21:56.609000-07:00", "exit_ts": 1440634916.609, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862761, 37.3909483], "type": "Point"}, "id": "56081ad3f6858f3a71f65e48", "properties": {"duration": 3891.598999977112, "enter_fmt_time": "2015-08-26 17:23:30.317000-07:00", "enter_ts": 1440635010.317, "exit_fmt_time": "2015-08-26 18:28:21.916000-07:00", "exit_ts": 1440638901.916, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0862761, 37.3909483], "type": "Point"}, "id": "56081ad3f6858f3a71f65e48", "properties": {"duration": 3891.598999977112, "enter_fmt_time": "2015-08-26 17:23:30.317000-07:00", "enter_ts": 1440635010.317, "exit_fmt_time": "2015-08-26 18:28:21.916000-07:00", "exit_ts": 1440638901.916, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0864045, 37.3905444], "type": "Point"}, "id": "56081ad3f6858f3a71f65e4a", "properties": {"duration": 38139.26799988747, "enter_fmt_time": "2015-08-26 21:43:20.404000-07:00", "enter_ts": 1440650600.404, "exit_fmt_time": "2015-08-27 08:18:59.672000-07:00", "exit_ts": 1440688739.672, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0850267, 37.3898613], "type": "Point"}, "id": "55de9e8a7d65cb39ee98623e", "properties": {"accuracy": 118.093, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 18:28:21.916000-07:00", "heading": 0, "latitude": 37.3898613, "longitude": -122.0850267, "sensed_speed": 0, "ts": 1440638901.916}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0847573, 37.3898617], "type": "Point"}, "id": "55de9e8b7d65cb39ee986241", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 18:28:53.713000-07:00", "heading": 0, "latitude": 37.3898617, "longitude": -122.0847573, "sensed_speed": 0, "ts": 1440638933.713}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0840233, 37.3890777], "type": "Point"}, "id": "55de9e8b7d65cb39ee986244", "properties": {"accuracy": 35.134, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 18:29:25.550000-07:00", "heading": 0, "latitude": 37.3890777, "longitude": -122.0840233, "sensed_speed": 0, "ts": 1440638965.55}, "type": "Feature"}, {"geometry": {"coordinates": [-122.083988, 37.3890865], "type": "Point"}, "id": "55de9e8b7d65cb39ee986247", "properties": {"accuracy": 34.295, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 18:29:57.371000-07:00", "heading": 0, "latitude": 37.3890865, "longitude": -122.083988, "sensed_speed": 0, "ts": 1440638997.371}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0834042, 37.3891734], "type": "Point"}, "id": "55de9e8b7d65cb39ee98624a", "properties": {"accuracy": 79.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 18:30:29.192000-07:00", "heading": 0, "latitude": 37.3891734, "longitude": -122.0834042, "sensed_speed": 0, "ts": 1440639029.192}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0828101, 37.3888188], "type": "Point"}, "id": "55de9e8b7d65cb39ee98624d", "properties": {"accuracy": 67.987, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 18:31:05.164000-07:00", "heading": 0, "latitude": 37.3888188, "longitude": -122.0828101, "sensed_speed": 0, "ts": 1440639065.164}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0828101, 37.3888188], "type": "Point"}, "id": "55de9e8c7d65cb39ee986251", "properties": {"accuracy": 163.129, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 18:32:08.593000-07:00", "heading": 0, "latitude": 37.3888188, "longitude": -122.0828101, "sensed_speed": 0, "ts": 1440639128.593}, "type": "Feature"}, {"geometry": {"coordinates": [-122.083951, 37.3891767], "type": "Point"}, "id": "55de9eb57d65cb39ee9864b9", "properties": {"accuracy": 69.743, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:35:51.399000-07:00", "heading": 0, "latitude": 37.3891767, "longitude": -122.083951, "sensed_speed": 0, "ts": 1440650151.399}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0839318, 37.3891863], "type": "Point"}, "id": "55de9eb57d65cb39ee9864bc", "properties": {"accuracy": 71.362, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:36:21.279000-07:00", "heading": 0, "latitude": 37.3891863, "longitude": -122.0839318, "sensed_speed": 0, "ts": 1440650181.279}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0832482, 37.3892482], "type": "Point"}, "id": "55de9eb67d65cb39ee9864bf", "properties": {"accuracy": 114.988, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:36:51.498000-07:00", "heading": 0, "latitude": 37.3892482, "longitude": -122.0832482, "sensed_speed": 0, "ts": 1440650211.498}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0838802, 37.3894349], "type": "Point"}, "id": "55de9eb67d65cb39ee9864c2", "properties": {"accuracy": 49.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:37:14.084000-07:00", "heading": 0, "latitude": 37.3894349, "longitude": -122.0838802, "sensed_speed": 0, "ts": 1440650234.084}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844962, 37.3902504], "type": "Point"}, "id": "55de9eb67d65cb39ee9864c5", "properties": {"accuracy": 33.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:37:49.993000-07:00", "heading": 0, "latitude": 37.3902504, "longitude": -122.0844962, "sensed_speed": 0, "ts": 1440650269.993}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0845079, 37.3902375], "type": "Point"}, "id": "55de9eb67d65cb39ee9864c8", "properties": {"accuracy": 129.02, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:38:32.183000-07:00", "heading": 0, "latitude": 37.3902375, "longitude": -122.0845079, "sensed_speed": 0, "ts": 1440650312.183}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0845059, 37.3900956], "type": "Point"}, "id": "55de9eb67d65cb39ee9864cb", "properties": {"accuracy": 116.703, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:39:02.170000-07:00", "heading": 0, "latitude": 37.3900956, "longitude": -122.0845059, "sensed_speed": 0, "ts": 1440650342.17}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844275, 37.3898317], "type": "Point"}, "id": "55de9eb67d65cb39ee9864ce", "properties": {"accuracy": 96.948, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:39:21.681000-07:00", "heading": 0, "latitude": 37.3898317, "longitude": -122.0844275, "sensed_speed": 0, "ts": 1440650361.681}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0842929, 37.3892491], "type": "Point"}, "id": "55de9eb77d65cb39ee9864d1", "properties": {"accuracy": 61.654, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:39:53.534000-07:00", "heading": 0, "latitude": 37.3892491, "longitude": -122.0842929, "sensed_speed": 0, "ts": 1440650393.534}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0850528, 37.3898745], "type": "Point"}, "id": "55de9eb77d65cb39ee9864d4", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:40:25.349000-07:00", "heading": 0, "latitude": 37.3898745, "longitude": -122.0850528, "sensed_speed": 0, "ts": 1440650425.349}, "type": "Feature"}, {"geometry": {"coordinates": [-122.085279, 37.389945], "type": "Point"}, "id": "55de9eb77d65cb39ee9864d7", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:40:57.184000-07:00", "heading": 0, "latitude": 37.389945, "longitude": -122.085279, "sensed_speed": 0, "ts": 1440650457.184}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0860788, 37.3901256], "type": "Point"}, "id": "55de9eb77d65cb39ee9864da", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:41:29.011000-07:00", "heading": 0, "latitude": 37.3901256, "longitude": -122.0860788, "sensed_speed": 0, "ts": 1440650489.011}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862834, 37.3904012], "type": "Point"}, "id": "55de9eb77d65cb39ee9864dd", "properties": {"accuracy": 48.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:42:00.844000-07:00", "heading": 0, "latitude": 37.3904012, "longitude": -122.0862834, "sensed_speed": 0, "ts": 1440650520.844}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0865501, 37.3903768], "type": "Point"}, "id": "55de9eb87d65cb39ee9864e0", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:42:16.753000-07:00", "heading": 0, "latitude": 37.3903768, "longitude": -122.0865501, "sensed_speed": 0, "ts": 1440650536.753}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0866305, 37.3903306], "type": "Point"}, "id": "55de9eb87d65cb39ee9864e3", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:42:48.581000-07:00", "heading": 0, "latitude": 37.3903306, "longitude": -122.0866305, "sensed_speed": 0, "ts": 1440650568.581}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0864045, 37.3905444], "type": "Point"}, "id": "55de9eb87d65cb39ee9864e6", "properties": {"accuracy": 31.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-26 21:43:20.404000-07:00", "heading": 0, "latitude": 37.3905444, "longitude": -122.0864045, "sensed_speed": 0, "ts": 1440650600.404}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0862761, 37.3909483], [-122.0850267, 37.3898613], [-122.0847573, 37.3898617], [-122.0840233, 37.3890777], [-122.083988, 37.3890865], [-122.0834042, 37.3891734], [-122.0828101, 37.3888188], [-122.0828101, 37.3888188], [-122.083951, 37.3891767], [-122.0839318, 37.3891863], [-122.0832482, 37.3892482], [-122.0838802, 37.3894349], [-122.0844962, 37.3902504], [-122.0845079, 37.3902375], [-122.0845059, 37.3900956], [-122.0844275, 37.3898317], [-122.0842929, 37.3892491], [-122.0850528, 37.3898745], [-122.085279, 37.389945], [-122.0860788, 37.3901256], [-122.0862834, 37.3904012], [-122.0865501, 37.3903768], [-122.0866305, 37.3903306], [-122.0864045, 37.3905444]], "type": "LineString"}, "id": "56081ad9f6858f3a71f65e7d", "properties": {"duration": 11698.488000154495, "end_fmt_time": "2015-08-26 21:43:20.404000-07:00", "end_ts": 1440650600.404, "feature_type": "section", "sensed_mode": "MotionTypes.ON_FOOT", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-26 18:28:21.916000-07:00", "start_ts": 1440638901.916}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
Out[15]:
In [16]:
map_list = lo.get_maps_for_range(myuuid, get_dt((8,25)), get_dt((8,26)))
ipy.inline_maps([[m] for m in map_list])
DEBUG:root:4 places found in database
DEBUG:root:Considering place 56081ad3f6858f3a71f65e3e: 2015-08-25 08:30:00.653000-07:00 -> 2015-08-25 08:36:51.657000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e40: 2015-08-25 08:48:00.538000-07:00 -> 2015-08-25 09:03:20.609000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e42: 2015-08-25 09:07:01.248000-07:00 -> 2015-08-25 16:08:43.563000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e44: 2015-08-25 18:09:32.721000-07:00 -> 2015-08-26 17:05:39.041000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e3d: 2015-08-25 08:19:06.062000-07:00 -> 2015-08-25 08:30:00.653000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e3f: 2015-08-25 08:36:51.657000-07:00 -> 2015-08-25 08:48:00.538000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e41: 2015-08-25 09:03:20.609000-07:00 -> 2015-08-25 09:07:01.248000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e43: 2015-08-25 16:08:43.563000-07:00 -> 2015-08-25 18:09:32.721000-07:00
DEBUG:root:len(places) = 4, len(trips) = 4
DEBUG:root:Starting with element of type trip, id 56081ad3f6858f3a71f65e3d, details Trip({u'end_place': ObjectId('56081ad3f6858f3a71f65e3e'), u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0851115, 37.392733]}, u'end_ts': 1440516600.653, u'start_ts': 1440515946.062, u'start_fmt_time': u'2015-08-25 08:19:06.062000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0839467, 37.4035912]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('56081ad3f6858f3a71f65e3c'), u'end_fmt_time': u'2015-08-25 08:30:00.653000-07:00', u'duration': 654.5910000801086, u'_id': ObjectId('56081ad3f6858f3a71f65e3d')})
DEBUG:root:len(trips) = 4, adding start_place 56081ad3f6858f3a71f65e3c and end_place 56081ad3f6858f3a71f65e44
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e3d'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 1, len(trips) = 2
DEBUG:root:Starting with element of type trip, id 56081ad7f6858f3a71f65e77, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 1, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0851115, 37.392733]}, u'end_ts': 1440516444.572, u'start_ts': 1440515946.062, u'start_fmt_time': u'2015-08-25 08:19:06.062000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0844572, 37.4028762]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-25 08:27:24.572000-07:00', u'duration': 498.50999999046326, u'end_stop': ObjectId('56081ad7f6858f3a71f65e79'), u'_id': ObjectId('56081ad7f6858f3a71f65e77'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e3d')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440515946.062, '$lt': 1440516464.572}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0851115, 37.392733]}, u'fmt_time': u'2015-08-25 08:19:06.062000-07:00', u'altitude': 0.0, u'ts': 1440515946.062, u'longitude': -122.0851115, u'latitude': 37.392733, '_id': ObjectId('55dc924e7d65cb39ee985acb'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 48.0})
DEBUG:root:Adding new entry Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844572, 37.4028762]}, u'fmt_time': u'2015-08-25 08:27:24.572000-07:00', u'altitude': 0, u'ts': 1440516444.572, u'longitude': -122.0844572, u'latitude': 37.4028762, '_id': ObjectId('55dc92517d65cb39ee985afb'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 33}) to fill the end point gap
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0851115, 37.392733]}, u'fmt_time': u'2015-08-25 08:19:06.062000-07:00', u'altitude': 0.0, u'ts': 1440515946.062, u'longitude': -122.0851115, u'latitude': 37.392733, '_id': ObjectId('55dc924e7d65cb39ee985acb'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 48.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0848536, 37.3931807]}, u'fmt_time': u'2015-08-25 08:19:37.873000-07:00', u'altitude': 0.0, u'ts': 1440515977.873, u'longitude': -122.0848536, u'latitude': 37.3931807, '_id': ObjectId('55dc924e7d65cb39ee985ace'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0847046, 37.3933862]}, u'fmt_time': u'2015-08-25 08:19:48.985000-07:00', u'altitude': 0.0, u'ts': 1440515988.985, u'longitude': -122.0847046, u'latitude': 37.3933862, '_id': ObjectId('55dc924e7d65cb39ee985ad0'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 30.103}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0847046, 37.3933862]}, u'fmt_time': u'2015-08-25 08:19:54.068000-07:00', u'altitude': 0.0, u'ts': 1440515994.068, u'longitude': -122.0847046, u'latitude': 37.3933862, '_id': ObjectId('55dc924e7d65cb39ee985ad2'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 30.103}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0831325, 37.3956145]}, u'fmt_time': u'2015-08-25 08:20:24.167000-07:00', u'altitude': 0.0, u'ts': 1440516024.167, u'longitude': -122.0831325, u'latitude': 37.3956145, '_id': ObjectId('55dc924f7d65cb39ee985ad5'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0830062, 37.3958196]}, u'fmt_time': u'2015-08-25 08:20:54.089000-07:00', u'altitude': 0.0, u'ts': 1440516054.089, u'longitude': -122.0830062, u'latitude': 37.3958196, '_id': ObjectId('55dc924f7d65cb39ee985ad7'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0829656, 37.3958771]}, u'fmt_time': u'2015-08-25 08:21:24.167000-07:00', u'altitude': 0.0, u'ts': 1440516084.167, u'longitude': -122.0829656, u'latitude': 37.3958771, '_id': ObjectId('55dc924f7d65cb39ee985adb'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0826366, 37.3963388]}, u'fmt_time': u'2015-08-25 08:21:54.168000-07:00', u'altitude': 0.0, u'ts': 1440516114.168, u'longitude': -122.0826366, u'latitude': 37.3963388, '_id': ObjectId('55dc924f7d65cb39ee985ade'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0804833, 37.4001294]}, u'fmt_time': u'2015-08-25 08:23:54.448000-07:00', u'altitude': 0.0, u'ts': 1440516234.448, u'longitude': -122.0804833, u'latitude': 37.4001294, '_id': ObjectId('55dc92507d65cb39ee985ae7'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.080576, 37.4000596]}, u'fmt_time': u'2015-08-25 08:24:24.457000-07:00', u'altitude': 0.0, u'ts': 1440516264.457, u'longitude': -122.080576, u'latitude': 37.4000596, '_id': ObjectId('55dc92507d65cb39ee985ae9'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0819841, 37.4002083]}, u'fmt_time': u'2015-08-25 08:24:54.481000-07:00', u'altitude': 0.0, u'ts': 1440516294.481, u'longitude': -122.0819841, u'latitude': 37.4002083, '_id': ObjectId('55dc92507d65cb39ee985aed'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0831702, 37.4000468]}, u'fmt_time': u'2015-08-25 08:25:24.509000-07:00', u'altitude': 0.0, u'ts': 1440516324.509, u'longitude': -122.0831702, u'latitude': 37.4000468, '_id': ObjectId('55dc92507d65cb39ee985af0'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 41.144}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0847309, 37.4006462]}, u'fmt_time': u'2015-08-25 08:25:54.527000-07:00', u'altitude': 0.0, u'ts': 1440516354.527, u'longitude': -122.0847309, u'latitude': 37.4006462, '_id': ObjectId('55dc92507d65cb39ee985af3'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0846915, 37.4007858]}, u'fmt_time': u'2015-08-25 08:26:24.575000-07:00', u'altitude': 0.0, u'ts': 1440516384.575, u'longitude': -122.0846915, u'latitude': 37.4007858, '_id': ObjectId('55dc92517d65cb39ee985af6'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 42.168}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0847628, 37.402396]}, u'fmt_time': u'2015-08-25 08:26:54.627000-07:00', u'altitude': 0.0, u'ts': 1440516414.627, u'longitude': -122.0847628, u'latitude': 37.402396, '_id': ObjectId('55dc92517d65cb39ee985af8'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 32.267}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844572, 37.4028762]}, u'fmt_time': u'2015-08-25 08:27:24.572000-07:00', u'altitude': 0.0, u'ts': 1440516444.572, u'longitude': -122.0844572, u'latitude': 37.4028762, '_id': ObjectId('55dc92517d65cb39ee985afb'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 33.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844367, 37.4034749]}, u'fmt_time': u'2015-08-25 08:27:41.615000-07:00', u'altitude': -2.79998779296875, u'ts': 1440516461.615, u'longitude': -122.0844367, u'latitude': 37.4034749, '_id': ObjectId('55dc92517d65cb39ee985afe'), u'heading': 42, u'sensed_speed': 3.0024002, u'accuracy': 5.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844572, 37.4028762]}, u'fmt_time': u'2015-08-25 08:27:24.572000-07:00', u'altitude': 0, u'ts': 1440516444.572, u'longitude': -122.0844572, u'latitude': 37.4028762, '_id': ObjectId('55dc92517d65cb39ee985afb'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 33}) to line_string
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440516461.615, '$lt': 1440516620.653}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844367, 37.4034749]}, u'fmt_time': u'2015-08-25 08:27:41.615000-07:00', u'altitude': -2.79998779296875, u'ts': 1440516461.615, u'longitude': -122.0844367, u'latitude': 37.4034749, '_id': ObjectId('55dc92517d65cb39ee985afe'), u'heading': 42, u'sensed_speed': 3.0024002, u'accuracy': 5})
DEBUG:root:Adding new entry Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0839467, 37.4035912]}, u'fmt_time': u'2015-08-25 08:30:00.653000-07:00', u'altitude': -18.20001220703125, u'ts': 1440516600.653, u'longitude': -122.0839467, u'latitude': 37.4035912, '_id': ObjectId('55dc92547d65cb39ee985b36'), u'heading': 3, u'sensed_speed': 2.502, u'accuracy': 20}) to fill the end point gap
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844367, 37.4034749]}, u'fmt_time': u'2015-08-25 08:27:41.615000-07:00', u'altitude': -2.79998779296875, u'ts': 1440516461.615, u'longitude': -122.0844367, u'latitude': 37.4034749, '_id': ObjectId('55dc92517d65cb39ee985afe'), u'heading': 42, u'sensed_speed': 3.0024002, u'accuracy': 5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0843718, 37.4034641]}, u'fmt_time': u'2015-08-25 08:27:47.707000-07:00', u'altitude': -8.79998779296875, u'ts': 1440516467.707, u'longitude': -122.0843718, u'latitude': 37.4034641, '_id': ObjectId('55dc92517d65cb39ee985b00'), u'heading': 78, u'sensed_speed': 0.43785, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844463, 37.4034418]}, u'fmt_time': u'2015-08-25 08:27:53.658000-07:00', u'altitude': -6.20001220703125, u'ts': 1440516473.658, u'longitude': -122.0844463, u'latitude': 37.4034418, '_id': ObjectId('55dc92517d65cb39ee985b02'), u'heading': 216, u'sensed_speed': 0.8757, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0845212, 37.4034362]}, u'fmt_time': u'2015-08-25 08:27:58.674000-07:00', u'altitude': -8.100006103515625, u'ts': 1440516478.674, u'longitude': -122.0845212, u'latitude': 37.4034362, '_id': ObjectId('55dc92517d65cb39ee985b05'), u'heading': 273, u'sensed_speed': 0.5004, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0845539, 37.403445]}, u'fmt_time': u'2015-08-25 08:28:03.683000-07:00', u'altitude': -10.399993896484375, u'ts': 1440516483.683, u'longitude': -122.0845539, u'latitude': 37.403445, '_id': ObjectId('55dc92517d65cb39ee985b07'), u'heading': 258, u'sensed_speed': 0.2502, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0845416, 37.4034972]}, u'fmt_time': u'2015-08-25 08:28:08.692000-07:00', u'altitude': -12.899993896484375, u'ts': 1440516488.692, u'longitude': -122.0845416, u'latitude': 37.4034972, '_id': ObjectId('55dc92527d65cb39ee985b09'), u'heading': 357, u'sensed_speed': 1.5012001, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0845378, 37.4035152]}, u'fmt_time': u'2015-08-25 08:28:13.702000-07:00', u'altitude': -13.399993896484375, u'ts': 1440516493.702, u'longitude': -122.0845378, u'latitude': 37.4035152, '_id': ObjectId('55dc92527d65cb39ee985b0b'), u'heading': 327, u'sensed_speed': 0.2502, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0845028, 37.4035541]}, u'fmt_time': u'2015-08-25 08:28:19.663000-07:00', u'altitude': -13.5, u'ts': 1440516499.663, u'longitude': -122.0845028, u'latitude': 37.4035541, '_id': ObjectId('55dc92527d65cb39ee985b0d'), u'heading': 10, u'sensed_speed': 1.251, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844763, 37.4036147]}, u'fmt_time': u'2015-08-25 08:28:24.673000-07:00', u'altitude': -13.29998779296875, u'ts': 1440516504.673, u'longitude': -122.0844763, u'latitude': 37.4036147, '_id': ObjectId('55dc92527d65cb39ee985b0f'), u'heading': 33, u'sensed_speed': 0.06255, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844192, 37.4036261]}, u'fmt_time': u'2015-08-25 08:28:29.713000-07:00', u'altitude': -13.79998779296875, u'ts': 1440516509.713, u'longitude': -122.0844192, u'latitude': 37.4036261, '_id': ObjectId('55dc92527d65cb39ee985b12'), u'heading': 34, u'sensed_speed': 0.6255, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0843652, 37.4036179]}, u'fmt_time': u'2015-08-25 08:28:34.728000-07:00', u'altitude': -15.79998779296875, u'ts': 1440516514.728, u'longitude': -122.0843652, u'latitude': 37.4036179, '_id': ObjectId('55dc92527d65cb39ee985b14'), u'heading': 98, u'sensed_speed': 0.56295, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0843157, 37.4036179]}, u'fmt_time': u'2015-08-25 08:28:40.703000-07:00', u'altitude': -16.899993896484375, u'ts': 1440516520.703, u'longitude': -122.0843157, u'latitude': 37.4036179, '_id': ObjectId('55dc92527d65cb39ee985b16'), u'heading': 114, u'sensed_speed': 1.0008, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.084284, 37.4035814]}, u'fmt_time': u'2015-08-25 08:28:45.711000-07:00', u'altitude': -18.70001220703125, u'ts': 1440516525.711, u'longitude': -122.084284, u'latitude': 37.4035814, '_id': ObjectId('55dc92527d65cb39ee985b18'), u'heading': 136, u'sensed_speed': 0.68805, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0842383, 37.4035424]}, u'fmt_time': u'2015-08-25 08:28:50.719000-07:00', u'altitude': -18.20001220703125, u'ts': 1440516530.719, u'longitude': -122.0842383, u'latitude': 37.4035424, '_id': ObjectId('55dc92527d65cb39ee985b1a'), u'heading': 124, u'sensed_speed': 1.1259, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0841684, 37.4035282]}, u'fmt_time': u'2015-08-25 08:28:56.655000-07:00', u'altitude': -16.20001220703125, u'ts': 1440516536.655, u'longitude': -122.0841684, u'latitude': 37.4035282, '_id': ObjectId('55dc92537d65cb39ee985b1d'), u'heading': 107, u'sensed_speed': 1.0008, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0841059, 37.4035653]}, u'fmt_time': u'2015-08-25 08:29:01.666000-07:00', u'altitude': -15.70001220703125, u'ts': 1440516541.666, u'longitude': -122.0841059, u'latitude': 37.4035653, '_id': ObjectId('55dc92537d65cb39ee985b1f'), u'heading': 73, u'sensed_speed': 0.75060004, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0840909, 37.4035487]}, u'fmt_time': u'2015-08-25 08:29:06.681000-07:00', u'altitude': -16.0, u'ts': 1440516546.681, u'longitude': -122.0840909, u'latitude': 37.4035487, '_id': ObjectId('55dc92537d65cb39ee985b21'), u'heading': 152, u'sensed_speed': 0.31275, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.084109, 37.4035259]}, u'fmt_time': u'2015-08-25 08:29:11.723000-07:00', u'altitude': -16.0, u'ts': 1440516551.723, u'longitude': -122.084109, u'latitude': 37.4035259, '_id': ObjectId('55dc92537d65cb39ee985b23'), u'heading': 155, u'sensed_speed': 0.2502, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0841288, 37.4035102]}, u'fmt_time': u'2015-08-25 08:29:16.728000-07:00', u'altitude': -16.20001220703125, u'ts': 1440516556.728, u'longitude': -122.0841288, u'latitude': 37.4035102, '_id': ObjectId('55dc92537d65cb39ee985b25'), u'heading': 210, u'sensed_speed': 0.37530002, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0840963, 37.4035357]}, u'fmt_time': u'2015-08-25 08:29:22.609000-07:00', u'altitude': -16.29998779296875, u'ts': 1440516562.609, u'longitude': -122.0840963, u'latitude': 37.4035357, '_id': ObjectId('55dc92537d65cb39ee985b27'), u'heading': 33, u'sensed_speed': 1.5012001, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0840336, 37.4035094]}, u'fmt_time': u'2015-08-25 08:29:27.841000-07:00', u'altitude': -17.100006103515625, u'ts': 1440516567.841, u'longitude': -122.0840336, u'latitude': 37.4035094, '_id': ObjectId('55dc92537d65cb39ee985b29'), u'heading': 85, u'sensed_speed': 1.0008, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0840172, 37.4035146]}, u'fmt_time': u'2015-08-25 08:29:33.653000-07:00', u'altitude': -18.100006103515625, u'ts': 1440516573.653, u'longitude': -122.0840172, u'latitude': 37.4035146, '_id': ObjectId('55dc92537d65cb39ee985b2b'), u'heading': 61, u'sensed_speed': 0.18765001, u'accuracy': 15}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0840143, 37.4035151]}, u'fmt_time': u'2015-08-25 08:29:38.692000-07:00', u'altitude': -18.20001220703125, u'ts': 1440516578.692, u'longitude': -122.0840143, u'latitude': 37.4035151, '_id': ObjectId('55dc92537d65cb39ee985b2d'), u'heading': 56, u'sensed_speed': 0.0, u'accuracy': 25}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0840281, 37.403527]}, u'fmt_time': u'2015-08-25 08:29:43.776000-07:00', u'altitude': -18.600006103515625, u'ts': 1440516583.776, u'longitude': -122.0840281, u'latitude': 37.403527, '_id': ObjectId('55dc92537d65cb39ee985b2f'), u'heading': 32, u'sensed_speed': 0.18765001, u'accuracy': 30}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0840064, 37.4035266]}, u'fmt_time': u'2015-08-25 08:29:49.639000-07:00', u'altitude': -18.399993896484375, u'ts': 1440516589.639, u'longitude': -122.0840064, u'latitude': 37.4035266, '_id': ObjectId('55dc92547d65cb39ee985b32'), u'heading': 55, u'sensed_speed': 0.06255, u'accuracy': 25}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0839618, 37.4035269]}, u'fmt_time': u'2015-08-25 08:29:55.647000-07:00', u'altitude': -18.20001220703125, u'ts': 1440516595.647, u'longitude': -122.0839618, u'latitude': 37.4035269, '_id': ObjectId('55dc92547d65cb39ee985b34'), u'heading': 249, u'sensed_speed': 0.81315, u'accuracy': 20}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0839467, 37.4035912]}, u'fmt_time': u'2015-08-25 08:30:00.653000-07:00', u'altitude': -18.20001220703125, u'ts': 1440516600.653, u'longitude': -122.0839467, u'latitude': 37.4035912, '_id': ObjectId('55dc92547d65cb39ee985b36'), u'heading': 3, u'sensed_speed': 2.502, u'accuracy': 20}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0838448, 37.4036433]}, u'fmt_time': u'2015-08-25 08:30:05.686000-07:00', u'altitude': -18.29998779296875, u'ts': 1440516605.686, u'longitude': -122.0838448, u'latitude': 37.4036433, '_id': ObjectId('55dc92547d65cb39ee985b38'), u'heading': 51, u'sensed_speed': 1.8139501, u'accuracy': 20}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.083749, 37.4036343]}, u'fmt_time': u'2015-08-25 08:30:11.596000-07:00', u'altitude': -17.79998779296875, u'ts': 1440516611.596, u'longitude': -122.083749, u'latitude': 37.4036343, '_id': ObjectId('55dc92547d65cb39ee985b3a'), u'heading': 77, u'sensed_speed': 1.5012001, u'accuracy': 20}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0836958, 37.4035973]}, u'fmt_time': u'2015-08-25 08:30:16.602000-07:00', u'altitude': -17.899993896484375, u'ts': 1440516616.602, u'longitude': -122.0836958, u'latitude': 37.4035973, '_id': ObjectId('55dc92547d65cb39ee985b3c'), u'heading': 86, u'sensed_speed': 1.1259, u'accuracy': 20}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0839467, 37.4035912]}, u'fmt_time': u'2015-08-25 08:30:00.653000-07:00', u'altitude': -18.20001220703125, u'ts': 1440516600.653, u'longitude': -122.0839467, u'latitude': 37.4035912, '_id': ObjectId('55dc92547d65cb39ee985b36'), u'heading': 3, u'sensed_speed': 2.502, u'accuracy': 20}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e3f'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 1
DEBUG:root:Starting with element of type trip, id 56081ad7f6858f3a71f65e7a, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 1, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0850129, 37.4030707]}, u'end_ts': 1440517680.538, u'start_ts': 1440517011.657, u'start_fmt_time': u'2015-08-25 08:36:51.657000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0801259, 37.392102]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-25 08:48:00.538000-07:00', u'duration': 668.8810000419617, u'_id': ObjectId('56081ad7f6858f3a71f65e7a'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e3f')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440517011.657, '$lt': 1440517700.538}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0850129, 37.4030707]}, u'fmt_time': u'2015-08-25 08:36:51.657000-07:00', u'altitude': 0, u'ts': 1440517011.657, u'longitude': -122.0850129, u'latitude': 37.4030707, '_id': ObjectId('55dc92577d65cb39ee985b75'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0850129, 37.4030707]}, u'fmt_time': u'2015-08-25 08:36:51.657000-07:00', u'altitude': 0, u'ts': 1440517011.657, u'longitude': -122.0850129, u'latitude': 37.4030707, '_id': ObjectId('55dc92577d65cb39ee985b75'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0849349, 37.4005699]}, u'fmt_time': u'2015-08-25 08:39:27.121000-07:00', u'altitude': 0, u'ts': 1440517167.121, u'longitude': -122.0849349, u'latitude': 37.4005699, '_id': ObjectId('55dc92577d65cb39ee985b7a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 43.889}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0839798, 37.4001429]}, u'fmt_time': u'2015-08-25 08:40:00.021000-07:00', u'altitude': 0, u'ts': 1440517200.021, u'longitude': -122.0839798, u'latitude': 37.4001429, '_id': ObjectId('55dc92577d65cb39ee985b7d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 52.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0823616, 37.3999154]}, u'fmt_time': u'2015-08-25 08:40:30.074000-07:00', u'altitude': 0, u'ts': 1440517230.074, u'longitude': -122.0823616, u'latitude': 37.3999154, '_id': ObjectId('55dc92587d65cb39ee985b80'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0807794, 37.3997794]}, u'fmt_time': u'2015-08-25 08:41:00.044000-07:00', u'altitude': 0, u'ts': 1440517260.044, u'longitude': -122.0807794, u'latitude': 37.3997794, '_id': ObjectId('55dc92587d65cb39ee985b83'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0810514, 37.3992558]}, u'fmt_time': u'2015-08-25 08:41:30.065000-07:00', u'altitude': 0, u'ts': 1440517290.065, u'longitude': -122.0810514, u'latitude': 37.3992558, '_id': ObjectId('55dc92587d65cb39ee985b85'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 64.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0835941, 37.3960492]}, u'fmt_time': u'2015-08-25 08:43:30.213000-07:00', u'altitude': 0, u'ts': 1440517410.213, u'longitude': -122.0835941, u'latitude': 37.3960492, '_id': ObjectId('55dc92587d65cb39ee985b8e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 67.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0846991, 37.3947052]}, u'fmt_time': u'2015-08-25 08:44:00.271000-07:00', u'altitude': 0, u'ts': 1440517440.271, u'longitude': -122.0846991, u'latitude': 37.3947052, '_id': ObjectId('55dc92597d65cb39ee985b91'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0836832, 37.3946058]}, u'fmt_time': u'2015-08-25 08:44:30.243000-07:00', u'altitude': 0, u'ts': 1440517470.243, u'longitude': -122.0836832, u'latitude': 37.3946058, '_id': ObjectId('55dc92597d65cb39ee985b94'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0824, 37.3935975]}, u'fmt_time': u'2015-08-25 08:45:00.255000-07:00', u'altitude': 0, u'ts': 1440517500.255, u'longitude': -122.0824, u'latitude': 37.3935975, '_id': ObjectId('55dc92597d65cb39ee985b97'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 52.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0810793, 37.3929283]}, u'fmt_time': u'2015-08-25 08:45:30.297000-07:00', u'altitude': 0, u'ts': 1440517530.297, u'longitude': -122.0810793, u'latitude': 37.3929283, '_id': ObjectId('55dc92597d65cb39ee985b9a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.080477, 37.3924974]}, u'fmt_time': u'2015-08-25 08:46:00.341000-07:00', u'altitude': 0, u'ts': 1440517560.341, u'longitude': -122.080477, u'latitude': 37.3924974, '_id': ObjectId('55dc92597d65cb39ee985b9d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 25.478}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0806255, 37.3922718]}, u'fmt_time': u'2015-08-25 08:46:30.345000-07:00', u'altitude': 0, u'ts': 1440517590.345, u'longitude': -122.0806255, u'latitude': 37.3922718, '_id': ObjectId('55dc92597d65cb39ee985ba0'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 31.078}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.080564, 37.3923721]}, u'fmt_time': u'2015-08-25 08:47:00.465000-07:00', u'altitude': 0, u'ts': 1440517620.465, u'longitude': -122.080564, u'latitude': 37.3923721, '_id': ObjectId('55dc925a7d65cb39ee985ba3'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.080163, 37.3921175]}, u'fmt_time': u'2015-08-25 08:47:30.564000-07:00', u'altitude': 0, u'ts': 1440517650.564, u'longitude': -122.080163, u'latitude': 37.3921175, '_id': ObjectId('55dc925a7d65cb39ee985ba5'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 34.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0801259, 37.392102]}, u'fmt_time': u'2015-08-25 08:48:00.538000-07:00', u'altitude': 0, u'ts': 1440517680.538, u'longitude': -122.0801259, u'latitude': 37.392102, '_id': ObjectId('55dc925a7d65cb39ee985ba8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e41'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 1
DEBUG:root:Starting with element of type trip, id 56081ad8f6858f3a71f65e7b, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 1, u'start_loc': {u'type': u'Point', u'coordinates': [-122.08289, 37.3914977]}, u'end_ts': 1440518821.248, u'start_ts': 1440518600.609, u'start_fmt_time': u'2015-08-25 09:03:20.609000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0862252, 37.3909745]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-25 09:07:01.248000-07:00', u'duration': 220.63899993896484, u'_id': ObjectId('56081ad8f6858f3a71f65e7b'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e41')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440518600.609, '$lt': 1440518841.248}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.08289, 37.3914977]}, u'fmt_time': u'2015-08-25 09:03:20.609000-07:00', u'altitude': 0, u'ts': 1440518600.609, u'longitude': -122.08289, u'latitude': 37.3914977, '_id': ObjectId('55dc925b7d65cb39ee985bbe'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.0})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.08289, 37.3914977]}, u'fmt_time': u'2015-08-25 09:03:20.609000-07:00', u'altitude': 0, u'ts': 1440518600.609, u'longitude': -122.08289, u'latitude': 37.3914977, '_id': ObjectId('55dc925b7d65cb39ee985bbe'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0842809, 37.3912021]}, u'fmt_time': u'2015-08-25 09:03:55.116000-07:00', u'altitude': 0, u'ts': 1440518635.116, u'longitude': -122.0842809, u'latitude': 37.3912021, '_id': ObjectId('55dc925b7d65cb39ee985bc2'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 31.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0850627, 37.392881]}, u'fmt_time': u'2015-08-25 09:04:25.125000-07:00', u'altitude': 0, u'ts': 1440518665.125, u'longitude': -122.0850627, u'latitude': 37.392881, '_id': ObjectId('55dc925b7d65cb39ee985bc4'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 197.242}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.086138, 37.3912278]}, u'fmt_time': u'2015-08-25 09:04:55.242000-07:00', u'altitude': 0, u'ts': 1440518695.242, u'longitude': -122.086138, u'latitude': 37.3912278, '_id': ObjectId('55dc925c7d65cb39ee985bc7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 63.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0861683, 37.391003]}, u'fmt_time': u'2015-08-25 09:05:31.345000-07:00', u'altitude': 0, u'ts': 1440518731.345, u'longitude': -122.0861683, u'latitude': 37.391003, '_id': ObjectId('55dc9ac87d65cb39ee985c4c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862091, 37.3909836]}, u'fmt_time': u'2015-08-25 09:06:01.242000-07:00', u'altitude': 0, u'ts': 1440518761.242, u'longitude': -122.0862091, u'latitude': 37.3909836, '_id': ObjectId('55dc9ac87d65cb39ee985c50'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862607, 37.3909716]}, u'fmt_time': u'2015-08-25 09:06:31.239000-07:00', u'altitude': 0, u'ts': 1440518791.239, u'longitude': -122.0862607, u'latitude': 37.3909716, '_id': ObjectId('55dc9ac87d65cb39ee985c52'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862252, 37.3909745]}, u'fmt_time': u'2015-08-25 09:07:01.248000-07:00', u'altitude': 0, u'ts': 1440518821.248, u'longitude': -122.0862252, u'latitude': 37.3909745, '_id': ObjectId('55dc9ac87d65cb39ee985c57'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 31.5}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e43'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 1
DEBUG:root:Starting with element of type trip, id 56081ad8f6858f3a71f65e7c, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 2, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0830329, 37.3916467]}, u'end_ts': 1440551372.721, u'start_ts': 1440544123.563, u'start_fmt_time': u'2015-08-25 16:08:43.563000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0858364, 37.3916055]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-25 18:09:32.721000-07:00', u'duration': 7249.157999992371, u'_id': ObjectId('56081ad8f6858f3a71f65e7c'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e43')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440544123.563, '$lt': 1440551392.721}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0830329, 37.3916467]}, u'fmt_time': u'2015-08-25 16:08:43.563000-07:00', u'altitude': 0.0, u'ts': 1440544123.563, u'longitude': -122.0830329, u'latitude': 37.3916467, '_id': ObjectId('55dd13bf7d65cb39ee985ddf'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 91.5})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0830329, 37.3916467]}, u'fmt_time': u'2015-08-25 16:08:43.563000-07:00', u'altitude': 0.0, u'ts': 1440544123.563, u'longitude': -122.0830329, u'latitude': 37.3916467, '_id': ObjectId('55dd13bf7d65cb39ee985ddf'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 91.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0829951, 37.391649]}, u'fmt_time': u'2015-08-25 16:09:19.396000-07:00', u'altitude': 0.0, u'ts': 1440544159.396, u'longitude': -122.0829951, u'latitude': 37.391649, '_id': ObjectId('55dd13bf7d65cb39ee985de2'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 31.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0830211, 37.3916461]}, u'fmt_time': u'2015-08-25 16:09:37.648000-07:00', u'altitude': 0.0, u'ts': 1440544177.648, u'longitude': -122.0830211, u'latitude': 37.3916461, '_id': ObjectId('55dd13bf7d65cb39ee985de5'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 49.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0830211, 37.3916461]}, u'fmt_time': u'2015-08-25 16:10:23.293000-07:00', u'altitude': 0.0, u'ts': 1440544223.293, u'longitude': -122.0830211, u'latitude': 37.3916461, '_id': ObjectId('55dd13bf7d65cb39ee985de8'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 117.969}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0830211, 37.3916461]}, u'fmt_time': u'2015-08-25 16:10:53.316000-07:00', u'altitude': 0.0, u'ts': 1440544253.316, u'longitude': -122.0830211, u'latitude': 37.3916461, '_id': ObjectId('55dd13bf7d65cb39ee985deb'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 163.003}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0829834, 37.3917018]}, u'fmt_time': u'2015-08-25 18:05:46.349000-07:00', u'altitude': 0.0, u'ts': 1440551146.349, u'longitude': -122.0829834, u'latitude': 37.3917018, '_id': ObjectId('55dd13dd7d65cb39ee985fa3'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0830988, 37.391529]}, u'fmt_time': u'2015-08-25 18:06:15.681000-07:00', u'altitude': 0.0, u'ts': 1440551175.681, u'longitude': -122.0830988, u'latitude': 37.391529, '_id': ObjectId('55dd13dd7d65cb39ee985fa6'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 52.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0840087, 37.3910986]}, u'fmt_time': u'2015-08-25 18:06:38.751000-07:00', u'altitude': 15.5, u'ts': 1440551198.751, u'longitude': -122.0840087, u'latitude': 37.3910986, '_id': ObjectId('55dd13dd7d65cb39ee985fa9'), u'heading': 331, u'sensed_speed': 1.6263, u'accuracy': 5.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.084092, 37.3911493]}, u'fmt_time': u'2015-08-25 18:06:43.769000-07:00', u'altitude': 16.9000244140625, u'ts': 1440551203.769, u'longitude': -122.084092, u'latitude': 37.3911493, '_id': ObjectId('55dd13dd7d65cb39ee985fab'), u'heading': 315, u'sensed_speed': 1.8139501, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0841543, 37.3911963]}, u'fmt_time': u'2015-08-25 18:06:48.775000-07:00', u'altitude': 15.4000244140625, u'ts': 1440551208.775, u'longitude': -122.0841543, u'latitude': 37.3911963, '_id': ObjectId('55dd13dd7d65cb39ee985fad'), u'heading': 305, u'sensed_speed': 0.81315, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.084212, 37.3912266]}, u'fmt_time': u'2015-08-25 18:06:53.789000-07:00', u'altitude': 15.20001220703125, u'ts': 1440551213.789, u'longitude': -122.084212, u'latitude': 37.3912266, '_id': ObjectId('55dd13dd7d65cb39ee985fb0'), u'heading': 306, u'sensed_speed': 1.251, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0842694, 37.3912592]}, u'fmt_time': u'2015-08-25 18:06:58.817000-07:00', u'altitude': 13.4000244140625, u'ts': 1440551218.817, u'longitude': -122.0842694, u'latitude': 37.3912592, '_id': ObjectId('55dd13dd7d65cb39ee985fb2'), u'heading': 318, u'sensed_speed': 1.56375, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0843158, 37.3912681]}, u'fmt_time': u'2015-08-25 18:07:04.727000-07:00', u'altitude': 9.100006103515625, u'ts': 1440551224.727, u'longitude': -122.0843158, u'latitude': 37.3912681, '_id': ObjectId('55dd13dd7d65cb39ee985fb4'), u'heading': 305, u'sensed_speed': 1.0008, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0843551, 37.3912574]}, u'fmt_time': u'2015-08-25 18:07:10.806000-07:00', u'altitude': 8.79998779296875, u'ts': 1440551230.806, u'longitude': -122.0843551, u'latitude': 37.3912574, '_id': ObjectId('55dd13de7d65cb39ee985fb6'), u'heading': 307, u'sensed_speed': 1.1259, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844066, 37.3912883]}, u'fmt_time': u'2015-08-25 18:07:15.820000-07:00', u'altitude': 7.899993896484375, u'ts': 1440551235.82, u'longitude': -122.0844066, u'latitude': 37.3912883, '_id': ObjectId('55dd13de7d65cb39ee985fb8'), u'heading': 305, u'sensed_speed': 1.3761, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844862, 37.3912645]}, u'fmt_time': u'2015-08-25 18:07:21.724000-07:00', u'altitude': 5.70001220703125, u'ts': 1440551241.724, u'longitude': -122.0844862, u'latitude': 37.3912645, '_id': ObjectId('55dd13de7d65cb39ee985fbb'), u'heading': 259, u'sensed_speed': 1.06335, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0845327, 37.3912799]}, u'fmt_time': u'2015-08-25 18:07:27.725000-07:00', u'altitude': 5.29998779296875, u'ts': 1440551247.725, u'longitude': -122.0845327, u'latitude': 37.3912799, '_id': ObjectId('55dd13de7d65cb39ee985fbd'), u'heading': 283, u'sensed_speed': 0.56295, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0845886, 37.3913098]}, u'fmt_time': u'2015-08-25 18:07:33.726000-07:00', u'altitude': 4.600006103515625, u'ts': 1440551253.726, u'longitude': -122.0845886, u'latitude': 37.3913098, '_id': ObjectId('55dd13de7d65cb39ee985fbf'), u'heading': 296, u'sensed_speed': 0.75060004, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0846497, 37.3913457]}, u'fmt_time': u'2015-08-25 18:07:38.766000-07:00', u'altitude': 2.29998779296875, u'ts': 1440551258.766, u'longitude': -122.0846497, u'latitude': 37.3913457, '_id': ObjectId('55dd13de7d65cb39ee985fc1'), u'heading': 301, u'sensed_speed': 1.1259, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0847119, 37.3913798]}, u'fmt_time': u'2015-08-25 18:07:43.790000-07:00', u'altitude': 1.70001220703125, u'ts': 1440551263.79, u'longitude': -122.0847119, u'latitude': 37.3913798, '_id': ObjectId('55dd13de7d65cb39ee985fc3'), u'heading': 300, u'sensed_speed': 1.251, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0847905, 37.3914262]}, u'fmt_time': u'2015-08-25 18:07:48.792000-07:00', u'altitude': 1.0, u'ts': 1440551268.792, u'longitude': -122.0847905, u'latitude': 37.3914262, '_id': ObjectId('55dd13de7d65cb39ee985fc5'), u'heading': 301, u'sensed_speed': 1.251, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0848664, 37.3914349]}, u'fmt_time': u'2015-08-25 18:07:53.808000-07:00', u'altitude': 1.20001220703125, u'ts': 1440551273.808, u'longitude': -122.0848664, u'latitude': 37.3914349, '_id': ObjectId('55dd13df7d65cb39ee985fc8'), u'heading': 280, u'sensed_speed': 1.251, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0849255, 37.3914526]}, u'fmt_time': u'2015-08-25 18:07:58.818000-07:00', u'altitude': 1.20001220703125, u'ts': 1440551278.818, u'longitude': -122.0849255, u'latitude': 37.3914526, '_id': ObjectId('55dd13df7d65cb39ee985fca'), u'heading': 290, u'sensed_speed': 0.6255, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0849713, 37.3914573]}, u'fmt_time': u'2015-08-25 18:08:04.806000-07:00', u'altitude': 1.399993896484375, u'ts': 1440551284.806, u'longitude': -122.0849713, u'latitude': 37.3914573, '_id': ObjectId('55dd13df7d65cb39ee985fcc'), u'heading': 275, u'sensed_speed': 0.75060004, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0850162, 37.3914753]}, u'fmt_time': u'2015-08-25 18:08:09.820000-07:00', u'altitude': 0.600006103515625, u'ts': 1440551289.82, u'longitude': -122.0850162, u'latitude': 37.3914753, '_id': ObjectId('55dd13df7d65cb39ee985fce'), u'heading': 291, u'sensed_speed': 1.251, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.085092, 37.3914881]}, u'fmt_time': u'2015-08-25 18:08:15.725000-07:00', u'altitude': 0.0, u'ts': 1440551295.725, u'longitude': -122.085092, u'latitude': 37.3914881, '_id': ObjectId('55dd13df7d65cb39ee985fd0'), u'heading': 300, u'sensed_speed': 1.3761, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0851518, 37.3915128]}, u'fmt_time': u'2015-08-25 18:08:20.770000-07:00', u'altitude': -0.899993896484375, u'ts': 1440551300.77, u'longitude': -122.0851518, u'latitude': 37.3915128, '_id': ObjectId('55dd13df7d65cb39ee985fd3'), u'heading': 271, u'sensed_speed': 0.6255, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0851704, 37.3914776]}, u'fmt_time': u'2015-08-25 18:08:25.786000-07:00', u'altitude': -1.0, u'ts': 1440551305.786, u'longitude': -122.0851704, u'latitude': 37.3914776, '_id': ObjectId('55dd13df7d65cb39ee985fd5'), u'heading': 209, u'sensed_speed': 1.5012001, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0852422, 37.3915042]}, u'fmt_time': u'2015-08-25 18:08:30.794000-07:00', u'altitude': -1.20001220703125, u'ts': 1440551310.794, u'longitude': -122.0852422, u'latitude': 37.3915042, '_id': ObjectId('55dd13df7d65cb39ee985fd7'), u'heading': 272, u'sensed_speed': 2.18925, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0853255, 37.3915177]}, u'fmt_time': u'2015-08-25 18:08:35.803000-07:00', u'altitude': -0.899993896484375, u'ts': 1440551315.803, u'longitude': -122.0853255, u'latitude': 37.3915177, '_id': ObjectId('55dd13df7d65cb39ee985fd9'), u'heading': 271, u'sensed_speed': 0.5004, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0853785, 37.3915474]}, u'fmt_time': u'2015-08-25 18:08:41.726000-07:00', u'altitude': -0.899993896484375, u'ts': 1440551321.726, u'longitude': -122.0853785, u'latitude': 37.3915474, '_id': ObjectId('55dd13e07d65cb39ee985fdb'), u'heading': 287, u'sensed_speed': 1.251, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.085432, 37.3915883]}, u'fmt_time': u'2015-08-25 18:08:47.726000-07:00', u'altitude': 0.20001220703125, u'ts': 1440551327.726, u'longitude': -122.085432, u'latitude': 37.3915883, '_id': ObjectId('55dd13e07d65cb39ee985fdd'), u'heading': 310, u'sensed_speed': 0.68805, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0854702, 37.3915915]}, u'fmt_time': u'2015-08-25 18:08:53.818000-07:00', u'altitude': 0.29998779296875, u'ts': 1440551333.818, u'longitude': -122.0854702, u'latitude': 37.3915915, '_id': ObjectId('55dd13e07d65cb39ee985fe0'), u'heading': 252, u'sensed_speed': 0.31275, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0855084, 37.3915795]}, u'fmt_time': u'2015-08-25 18:08:59.789000-07:00', u'altitude': 0.399993896484375, u'ts': 1440551339.789, u'longitude': -122.0855084, u'latitude': 37.3915795, '_id': ObjectId('55dd13e07d65cb39ee985fe2'), u'heading': 210, u'sensed_speed': 0.5004, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0855552, 37.3915567]}, u'fmt_time': u'2015-08-25 18:09:04.800000-07:00', u'altitude': -0.100006103515625, u'ts': 1440551344.8, u'longitude': -122.0855552, u'latitude': 37.3915567, '_id': ObjectId('55dd13e07d65cb39ee985fe4'), u'heading': 239, u'sensed_speed': 0.93825, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0855922, 37.3915698]}, u'fmt_time': u'2015-08-25 18:09:10.810000-07:00', u'altitude': -0.600006103515625, u'ts': 1440551350.81, u'longitude': -122.0855922, u'latitude': 37.3915698, '_id': ObjectId('55dd13e07d65cb39ee985fe6'), u'heading': 348, u'sensed_speed': 0.43785, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0856762, 37.3915655]}, u'fmt_time': u'2015-08-25 18:09:15.829000-07:00', u'altitude': -0.70001220703125, u'ts': 1440551355.829, u'longitude': -122.0856762, u'latitude': 37.3915655, '_id': ObjectId('55dd13e07d65cb39ee985fe8'), u'heading': 275, u'sensed_speed': 0.75060004, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0857381, 37.3915797]}, u'fmt_time': u'2015-08-25 18:09:21.715000-07:00', u'altitude': -1.100006103515625, u'ts': 1440551361.715, u'longitude': -122.0857381, u'latitude': 37.3915797, '_id': ObjectId('55dd13e07d65cb39ee985feb'), u'heading': 281, u'sensed_speed': 1.251, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0857762, 37.3916187]}, u'fmt_time': u'2015-08-25 18:09:27.711000-07:00', u'altitude': -1.399993896484375, u'ts': 1440551367.711, u'longitude': -122.0857762, u'latitude': 37.3916187, '_id': ObjectId('55dd13e07d65cb39ee985fed'), u'heading': 13, u'sensed_speed': 0.37530002, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0858364, 37.3916055]}, u'fmt_time': u'2015-08-25 18:09:32.721000-07:00', u'altitude': -2.0, u'ts': 1440551372.721, u'longitude': -122.0858364, u'latitude': 37.3916055, '_id': ObjectId('55dd13e17d65cb39ee985fef'), u'heading': 196, u'sensed_speed': 1.56375, u'accuracy': 15.0}) to line_string
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0865493, 37.3911717], "type": "Point"}, "id": "56081ad3f6858f3a71f65e3c", "properties": {"duration": 55015.05200004578, "enter_fmt_time": "2015-08-24 17:02:11.010000-07:00", "enter_ts": 1440460931.01, "exit_fmt_time": "2015-08-25 08:19:06.062000-07:00", "exit_ts": 1440515946.062, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0839467, 37.4035912], "type": "Point"}, "id": "56081ad3f6858f3a71f65e3e", "properties": {"duration": 411.0039999485016, "enter_fmt_time": "2015-08-25 08:30:00.653000-07:00", "enter_ts": 1440516600.653, "exit_fmt_time": "2015-08-25 08:36:51.657000-07:00", "exit_ts": 1440517011.657, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844367, 37.4034749], "type": "Point"}, "id": "56081ad7f6858f3a71f65e79", "properties": {"duration": 17.042999982833862, "enter_fmt_time": "2015-08-25 08:27:24.572000-07:00", "enter_ts": 1440516444.572, "exit_fmt_time": "2015-08-25 08:27:41.615000-07:00", "exit_ts": 1440516461.615, "feature_type": "stop", "source": "SmoothedHighConfidenceMotion"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0851115, 37.392733], "type": "Point"}, "id": "55dc924e7d65cb39ee985acb", "properties": {"accuracy": 48.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:19:06.062000-07:00", "heading": 0, "latitude": 37.392733, "longitude": -122.0851115, "sensed_speed": 0.0, "ts": 1440515946.062}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0848536, 37.3931807], "type": "Point"}, "id": "55dc924e7d65cb39ee985ace", "properties": {"accuracy": 45.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:19:37.873000-07:00", "heading": 0, "latitude": 37.3931807, "longitude": -122.0848536, "sensed_speed": 0.0, "ts": 1440515977.873}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0847046, 37.3933862], "type": "Point"}, "id": "55dc924e7d65cb39ee985ad0", "properties": {"accuracy": 30.103, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:19:48.985000-07:00", "heading": 0, "latitude": 37.3933862, "longitude": -122.0847046, "sensed_speed": 0.0, "ts": 1440515988.985}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0847046, 37.3933862], "type": "Point"}, "id": "55dc924e7d65cb39ee985ad2", "properties": {"accuracy": 30.103, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:19:54.068000-07:00", "heading": 0, "latitude": 37.3933862, "longitude": -122.0847046, "sensed_speed": 0.0, "ts": 1440515994.068}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0831325, 37.3956145], "type": "Point"}, "id": "55dc924f7d65cb39ee985ad5", "properties": {"accuracy": 45.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:20:24.167000-07:00", "heading": 0, "latitude": 37.3956145, "longitude": -122.0831325, "sensed_speed": 0.0, "ts": 1440516024.167}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0830062, 37.3958196], "type": "Point"}, "id": "55dc924f7d65cb39ee985ad7", "properties": {"accuracy": 39.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:20:54.089000-07:00", "heading": 0, "latitude": 37.3958196, "longitude": -122.0830062, "sensed_speed": 0.0, "ts": 1440516054.089}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0829656, 37.3958771], "type": "Point"}, "id": "55dc924f7d65cb39ee985adb", "properties": {"accuracy": 45.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:21:24.167000-07:00", "heading": 0, "latitude": 37.3958771, "longitude": -122.0829656, "sensed_speed": 0.0, "ts": 1440516084.167}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0826366, 37.3963388], "type": "Point"}, "id": "55dc924f7d65cb39ee985ade", "properties": {"accuracy": 37.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:21:54.168000-07:00", "heading": 0, "latitude": 37.3963388, "longitude": -122.0826366, "sensed_speed": 0.0, "ts": 1440516114.168}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0804833, 37.4001294], "type": "Point"}, "id": "55dc92507d65cb39ee985ae7", "properties": {"accuracy": 40.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:23:54.448000-07:00", "heading": 0, "latitude": 37.4001294, "longitude": -122.0804833, "sensed_speed": 0.0, "ts": 1440516234.448}, "type": "Feature"}, {"geometry": {"coordinates": [-122.080576, 37.4000596], "type": "Point"}, "id": "55dc92507d65cb39ee985ae9", "properties": {"accuracy": 37.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:24:24.457000-07:00", "heading": 0, "latitude": 37.4000596, "longitude": -122.080576, "sensed_speed": 0.0, "ts": 1440516264.457}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0819841, 37.4002083], "type": "Point"}, "id": "55dc92507d65cb39ee985aed", "properties": {"accuracy": 39.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:24:54.481000-07:00", "heading": 0, "latitude": 37.4002083, "longitude": -122.0819841, "sensed_speed": 0.0, "ts": 1440516294.481}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0831702, 37.4000468], "type": "Point"}, "id": "55dc92507d65cb39ee985af0", "properties": {"accuracy": 41.144, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:25:24.509000-07:00", "heading": 0, "latitude": 37.4000468, "longitude": -122.0831702, "sensed_speed": 0.0, "ts": 1440516324.509}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0847309, 37.4006462], "type": "Point"}, "id": "55dc92507d65cb39ee985af3", "properties": {"accuracy": 36.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:25:54.527000-07:00", "heading": 0, "latitude": 37.4006462, "longitude": -122.0847309, "sensed_speed": 0.0, "ts": 1440516354.527}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0846915, 37.4007858], "type": "Point"}, "id": "55dc92517d65cb39ee985af6", "properties": {"accuracy": 42.168, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:26:24.575000-07:00", "heading": 0, "latitude": 37.4007858, "longitude": -122.0846915, "sensed_speed": 0.0, "ts": 1440516384.575}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0847628, 37.402396], "type": "Point"}, "id": "55dc92517d65cb39ee985af8", "properties": {"accuracy": 32.267, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:26:54.627000-07:00", "heading": 0, "latitude": 37.402396, "longitude": -122.0847628, "sensed_speed": 0.0, "ts": 1440516414.627}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844572, 37.4028762], "type": "Point"}, "id": "55dc92517d65cb39ee985afb", "properties": {"accuracy": 33.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 08:27:24.572000-07:00", "heading": 0, "latitude": 37.4028762, "longitude": -122.0844572, "sensed_speed": 0.0, "ts": 1440516444.572}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844367, 37.4034749], "type": "Point"}, "id": "55dc92517d65cb39ee985afe", "properties": {"accuracy": 5.0, "altitude": -2.79998779296875, "feature_type": "location", "fmt_time": "2015-08-25 08:27:41.615000-07:00", "heading": 42, "latitude": 37.4034749, "longitude": -122.0844367, "sensed_speed": 3.0024002, "ts": 1440516461.615}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844572, 37.4028762], "type": "Point"}, "id": "55dc92517d65cb39ee985afb", "properties": {"accuracy": 33, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:27:24.572000-07:00", "heading": 0, "latitude": 37.4028762, "longitude": -122.0844572, "sensed_speed": 0, "ts": 1440516444.572}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0865493, 37.3911717], [-122.0851115, 37.392733], [-122.0848536, 37.3931807], [-122.0847046, 37.3933862], [-122.0847046, 37.3933862], [-122.0831325, 37.3956145], [-122.0830062, 37.3958196], [-122.0829656, 37.3958771], [-122.0826366, 37.3963388], [-122.0804833, 37.4001294], [-122.080576, 37.4000596], [-122.0819841, 37.4002083], [-122.0831702, 37.4000468], [-122.0847309, 37.4006462], [-122.0846915, 37.4007858], [-122.0847628, 37.402396], [-122.0844572, 37.4028762], [-122.0844367, 37.4034749], [-122.0844572, 37.4028762]], "type": "LineString"}, "id": "56081ad7f6858f3a71f65e77", "properties": {"duration": 498.50999999046326, "end_fmt_time": "2015-08-25 08:27:24.572000-07:00", "end_ts": 1440516444.572, "feature_type": "section", "sensed_mode": "MotionTypes.BICYCLING", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-25 08:19:06.062000-07:00", "start_ts": 1440515946.062}, "type": "Feature"}], "type": "FeatureCollection"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0844367, 37.4034749], "type": "Point"}, "id": "55dc92517d65cb39ee985afe", "properties": {"accuracy": 5, "altitude": -2.79998779296875, "feature_type": "location", "fmt_time": "2015-08-25 08:27:41.615000-07:00", "heading": 42, "latitude": 37.4034749, "longitude": -122.0844367, "sensed_speed": 3.0024002, "ts": 1440516461.615}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0843718, 37.4034641], "type": "Point"}, "id": "55dc92517d65cb39ee985b00", "properties": {"accuracy": 15, "altitude": -8.79998779296875, "feature_type": "location", "fmt_time": "2015-08-25 08:27:47.707000-07:00", "heading": 78, "latitude": 37.4034641, "longitude": -122.0843718, "sensed_speed": 0.43785, "ts": 1440516467.707}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844463, 37.4034418], "type": "Point"}, "id": "55dc92517d65cb39ee985b02", "properties": {"accuracy": 15, "altitude": -6.20001220703125, "feature_type": "location", "fmt_time": "2015-08-25 08:27:53.658000-07:00", "heading": 216, "latitude": 37.4034418, "longitude": -122.0844463, "sensed_speed": 0.8757, "ts": 1440516473.658}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0845212, 37.4034362], "type": "Point"}, "id": "55dc92517d65cb39ee985b05", "properties": {"accuracy": 15, "altitude": -8.100006103515625, "feature_type": "location", "fmt_time": "2015-08-25 08:27:58.674000-07:00", "heading": 273, "latitude": 37.4034362, "longitude": -122.0845212, "sensed_speed": 0.5004, "ts": 1440516478.674}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0845539, 37.403445], "type": "Point"}, "id": "55dc92517d65cb39ee985b07", "properties": {"accuracy": 15, "altitude": -10.399993896484375, "feature_type": "location", "fmt_time": "2015-08-25 08:28:03.683000-07:00", "heading": 258, "latitude": 37.403445, "longitude": -122.0845539, "sensed_speed": 0.2502, "ts": 1440516483.683}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0845416, 37.4034972], "type": "Point"}, "id": "55dc92527d65cb39ee985b09", "properties": {"accuracy": 15, "altitude": -12.899993896484375, "feature_type": "location", "fmt_time": "2015-08-25 08:28:08.692000-07:00", "heading": 357, "latitude": 37.4034972, "longitude": -122.0845416, "sensed_speed": 1.5012001, "ts": 1440516488.692}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0845378, 37.4035152], "type": "Point"}, "id": "55dc92527d65cb39ee985b0b", "properties": {"accuracy": 15, "altitude": -13.399993896484375, "feature_type": "location", "fmt_time": "2015-08-25 08:28:13.702000-07:00", "heading": 327, "latitude": 37.4035152, "longitude": -122.0845378, "sensed_speed": 0.2502, "ts": 1440516493.702}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0845028, 37.4035541], "type": "Point"}, "id": "55dc92527d65cb39ee985b0d", "properties": {"accuracy": 15, "altitude": -13.5, "feature_type": "location", "fmt_time": "2015-08-25 08:28:19.663000-07:00", "heading": 10, "latitude": 37.4035541, "longitude": -122.0845028, "sensed_speed": 1.251, "ts": 1440516499.663}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844763, 37.4036147], "type": "Point"}, "id": "55dc92527d65cb39ee985b0f", "properties": {"accuracy": 15, "altitude": -13.29998779296875, "feature_type": "location", "fmt_time": "2015-08-25 08:28:24.673000-07:00", "heading": 33, "latitude": 37.4036147, "longitude": -122.0844763, "sensed_speed": 0.06255, "ts": 1440516504.673}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844192, 37.4036261], "type": "Point"}, "id": "55dc92527d65cb39ee985b12", "properties": {"accuracy": 15, "altitude": -13.79998779296875, "feature_type": "location", "fmt_time": "2015-08-25 08:28:29.713000-07:00", "heading": 34, "latitude": 37.4036261, "longitude": -122.0844192, "sensed_speed": 0.6255, "ts": 1440516509.713}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0843652, 37.4036179], "type": "Point"}, "id": "55dc92527d65cb39ee985b14", "properties": {"accuracy": 15, "altitude": -15.79998779296875, "feature_type": "location", "fmt_time": "2015-08-25 08:28:34.728000-07:00", "heading": 98, "latitude": 37.4036179, "longitude": -122.0843652, "sensed_speed": 0.56295, "ts": 1440516514.728}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0843157, 37.4036179], "type": "Point"}, "id": "55dc92527d65cb39ee985b16", "properties": {"accuracy": 15, "altitude": -16.899993896484375, "feature_type": "location", "fmt_time": "2015-08-25 08:28:40.703000-07:00", "heading": 114, "latitude": 37.4036179, "longitude": -122.0843157, "sensed_speed": 1.0008, "ts": 1440516520.703}, "type": "Feature"}, {"geometry": {"coordinates": [-122.084284, 37.4035814], "type": "Point"}, "id": "55dc92527d65cb39ee985b18", "properties": {"accuracy": 15, "altitude": -18.70001220703125, "feature_type": "location", "fmt_time": "2015-08-25 08:28:45.711000-07:00", "heading": 136, "latitude": 37.4035814, "longitude": -122.084284, "sensed_speed": 0.68805, "ts": 1440516525.711}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0842383, 37.4035424], "type": "Point"}, "id": "55dc92527d65cb39ee985b1a", "properties": {"accuracy": 15, "altitude": -18.20001220703125, "feature_type": "location", "fmt_time": "2015-08-25 08:28:50.719000-07:00", "heading": 124, "latitude": 37.4035424, "longitude": -122.0842383, "sensed_speed": 1.1259, "ts": 1440516530.719}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0841684, 37.4035282], "type": "Point"}, "id": "55dc92537d65cb39ee985b1d", "properties": {"accuracy": 15, "altitude": -16.20001220703125, "feature_type": "location", "fmt_time": "2015-08-25 08:28:56.655000-07:00", "heading": 107, "latitude": 37.4035282, "longitude": -122.0841684, "sensed_speed": 1.0008, "ts": 1440516536.655}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0841059, 37.4035653], "type": "Point"}, "id": "55dc92537d65cb39ee985b1f", "properties": {"accuracy": 15, "altitude": -15.70001220703125, "feature_type": "location", "fmt_time": "2015-08-25 08:29:01.666000-07:00", "heading": 73, "latitude": 37.4035653, "longitude": -122.0841059, "sensed_speed": 0.75060004, "ts": 1440516541.666}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0840909, 37.4035487], "type": "Point"}, "id": "55dc92537d65cb39ee985b21", "properties": {"accuracy": 15, "altitude": -16.0, "feature_type": "location", "fmt_time": "2015-08-25 08:29:06.681000-07:00", "heading": 152, "latitude": 37.4035487, "longitude": -122.0840909, "sensed_speed": 0.31275, "ts": 1440516546.681}, "type": "Feature"}, {"geometry": {"coordinates": [-122.084109, 37.4035259], "type": "Point"}, "id": "55dc92537d65cb39ee985b23", "properties": {"accuracy": 15, "altitude": -16.0, "feature_type": "location", "fmt_time": "2015-08-25 08:29:11.723000-07:00", "heading": 155, "latitude": 37.4035259, "longitude": -122.084109, "sensed_speed": 0.2502, "ts": 1440516551.723}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0841288, 37.4035102], "type": "Point"}, "id": "55dc92537d65cb39ee985b25", "properties": {"accuracy": 15, "altitude": -16.20001220703125, "feature_type": "location", "fmt_time": "2015-08-25 08:29:16.728000-07:00", "heading": 210, "latitude": 37.4035102, "longitude": -122.0841288, "sensed_speed": 0.37530002, "ts": 1440516556.728}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0840963, 37.4035357], "type": "Point"}, "id": "55dc92537d65cb39ee985b27", "properties": {"accuracy": 15, "altitude": -16.29998779296875, "feature_type": "location", "fmt_time": "2015-08-25 08:29:22.609000-07:00", "heading": 33, "latitude": 37.4035357, "longitude": -122.0840963, "sensed_speed": 1.5012001, "ts": 1440516562.609}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0840336, 37.4035094], "type": "Point"}, "id": "55dc92537d65cb39ee985b29", "properties": {"accuracy": 15, "altitude": -17.100006103515625, "feature_type": "location", "fmt_time": "2015-08-25 08:29:27.841000-07:00", "heading": 85, "latitude": 37.4035094, "longitude": -122.0840336, "sensed_speed": 1.0008, "ts": 1440516567.841}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0840172, 37.4035146], "type": "Point"}, "id": "55dc92537d65cb39ee985b2b", "properties": {"accuracy": 15, "altitude": -18.100006103515625, "feature_type": "location", "fmt_time": "2015-08-25 08:29:33.653000-07:00", "heading": 61, "latitude": 37.4035146, "longitude": -122.0840172, "sensed_speed": 0.18765001, "ts": 1440516573.653}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0840143, 37.4035151], "type": "Point"}, "id": "55dc92537d65cb39ee985b2d", "properties": {"accuracy": 25, "altitude": -18.20001220703125, "feature_type": "location", "fmt_time": "2015-08-25 08:29:38.692000-07:00", "heading": 56, "latitude": 37.4035151, "longitude": -122.0840143, "sensed_speed": 0.0, "ts": 1440516578.692}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0840281, 37.403527], "type": "Point"}, "id": "55dc92537d65cb39ee985b2f", "properties": {"accuracy": 30, "altitude": -18.600006103515625, "feature_type": "location", "fmt_time": "2015-08-25 08:29:43.776000-07:00", "heading": 32, "latitude": 37.403527, "longitude": -122.0840281, "sensed_speed": 0.18765001, "ts": 1440516583.776}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0840064, 37.4035266], "type": "Point"}, "id": "55dc92547d65cb39ee985b32", "properties": {"accuracy": 25, "altitude": -18.399993896484375, "feature_type": "location", "fmt_time": "2015-08-25 08:29:49.639000-07:00", "heading": 55, "latitude": 37.4035266, "longitude": -122.0840064, "sensed_speed": 0.06255, "ts": 1440516589.639}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0839618, 37.4035269], "type": "Point"}, "id": "55dc92547d65cb39ee985b34", "properties": {"accuracy": 20, "altitude": -18.20001220703125, "feature_type": "location", "fmt_time": "2015-08-25 08:29:55.647000-07:00", "heading": 249, "latitude": 37.4035269, "longitude": -122.0839618, "sensed_speed": 0.81315, "ts": 1440516595.647}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0839467, 37.4035912], "type": "Point"}, "id": "55dc92547d65cb39ee985b36", "properties": {"accuracy": 20, "altitude": -18.20001220703125, "feature_type": "location", "fmt_time": "2015-08-25 08:30:00.653000-07:00", "heading": 3, "latitude": 37.4035912, "longitude": -122.0839467, "sensed_speed": 2.502, "ts": 1440516600.653}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0838448, 37.4036433], "type": "Point"}, "id": "55dc92547d65cb39ee985b38", "properties": {"accuracy": 20, "altitude": -18.29998779296875, "feature_type": "location", "fmt_time": "2015-08-25 08:30:05.686000-07:00", "heading": 51, "latitude": 37.4036433, "longitude": -122.0838448, "sensed_speed": 1.8139501, "ts": 1440516605.686}, "type": "Feature"}, {"geometry": {"coordinates": [-122.083749, 37.4036343], "type": "Point"}, "id": "55dc92547d65cb39ee985b3a", "properties": {"accuracy": 20, "altitude": -17.79998779296875, "feature_type": "location", "fmt_time": "2015-08-25 08:30:11.596000-07:00", "heading": 77, "latitude": 37.4036343, "longitude": -122.083749, "sensed_speed": 1.5012001, "ts": 1440516611.596}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0836958, 37.4035973], "type": "Point"}, "id": "55dc92547d65cb39ee985b3c", "properties": {"accuracy": 20, "altitude": -17.899993896484375, "feature_type": "location", "fmt_time": "2015-08-25 08:30:16.602000-07:00", "heading": 86, "latitude": 37.4035973, "longitude": -122.0836958, "sensed_speed": 1.1259, "ts": 1440516616.602}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0839467, 37.4035912], "type": "Point"}, "id": "55dc92547d65cb39ee985b36", "properties": {"accuracy": 20, "altitude": -18.20001220703125, "feature_type": "location", "fmt_time": "2015-08-25 08:30:00.653000-07:00", "heading": 3, "latitude": 37.4035912, "longitude": -122.0839467, "sensed_speed": 2.502, "ts": 1440516600.653}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0844367, 37.4034749], [-122.0843718, 37.4034641], [-122.0844463, 37.4034418], [-122.0845212, 37.4034362], [-122.0845539, 37.403445], [-122.0845416, 37.4034972], [-122.0845378, 37.4035152], [-122.0845028, 37.4035541], [-122.0844763, 37.4036147], [-122.0844192, 37.4036261], [-122.0843652, 37.4036179], [-122.0843157, 37.4036179], [-122.084284, 37.4035814], [-122.0842383, 37.4035424], [-122.0841684, 37.4035282], [-122.0841059, 37.4035653], [-122.0840909, 37.4035487], [-122.084109, 37.4035259], [-122.0841288, 37.4035102], [-122.0840963, 37.4035357], [-122.0840336, 37.4035094], [-122.0840172, 37.4035146], [-122.0840143, 37.4035151], [-122.0840281, 37.403527], [-122.0840064, 37.4035266], [-122.0839618, 37.4035269], [-122.0839467, 37.4035912], [-122.0838448, 37.4036433], [-122.083749, 37.4036343], [-122.0836958, 37.4035973], [-122.0839467, 37.4035912]], "type": "LineString"}, "id": "56081ad7f6858f3a71f65e78", "properties": {"duration": 139.03800010681152, "end_fmt_time": "2015-08-25 08:30:00.653000-07:00", "end_ts": 1440516600.653, "feature_type": "section", "sensed_mode": "MotionTypes.ON_FOOT", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-25 08:27:41.615000-07:00", "start_ts": 1440516461.615}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0839467, 37.4035912], "type": "Point"}, "id": "56081ad3f6858f3a71f65e3e", "properties": {"duration": 411.0039999485016, "enter_fmt_time": "2015-08-25 08:30:00.653000-07:00", "enter_ts": 1440516600.653, "exit_fmt_time": "2015-08-25 08:36:51.657000-07:00", "exit_ts": 1440517011.657, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0801259, 37.392102], "type": "Point"}, "id": "56081ad3f6858f3a71f65e40", "properties": {"duration": 920.0709998607635, "enter_fmt_time": "2015-08-25 08:48:00.538000-07:00", "enter_ts": 1440517680.538, "exit_fmt_time": "2015-08-25 09:03:20.609000-07:00", "exit_ts": 1440518600.609, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0850129, 37.4030707], "type": "Point"}, "id": "55dc92577d65cb39ee985b75", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:36:51.657000-07:00", "heading": 0, "latitude": 37.4030707, "longitude": -122.0850129, "sensed_speed": 0, "ts": 1440517011.657}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0849349, 37.4005699], "type": "Point"}, "id": "55dc92577d65cb39ee985b7a", "properties": {"accuracy": 43.889, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:39:27.121000-07:00", "heading": 0, "latitude": 37.4005699, "longitude": -122.0849349, "sensed_speed": 0, "ts": 1440517167.121}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0839798, 37.4001429], "type": "Point"}, "id": "55dc92577d65cb39ee985b7d", "properties": {"accuracy": 52.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:40:00.021000-07:00", "heading": 0, "latitude": 37.4001429, "longitude": -122.0839798, "sensed_speed": 0, "ts": 1440517200.021}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0823616, 37.3999154], "type": "Point"}, "id": "55dc92587d65cb39ee985b80", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:40:30.074000-07:00", "heading": 0, "latitude": 37.3999154, "longitude": -122.0823616, "sensed_speed": 0, "ts": 1440517230.074}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0807794, 37.3997794], "type": "Point"}, "id": "55dc92587d65cb39ee985b83", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:41:00.044000-07:00", "heading": 0, "latitude": 37.3997794, "longitude": -122.0807794, "sensed_speed": 0, "ts": 1440517260.044}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0810514, 37.3992558], "type": "Point"}, "id": "55dc92587d65cb39ee985b85", "properties": {"accuracy": 64.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:41:30.065000-07:00", "heading": 0, "latitude": 37.3992558, "longitude": -122.0810514, "sensed_speed": 0, "ts": 1440517290.065}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0835941, 37.3960492], "type": "Point"}, "id": "55dc92587d65cb39ee985b8e", "properties": {"accuracy": 67.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:43:30.213000-07:00", "heading": 0, "latitude": 37.3960492, "longitude": -122.0835941, "sensed_speed": 0, "ts": 1440517410.213}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0846991, 37.3947052], "type": "Point"}, "id": "55dc92597d65cb39ee985b91", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:44:00.271000-07:00", "heading": 0, "latitude": 37.3947052, "longitude": -122.0846991, "sensed_speed": 0, "ts": 1440517440.271}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0836832, 37.3946058], "type": "Point"}, "id": "55dc92597d65cb39ee985b94", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:44:30.243000-07:00", "heading": 0, "latitude": 37.3946058, "longitude": -122.0836832, "sensed_speed": 0, "ts": 1440517470.243}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0824, 37.3935975], "type": "Point"}, "id": "55dc92597d65cb39ee985b97", "properties": {"accuracy": 52.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:45:00.255000-07:00", "heading": 0, "latitude": 37.3935975, "longitude": -122.0824, "sensed_speed": 0, "ts": 1440517500.255}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0810793, 37.3929283], "type": "Point"}, "id": "55dc92597d65cb39ee985b9a", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:45:30.297000-07:00", "heading": 0, "latitude": 37.3929283, "longitude": -122.0810793, "sensed_speed": 0, "ts": 1440517530.297}, "type": "Feature"}, {"geometry": {"coordinates": [-122.080477, 37.3924974], "type": "Point"}, "id": "55dc92597d65cb39ee985b9d", "properties": {"accuracy": 25.478, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:46:00.341000-07:00", "heading": 0, "latitude": 37.3924974, "longitude": -122.080477, "sensed_speed": 0, "ts": 1440517560.341}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0806255, 37.3922718], "type": "Point"}, "id": "55dc92597d65cb39ee985ba0", "properties": {"accuracy": 31.078, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:46:30.345000-07:00", "heading": 0, "latitude": 37.3922718, "longitude": -122.0806255, "sensed_speed": 0, "ts": 1440517590.345}, "type": "Feature"}, {"geometry": {"coordinates": [-122.080564, 37.3923721], "type": "Point"}, "id": "55dc925a7d65cb39ee985ba3", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:47:00.465000-07:00", "heading": 0, "latitude": 37.3923721, "longitude": -122.080564, "sensed_speed": 0, "ts": 1440517620.465}, "type": "Feature"}, {"geometry": {"coordinates": [-122.080163, 37.3921175], "type": "Point"}, "id": "55dc925a7d65cb39ee985ba5", "properties": {"accuracy": 34.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:47:30.564000-07:00", "heading": 0, "latitude": 37.3921175, "longitude": -122.080163, "sensed_speed": 0, "ts": 1440517650.564}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0801259, 37.392102], "type": "Point"}, "id": "55dc925a7d65cb39ee985ba8", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 08:48:00.538000-07:00", "heading": 0, "latitude": 37.392102, "longitude": -122.0801259, "sensed_speed": 0, "ts": 1440517680.538}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0839467, 37.4035912], [-122.0850129, 37.4030707], [-122.0849349, 37.4005699], [-122.0839798, 37.4001429], [-122.0823616, 37.3999154], [-122.0807794, 37.3997794], [-122.0810514, 37.3992558], [-122.0835941, 37.3960492], [-122.0846991, 37.3947052], [-122.0836832, 37.3946058], [-122.0824, 37.3935975], [-122.0810793, 37.3929283], [-122.080477, 37.3924974], [-122.0806255, 37.3922718], [-122.080564, 37.3923721], [-122.080163, 37.3921175], [-122.0801259, 37.392102]], "type": "LineString"}, "id": "56081ad7f6858f3a71f65e7a", "properties": {"duration": 668.8810000419617, "end_fmt_time": "2015-08-25 08:48:00.538000-07:00", "end_ts": 1440517680.538, "feature_type": "section", "sensed_mode": "MotionTypes.BICYCLING", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-25 08:36:51.657000-07:00", "start_ts": 1440517011.657}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0801259, 37.392102], "type": "Point"}, "id": "56081ad3f6858f3a71f65e40", "properties": {"duration": 920.0709998607635, "enter_fmt_time": "2015-08-25 08:48:00.538000-07:00", "enter_ts": 1440517680.538, "exit_fmt_time": "2015-08-25 09:03:20.609000-07:00", "exit_ts": 1440518600.609, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862252, 37.3909745], "type": "Point"}, "id": "56081ad3f6858f3a71f65e42", "properties": {"duration": 25302.31500005722, "enter_fmt_time": "2015-08-25 09:07:01.248000-07:00", "enter_ts": 1440518821.248, "exit_fmt_time": "2015-08-25 16:08:43.563000-07:00", "exit_ts": 1440544123.563, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.08289, 37.3914977], "type": "Point"}, "id": "55dc925b7d65cb39ee985bbe", "properties": {"accuracy": 57.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 09:03:20.609000-07:00", "heading": 0, "latitude": 37.3914977, "longitude": -122.08289, "sensed_speed": 0, "ts": 1440518600.609}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0842809, 37.3912021], "type": "Point"}, "id": "55dc925b7d65cb39ee985bc2", "properties": {"accuracy": 31.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 09:03:55.116000-07:00", "heading": 0, "latitude": 37.3912021, "longitude": -122.0842809, "sensed_speed": 0, "ts": 1440518635.116}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0850627, 37.392881], "type": "Point"}, "id": "55dc925b7d65cb39ee985bc4", "properties": {"accuracy": 197.242, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 09:04:25.125000-07:00", "heading": 0, "latitude": 37.392881, "longitude": -122.0850627, "sensed_speed": 0, "ts": 1440518665.125}, "type": "Feature"}, {"geometry": {"coordinates": [-122.086138, 37.3912278], "type": "Point"}, "id": "55dc925c7d65cb39ee985bc7", "properties": {"accuracy": 63.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 09:04:55.242000-07:00", "heading": 0, "latitude": 37.3912278, "longitude": -122.086138, "sensed_speed": 0, "ts": 1440518695.242}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0861683, 37.391003], "type": "Point"}, "id": "55dc9ac87d65cb39ee985c4c", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 09:05:31.345000-07:00", "heading": 0, "latitude": 37.391003, "longitude": -122.0861683, "sensed_speed": 0, "ts": 1440518731.345}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862091, 37.3909836], "type": "Point"}, "id": "55dc9ac87d65cb39ee985c50", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 09:06:01.242000-07:00", "heading": 0, "latitude": 37.3909836, "longitude": -122.0862091, "sensed_speed": 0, "ts": 1440518761.242}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862607, 37.3909716], "type": "Point"}, "id": "55dc9ac87d65cb39ee985c52", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 09:06:31.239000-07:00", "heading": 0, "latitude": 37.3909716, "longitude": -122.0862607, "sensed_speed": 0, "ts": 1440518791.239}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862252, 37.3909745], "type": "Point"}, "id": "55dc9ac87d65cb39ee985c57", "properties": {"accuracy": 31.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-25 09:07:01.248000-07:00", "heading": 0, "latitude": 37.3909745, "longitude": -122.0862252, "sensed_speed": 0, "ts": 1440518821.248}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0801259, 37.392102], [-122.08289, 37.3914977], [-122.0842809, 37.3912021], [-122.0850627, 37.392881], [-122.086138, 37.3912278], [-122.0861683, 37.391003], [-122.0862091, 37.3909836], [-122.0862607, 37.3909716], [-122.0862252, 37.3909745]], "type": "LineString"}, "id": "56081ad8f6858f3a71f65e7b", "properties": {"duration": 220.63899993896484, "end_fmt_time": "2015-08-25 09:07:01.248000-07:00", "end_ts": 1440518821.248, "feature_type": "section", "sensed_mode": "MotionTypes.BICYCLING", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-25 09:03:20.609000-07:00", "start_ts": 1440518600.609}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0862252, 37.3909745], "type": "Point"}, "id": "56081ad3f6858f3a71f65e42", "properties": {"duration": 25302.31500005722, "enter_fmt_time": "2015-08-25 09:07:01.248000-07:00", "enter_ts": 1440518821.248, "exit_fmt_time": "2015-08-25 16:08:43.563000-07:00", "exit_ts": 1440544123.563, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0858364, 37.3916055], "type": "Point"}, "id": "56081ad3f6858f3a71f65e44", "properties": {"duration": 82566.31999993324, "enter_fmt_time": "2015-08-25 18:09:32.721000-07:00", "enter_ts": 1440551372.721, "exit_fmt_time": "2015-08-26 17:05:39.041000-07:00", "exit_ts": 1440633939.041, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0830329, 37.3916467], "type": "Point"}, "id": "55dd13bf7d65cb39ee985ddf", "properties": {"accuracy": 91.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 16:08:43.563000-07:00", "heading": 0, "latitude": 37.3916467, "longitude": -122.0830329, "sensed_speed": 0.0, "ts": 1440544123.563}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0829951, 37.391649], "type": "Point"}, "id": "55dd13bf7d65cb39ee985de2", "properties": {"accuracy": 31.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 16:09:19.396000-07:00", "heading": 0, "latitude": 37.391649, "longitude": -122.0829951, "sensed_speed": 0.0, "ts": 1440544159.396}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0830211, 37.3916461], "type": "Point"}, "id": "55dd13bf7d65cb39ee985de5", "properties": {"accuracy": 49.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 16:09:37.648000-07:00", "heading": 0, "latitude": 37.3916461, "longitude": -122.0830211, "sensed_speed": 0.0, "ts": 1440544177.648}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0830211, 37.3916461], "type": "Point"}, "id": "55dd13bf7d65cb39ee985de8", "properties": {"accuracy": 117.969, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 16:10:23.293000-07:00", "heading": 0, "latitude": 37.3916461, "longitude": -122.0830211, "sensed_speed": 0.0, "ts": 1440544223.293}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0830211, 37.3916461], "type": "Point"}, "id": "55dd13bf7d65cb39ee985deb", "properties": {"accuracy": 163.003, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 16:10:53.316000-07:00", "heading": 0, "latitude": 37.3916461, "longitude": -122.0830211, "sensed_speed": 0.0, "ts": 1440544253.316}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0829834, 37.3917018], "type": "Point"}, "id": "55dd13dd7d65cb39ee985fa3", "properties": {"accuracy": 30.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 18:05:46.349000-07:00", "heading": 0, "latitude": 37.3917018, "longitude": -122.0829834, "sensed_speed": 0.0, "ts": 1440551146.349}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0830988, 37.391529], "type": "Point"}, "id": "55dd13dd7d65cb39ee985fa6", "properties": {"accuracy": 52.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 18:06:15.681000-07:00", "heading": 0, "latitude": 37.391529, "longitude": -122.0830988, "sensed_speed": 0.0, "ts": 1440551175.681}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0840087, 37.3910986], "type": "Point"}, "id": "55dd13dd7d65cb39ee985fa9", "properties": {"accuracy": 5.0, "altitude": 15.5, "feature_type": "location", "fmt_time": "2015-08-25 18:06:38.751000-07:00", "heading": 331, "latitude": 37.3910986, "longitude": -122.0840087, "sensed_speed": 1.6263, "ts": 1440551198.751}, "type": "Feature"}, {"geometry": {"coordinates": [-122.084092, 37.3911493], "type": "Point"}, "id": "55dd13dd7d65cb39ee985fab", "properties": {"accuracy": 15.0, "altitude": 16.9000244140625, "feature_type": "location", "fmt_time": "2015-08-25 18:06:43.769000-07:00", "heading": 315, "latitude": 37.3911493, "longitude": -122.084092, "sensed_speed": 1.8139501, "ts": 1440551203.769}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0841543, 37.3911963], "type": "Point"}, "id": "55dd13dd7d65cb39ee985fad", "properties": {"accuracy": 15.0, "altitude": 15.4000244140625, "feature_type": "location", "fmt_time": "2015-08-25 18:06:48.775000-07:00", "heading": 305, "latitude": 37.3911963, "longitude": -122.0841543, "sensed_speed": 0.81315, "ts": 1440551208.775}, "type": "Feature"}, {"geometry": {"coordinates": [-122.084212, 37.3912266], "type": "Point"}, "id": "55dd13dd7d65cb39ee985fb0", "properties": {"accuracy": 15.0, "altitude": 15.20001220703125, "feature_type": "location", "fmt_time": "2015-08-25 18:06:53.789000-07:00", "heading": 306, "latitude": 37.3912266, "longitude": -122.084212, "sensed_speed": 1.251, "ts": 1440551213.789}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0842694, 37.3912592], "type": "Point"}, "id": "55dd13dd7d65cb39ee985fb2", "properties": {"accuracy": 15.0, "altitude": 13.4000244140625, "feature_type": "location", "fmt_time": "2015-08-25 18:06:58.817000-07:00", "heading": 318, "latitude": 37.3912592, "longitude": -122.0842694, "sensed_speed": 1.56375, "ts": 1440551218.817}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0843158, 37.3912681], "type": "Point"}, "id": "55dd13dd7d65cb39ee985fb4", "properties": {"accuracy": 15.0, "altitude": 9.100006103515625, "feature_type": "location", "fmt_time": "2015-08-25 18:07:04.727000-07:00", "heading": 305, "latitude": 37.3912681, "longitude": -122.0843158, "sensed_speed": 1.0008, "ts": 1440551224.727}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0843551, 37.3912574], "type": "Point"}, "id": "55dd13de7d65cb39ee985fb6", "properties": {"accuracy": 15.0, "altitude": 8.79998779296875, "feature_type": "location", "fmt_time": "2015-08-25 18:07:10.806000-07:00", "heading": 307, "latitude": 37.3912574, "longitude": -122.0843551, "sensed_speed": 1.1259, "ts": 1440551230.806}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844066, 37.3912883], "type": "Point"}, "id": "55dd13de7d65cb39ee985fb8", "properties": {"accuracy": 15.0, "altitude": 7.899993896484375, "feature_type": "location", "fmt_time": "2015-08-25 18:07:15.820000-07:00", "heading": 305, "latitude": 37.3912883, "longitude": -122.0844066, "sensed_speed": 1.3761, "ts": 1440551235.82}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844862, 37.3912645], "type": "Point"}, "id": "55dd13de7d65cb39ee985fbb", "properties": {"accuracy": 15.0, "altitude": 5.70001220703125, "feature_type": "location", "fmt_time": "2015-08-25 18:07:21.724000-07:00", "heading": 259, "latitude": 37.3912645, "longitude": -122.0844862, "sensed_speed": 1.06335, "ts": 1440551241.724}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0845327, 37.3912799], "type": "Point"}, "id": "55dd13de7d65cb39ee985fbd", "properties": {"accuracy": 15.0, "altitude": 5.29998779296875, "feature_type": "location", "fmt_time": "2015-08-25 18:07:27.725000-07:00", "heading": 283, "latitude": 37.3912799, "longitude": -122.0845327, "sensed_speed": 0.56295, "ts": 1440551247.725}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0845886, 37.3913098], "type": "Point"}, "id": "55dd13de7d65cb39ee985fbf", "properties": {"accuracy": 15.0, "altitude": 4.600006103515625, "feature_type": "location", "fmt_time": "2015-08-25 18:07:33.726000-07:00", "heading": 296, "latitude": 37.3913098, "longitude": -122.0845886, "sensed_speed": 0.75060004, "ts": 1440551253.726}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0846497, 37.3913457], "type": "Point"}, "id": "55dd13de7d65cb39ee985fc1", "properties": {"accuracy": 15.0, "altitude": 2.29998779296875, "feature_type": "location", "fmt_time": "2015-08-25 18:07:38.766000-07:00", "heading": 301, "latitude": 37.3913457, "longitude": -122.0846497, "sensed_speed": 1.1259, "ts": 1440551258.766}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0847119, 37.3913798], "type": "Point"}, "id": "55dd13de7d65cb39ee985fc3", "properties": {"accuracy": 15.0, "altitude": 1.70001220703125, "feature_type": "location", "fmt_time": "2015-08-25 18:07:43.790000-07:00", "heading": 300, "latitude": 37.3913798, "longitude": -122.0847119, "sensed_speed": 1.251, "ts": 1440551263.79}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0847905, 37.3914262], "type": "Point"}, "id": "55dd13de7d65cb39ee985fc5", "properties": {"accuracy": 15.0, "altitude": 1.0, "feature_type": "location", "fmt_time": "2015-08-25 18:07:48.792000-07:00", "heading": 301, "latitude": 37.3914262, "longitude": -122.0847905, "sensed_speed": 1.251, "ts": 1440551268.792}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0848664, 37.3914349], "type": "Point"}, "id": "55dd13df7d65cb39ee985fc8", "properties": {"accuracy": 10.0, "altitude": 1.20001220703125, "feature_type": "location", "fmt_time": "2015-08-25 18:07:53.808000-07:00", "heading": 280, "latitude": 37.3914349, "longitude": -122.0848664, "sensed_speed": 1.251, "ts": 1440551273.808}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0849255, 37.3914526], "type": "Point"}, "id": "55dd13df7d65cb39ee985fca", "properties": {"accuracy": 10.0, "altitude": 1.20001220703125, "feature_type": "location", "fmt_time": "2015-08-25 18:07:58.818000-07:00", "heading": 290, "latitude": 37.3914526, "longitude": -122.0849255, "sensed_speed": 0.6255, "ts": 1440551278.818}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0849713, 37.3914573], "type": "Point"}, "id": "55dd13df7d65cb39ee985fcc", "properties": {"accuracy": 10.0, "altitude": 1.399993896484375, "feature_type": "location", "fmt_time": "2015-08-25 18:08:04.806000-07:00", "heading": 275, "latitude": 37.3914573, "longitude": -122.0849713, "sensed_speed": 0.75060004, "ts": 1440551284.806}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0850162, 37.3914753], "type": "Point"}, "id": "55dd13df7d65cb39ee985fce", "properties": {"accuracy": 10.0, "altitude": 0.600006103515625, "feature_type": "location", "fmt_time": "2015-08-25 18:08:09.820000-07:00", "heading": 291, "latitude": 37.3914753, "longitude": -122.0850162, "sensed_speed": 1.251, "ts": 1440551289.82}, "type": "Feature"}, {"geometry": {"coordinates": [-122.085092, 37.3914881], "type": "Point"}, "id": "55dd13df7d65cb39ee985fd0", "properties": {"accuracy": 10.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-25 18:08:15.725000-07:00", "heading": 300, "latitude": 37.3914881, "longitude": -122.085092, "sensed_speed": 1.3761, "ts": 1440551295.725}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0851518, 37.3915128], "type": "Point"}, "id": "55dd13df7d65cb39ee985fd3", "properties": {"accuracy": 10.0, "altitude": -0.899993896484375, "feature_type": "location", "fmt_time": "2015-08-25 18:08:20.770000-07:00", "heading": 271, "latitude": 37.3915128, "longitude": -122.0851518, "sensed_speed": 0.6255, "ts": 1440551300.77}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0851704, 37.3914776], "type": "Point"}, "id": "55dd13df7d65cb39ee985fd5", "properties": {"accuracy": 10.0, "altitude": -1.0, "feature_type": "location", "fmt_time": "2015-08-25 18:08:25.786000-07:00", "heading": 209, "latitude": 37.3914776, "longitude": -122.0851704, "sensed_speed": 1.5012001, "ts": 1440551305.786}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0852422, 37.3915042], "type": "Point"}, "id": "55dd13df7d65cb39ee985fd7", "properties": {"accuracy": 10.0, "altitude": -1.20001220703125, "feature_type": "location", "fmt_time": "2015-08-25 18:08:30.794000-07:00", "heading": 272, "latitude": 37.3915042, "longitude": -122.0852422, "sensed_speed": 2.18925, "ts": 1440551310.794}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0853255, 37.3915177], "type": "Point"}, "id": "55dd13df7d65cb39ee985fd9", "properties": {"accuracy": 15.0, "altitude": -0.899993896484375, "feature_type": "location", "fmt_time": "2015-08-25 18:08:35.803000-07:00", "heading": 271, "latitude": 37.3915177, "longitude": -122.0853255, "sensed_speed": 0.5004, "ts": 1440551315.803}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0853785, 37.3915474], "type": "Point"}, "id": "55dd13e07d65cb39ee985fdb", "properties": {"accuracy": 15.0, "altitude": -0.899993896484375, "feature_type": "location", "fmt_time": "2015-08-25 18:08:41.726000-07:00", "heading": 287, "latitude": 37.3915474, "longitude": -122.0853785, "sensed_speed": 1.251, "ts": 1440551321.726}, "type": "Feature"}, {"geometry": {"coordinates": [-122.085432, 37.3915883], "type": "Point"}, "id": "55dd13e07d65cb39ee985fdd", "properties": {"accuracy": 15.0, "altitude": 0.20001220703125, "feature_type": "location", "fmt_time": "2015-08-25 18:08:47.726000-07:00", "heading": 310, "latitude": 37.3915883, "longitude": -122.085432, "sensed_speed": 0.68805, "ts": 1440551327.726}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0854702, 37.3915915], "type": "Point"}, "id": "55dd13e07d65cb39ee985fe0", "properties": {"accuracy": 10.0, "altitude": 0.29998779296875, "feature_type": "location", "fmt_time": "2015-08-25 18:08:53.818000-07:00", "heading": 252, "latitude": 37.3915915, "longitude": -122.0854702, "sensed_speed": 0.31275, "ts": 1440551333.818}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0855084, 37.3915795], "type": "Point"}, "id": "55dd13e07d65cb39ee985fe2", "properties": {"accuracy": 10.0, "altitude": 0.399993896484375, "feature_type": "location", "fmt_time": "2015-08-25 18:08:59.789000-07:00", "heading": 210, "latitude": 37.3915795, "longitude": -122.0855084, "sensed_speed": 0.5004, "ts": 1440551339.789}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0855552, 37.3915567], "type": "Point"}, "id": "55dd13e07d65cb39ee985fe4", "properties": {"accuracy": 10.0, "altitude": -0.100006103515625, "feature_type": "location", "fmt_time": "2015-08-25 18:09:04.800000-07:00", "heading": 239, "latitude": 37.3915567, "longitude": -122.0855552, "sensed_speed": 0.93825, "ts": 1440551344.8}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0855922, 37.3915698], "type": "Point"}, "id": "55dd13e07d65cb39ee985fe6", "properties": {"accuracy": 15.0, "altitude": -0.600006103515625, "feature_type": "location", "fmt_time": "2015-08-25 18:09:10.810000-07:00", "heading": 348, "latitude": 37.3915698, "longitude": -122.0855922, "sensed_speed": 0.43785, "ts": 1440551350.81}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0856762, 37.3915655], "type": "Point"}, "id": "55dd13e07d65cb39ee985fe8", "properties": {"accuracy": 15.0, "altitude": -0.70001220703125, "feature_type": "location", "fmt_time": "2015-08-25 18:09:15.829000-07:00", "heading": 275, "latitude": 37.3915655, "longitude": -122.0856762, "sensed_speed": 0.75060004, "ts": 1440551355.829}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0857381, 37.3915797], "type": "Point"}, "id": "55dd13e07d65cb39ee985feb", "properties": {"accuracy": 15.0, "altitude": -1.100006103515625, "feature_type": "location", "fmt_time": "2015-08-25 18:09:21.715000-07:00", "heading": 281, "latitude": 37.3915797, "longitude": -122.0857381, "sensed_speed": 1.251, "ts": 1440551361.715}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0857762, 37.3916187], "type": "Point"}, "id": "55dd13e07d65cb39ee985fed", "properties": {"accuracy": 15.0, "altitude": -1.399993896484375, "feature_type": "location", "fmt_time": "2015-08-25 18:09:27.711000-07:00", "heading": 13, "latitude": 37.3916187, "longitude": -122.0857762, "sensed_speed": 0.37530002, "ts": 1440551367.711}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0858364, 37.3916055], "type": "Point"}, "id": "55dd13e17d65cb39ee985fef", "properties": {"accuracy": 15.0, "altitude": -2.0, "feature_type": "location", "fmt_time": "2015-08-25 18:09:32.721000-07:00", "heading": 196, "latitude": 37.3916055, "longitude": -122.0858364, "sensed_speed": 1.56375, "ts": 1440551372.721}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0862252, 37.3909745], [-122.0830329, 37.3916467], [-122.0829951, 37.391649], [-122.0830211, 37.3916461], [-122.0830211, 37.3916461], [-122.0830211, 37.3916461], [-122.0829834, 37.3917018], [-122.0830988, 37.391529], [-122.0840087, 37.3910986], [-122.084092, 37.3911493], [-122.0841543, 37.3911963], [-122.084212, 37.3912266], [-122.0842694, 37.3912592], [-122.0843158, 37.3912681], [-122.0843551, 37.3912574], [-122.0844066, 37.3912883], [-122.0844862, 37.3912645], [-122.0845327, 37.3912799], [-122.0845886, 37.3913098], [-122.0846497, 37.3913457], [-122.0847119, 37.3913798], [-122.0847905, 37.3914262], [-122.0848664, 37.3914349], [-122.0849255, 37.3914526], [-122.0849713, 37.3914573], [-122.0850162, 37.3914753], [-122.085092, 37.3914881], [-122.0851518, 37.3915128], [-122.0851704, 37.3914776], [-122.0852422, 37.3915042], [-122.0853255, 37.3915177], [-122.0853785, 37.3915474], [-122.085432, 37.3915883], [-122.0854702, 37.3915915], [-122.0855084, 37.3915795], [-122.0855552, 37.3915567], [-122.0855922, 37.3915698], [-122.0856762, 37.3915655], [-122.0857381, 37.3915797], [-122.0857762, 37.3916187], [-122.0858364, 37.3916055]], "type": "LineString"}, "id": "56081ad8f6858f3a71f65e7c", "properties": {"duration": 7249.157999992371, "end_fmt_time": "2015-08-25 18:09:32.721000-07:00", "end_ts": 1440551372.721, "feature_type": "section", "sensed_mode": "MotionTypes.ON_FOOT", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-25 16:08:43.563000-07:00", "start_ts": 1440544123.563}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
Out[16]:
In [17]:
map_list = lo.get_maps_for_range(myuuid, get_dt((8,24)), get_dt((8,25)))
ipy.inline_maps([[m] for m in map_list])
DEBUG:root:2 places found in database
DEBUG:root:Considering place 56081ad3f6858f3a71f65e3a: 2015-08-24 16:09:54.733000-07:00 -> 2015-08-24 16:49:42.860000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e3c: 2015-08-24 17:02:11.010000-07:00 -> 2015-08-25 08:19:06.062000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e39: 2015-08-24 15:58:19.385000-07:00 -> 2015-08-24 16:09:54.733000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e3b: 2015-08-24 16:49:42.860000-07:00 -> 2015-08-24 17:02:11.010000-07:00
DEBUG:root:len(places) = 2, len(trips) = 2
DEBUG:root:Starting with element of type trip, id 56081ad3f6858f3a71f65e39, details Trip({u'end_place': ObjectId('56081ad3f6858f3a71f65e3a'), u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0849125, 37.3930953]}, u'end_ts': 1440457794.733, u'start_ts': 1440457099.385, u'start_fmt_time': u'2015-08-24 15:58:19.385000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.1082776, 37.4164249]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('56081ad3f6858f3a71f65e38'), u'end_fmt_time': u'2015-08-24 16:09:54.733000-07:00', u'duration': 695.3480000495911, u'_id': ObjectId('56081ad3f6858f3a71f65e39')})
DEBUG:root:len(trips) = 2, adding start_place 56081ad3f6858f3a71f65e38 and end_place 56081ad3f6858f3a71f65e3c
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e39'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 1
DEBUG:root:Starting with element of type trip, id 56081ad7f6858f3a71f65e75, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 0, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0849125, 37.3930953]}, u'end_ts': 1440457794.733, u'start_ts': 1440457099.385, u'start_fmt_time': u'2015-08-24 15:58:19.385000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.1082776, 37.4164249]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-24 16:09:54.733000-07:00', u'duration': 695.3480000495911, u'_id': ObjectId('56081ad7f6858f3a71f65e75'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e39')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440457099.385, '$lt': 1440457814.733}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0849125, 37.3930953]}, u'fmt_time': u'2015-08-24 15:58:19.385000-07:00', u'altitude': -6.20001220703125, u'ts': 1440457099.385, u'longitude': -122.0849125, u'latitude': 37.3930953, '_id': ObjectId('55dba9387d65cb39ee985846'), u'heading': 17, u'sensed_speed': 11.259, u'accuracy': 10.0})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0849125, 37.3930953]}, u'fmt_time': u'2015-08-24 15:58:19.385000-07:00', u'altitude': -6.20001220703125, u'ts': 1440457099.385, u'longitude': -122.0849125, u'latitude': 37.3930953, '_id': ObjectId('55dba9387d65cb39ee985846'), u'heading': 17, u'sensed_speed': 11.259, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.084642, 37.3935238]}, u'fmt_time': u'2015-08-24 15:58:24.343000-07:00', u'altitude': -6.29998779296875, u'ts': 1440457104.343, u'longitude': -122.084642, u'latitude': 37.3935238, '_id': ObjectId('55dba9387d65cb39ee985849'), u'heading': 26, u'sensed_speed': 8.8195505, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0839693, 37.394102]}, u'fmt_time': u'2015-08-24 15:58:30.267000-07:00', u'altitude': -6.5, u'ts': 1440457110.267, u'longitude': -122.0839693, u'latitude': 37.394102, '_id': ObjectId('55dba9387d65cb39ee98584b'), u'heading': 39, u'sensed_speed': 13.948649, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0835187, 37.3946395]}, u'fmt_time': u'2015-08-24 15:58:35.268000-07:00', u'altitude': -6.70001220703125, u'ts': 1440457115.268, u'longitude': -122.0835187, u'latitude': 37.3946395, '_id': ObjectId('55dba9387d65cb39ee98584d'), u'heading': 30, u'sensed_speed': 13.1355, u'accuracy': 20.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0832723, 37.3951717]}, u'fmt_time': u'2015-08-24 15:58:41.209000-07:00', u'altitude': -11.70001220703125, u'ts': 1440457121.209, u'longitude': -122.0832723, u'latitude': 37.3951717, '_id': ObjectId('55dba9387d65cb39ee98584f'), u'heading': 23, u'sensed_speed': 5.19165, u'accuracy': 20.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0833126, 37.3951805]}, u'fmt_time': u'2015-08-24 15:58:46.209000-07:00', u'altitude': -13.5, u'ts': 1440457126.209, u'longitude': -122.0833126, u'latitude': 37.3951805, '_id': ObjectId('55dba9397d65cb39ee985852'), u'heading': 337, u'sensed_speed': 2.68965, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0830237, 37.3956299]}, u'fmt_time': u'2015-08-24 15:58:51.328000-07:00', u'altitude': -15.70001220703125, u'ts': 1440457131.328, u'longitude': -122.0830237, u'latitude': 37.3956299, '_id': ObjectId('55dba9397d65cb39ee985854'), u'heading': 32, u'sensed_speed': 12.2598, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0825983, 37.3961765]}, u'fmt_time': u'2015-08-24 15:58:56.355000-07:00', u'altitude': -11.5, u'ts': 1440457136.355, u'longitude': -122.0825983, u'latitude': 37.3961765, '_id': ObjectId('55dba9397d65cb39ee985857'), u'heading': 40, u'sensed_speed': 14.3865, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0820569, 37.3967537]}, u'fmt_time': u'2015-08-24 15:59:02.337000-07:00', u'altitude': -10.100006103515625, u'ts': 1440457142.337, u'longitude': -122.0820569, u'latitude': 37.3967537, '_id': ObjectId('55dba9397d65cb39ee985859'), u'heading': 38, u'sensed_speed': 12.51, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0815354, 37.3975253]}, u'fmt_time': u'2015-08-24 15:59:08.265000-07:00', u'altitude': -10.100006103515625, u'ts': 1440457148.265, u'longitude': -122.0815354, u'latitude': 37.3975253, '_id': ObjectId('55dba9397d65cb39ee98585b'), u'heading': 24, u'sensed_speed': 15.1371, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0811756, 37.3980946]}, u'fmt_time': u'2015-08-24 15:59:13.270000-07:00', u'altitude': -13.600006103515625, u'ts': 1440457153.27, u'longitude': -122.0811756, u'latitude': 37.3980946, '_id': ObjectId('55dba9397d65cb39ee98585d'), u'heading': 54, u'sensed_speed': 10.94625, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0806869, 37.3979873]}, u'fmt_time': u'2015-08-24 15:59:18.292000-07:00', u'altitude': -16.20001220703125, u'ts': 1440457158.292, u'longitude': -122.0806869, u'latitude': 37.3979873, '_id': ObjectId('55dba9397d65cb39ee98585f'), u'heading': 144, u'sensed_speed': 9.757799, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0808411, 37.3974897]}, u'fmt_time': u'2015-08-24 15:59:23.322000-07:00', u'altitude': -16.399993896484375, u'ts': 1440457163.322, u'longitude': -122.0808411, u'latitude': 37.3974897, '_id': ObjectId('55dba9397d65cb39ee985861'), u'heading': 211, u'sensed_speed': 11.1339, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0811829, 37.3971881]}, u'fmt_time': u'2015-08-24 15:59:28.329000-07:00', u'altitude': -15.70001220703125, u'ts': 1440457168.329, u'longitude': -122.0811829, u'latitude': 37.3971881, '_id': ObjectId('55dba9397d65cb39ee985864'), u'heading': 244, u'sensed_speed': 8.3817, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0817012, 37.3972049]}, u'fmt_time': u'2015-08-24 15:59:33.347000-07:00', u'altitude': -14.899993896484375, u'ts': 1440457173.347, u'longitude': -122.0817012, u'latitude': 37.3972049, '_id': ObjectId('55dba93a7d65cb39ee985866'), u'heading': 274, u'sensed_speed': 11.947049, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0829183, 37.3977493]}, u'fmt_time': u'2015-08-24 15:59:39.232000-07:00', u'altitude': -17.0, u'ts': 1440457179.232, u'longitude': -122.0829183, u'latitude': 37.3977493, '_id': ObjectId('55dba93a7d65cb39ee985868'), u'heading': 297, u'sensed_speed': 18.32715, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.083975, 37.3982206]}, u'fmt_time': u'2015-08-24 15:59:44.340000-07:00', u'altitude': -20.100006103515625, u'ts': 1440457184.34, u'longitude': -122.083975, u'latitude': 37.3982206, '_id': ObjectId('55dba93a7d65cb39ee98586a'), u'heading': 297, u'sensed_speed': 21.5172, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0853382, 37.3987222]}, u'fmt_time': u'2015-08-24 15:59:50.285000-07:00', u'altitude': -21.20001220703125, u'ts': 1440457190.285, u'longitude': -122.0853382, u'latitude': 37.3987222, '_id': ObjectId('55dba93a7d65cb39ee98586c'), u'heading': 295, u'sensed_speed': 22.58055, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0864352, 37.3991254]}, u'fmt_time': u'2015-08-24 15:59:55.780000-07:00', u'altitude': -18.899993896484375, u'ts': 1440457195.78, u'longitude': -122.0864352, u'latitude': 37.3991254, '_id': ObjectId('55dba93a7d65cb39ee98586f'), u'heading': 294, u'sensed_speed': 20.1411, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0877368, 37.3995865]}, u'fmt_time': u'2015-08-24 16:00:01.250000-07:00', u'altitude': -18.20001220703125, u'ts': 1440457201.25, u'longitude': -122.0877368, u'latitude': 37.3995865, '_id': ObjectId('55dba93a7d65cb39ee985871'), u'heading': 296, u'sensed_speed': 20.32875, u'accuracy': 5.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0889512, 37.4000409]}, u'fmt_time': u'2015-08-24 16:00:07.240000-07:00', u'altitude': -19.0, u'ts': 1440457207.24, u'longitude': -122.0889512, u'latitude': 37.4000409, '_id': ObjectId('55dba93a7d65cb39ee985873'), u'heading': 297, u'sensed_speed': 19.515598, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0899156, 37.4004237]}, u'fmt_time': u'2015-08-24 16:00:12.341000-07:00', u'altitude': -20.0, u'ts': 1440457212.341, u'longitude': -122.0899156, u'latitude': 37.4004237, '_id': ObjectId('55dba93a7d65cb39ee985875'), u'heading': 296, u'sensed_speed': 18.765, u'accuracy': 5.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0910745, 37.4008811]}, u'fmt_time': u'2015-08-24 16:00:18.239000-07:00', u'altitude': -20.29998779296875, u'ts': 1440457218.239, u'longitude': -122.0910745, u'latitude': 37.4008811, '_id': ObjectId('55dba93b7d65cb39ee985878'), u'heading': 295, u'sensed_speed': 18.95265, u'accuracy': 5.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0920239, 37.4012655]}, u'fmt_time': u'2015-08-24 16:00:23.295000-07:00', u'altitude': -22.5, u'ts': 1440457223.295, u'longitude': -122.0920239, u'latitude': 37.4012655, '_id': ObjectId('55dba93b7d65cb39ee98587a'), u'heading': 297, u'sensed_speed': 18.32715, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0929345, 37.4016264]}, u'fmt_time': u'2015-08-24 16:00:28.305000-07:00', u'altitude': -23.79998779296875, u'ts': 1440457228.305, u'longitude': -122.0929345, u'latitude': 37.4016264, '_id': ObjectId('55dba93b7d65cb39ee98587c'), u'heading': 295, u'sensed_speed': 17.514, u'accuracy': 5.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0940471, 37.4020944]}, u'fmt_time': u'2015-08-24 16:00:34.251000-07:00', u'altitude': -21.70001220703125, u'ts': 1440457234.251, u'longitude': -122.0940471, u'latitude': 37.4020944, '_id': ObjectId('55dba93b7d65cb39ee98587e'), u'heading': 300, u'sensed_speed': 19.515598, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0949233, 37.4024995]}, u'fmt_time': u'2015-08-24 16:00:39.282000-07:00', u'altitude': -22.5, u'ts': 1440457239.282, u'longitude': -122.0949233, u'latitude': 37.4024995, '_id': ObjectId('55dba93b7d65cb39ee985880'), u'heading': 299, u'sensed_speed': 18.264599, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0957201, 37.4028357]}, u'fmt_time': u'2015-08-24 16:00:44.287000-07:00', u'altitude': -20.20001220703125, u'ts': 1440457244.287, u'longitude': -122.0957201, u'latitude': 37.4028357, '_id': ObjectId('55dba93b7d65cb39ee985882'), u'heading': 295, u'sensed_speed': 13.3857, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0996405, 37.4041516]}, u'fmt_time': u'2015-08-24 16:01:24.343000-07:00', u'altitude': 0.0, u'ts': 1440457284.343, u'longitude': -122.0996405, u'latitude': 37.4041516, '_id': ObjectId('55dba93b7d65cb39ee985886'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1051497, 37.4131588]}, u'fmt_time': u'2015-08-24 16:02:54.402000-07:00', u'altitude': 0.0, u'ts': 1440457374.402, u'longitude': -122.1051497, u'latitude': 37.4131588, '_id': ObjectId('55dba93c7d65cb39ee98588d'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1031493, 37.4166505]}, u'fmt_time': u'2015-08-24 16:03:24.418000-07:00', u'altitude': 0.0, u'ts': 1440457404.418, u'longitude': -122.1031493, u'latitude': 37.4166505, '_id': ObjectId('55dba93c7d65cb39ee985890'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 63.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1032771, 37.4162683]}, u'fmt_time': u'2015-08-24 16:03:54.448000-07:00', u'altitude': 0.0, u'ts': 1440457434.448, u'longitude': -122.1032771, u'latitude': 37.4162683, '_id': ObjectId('55dba93c7d65cb39ee985892'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 42.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1033257, 37.4161433]}, u'fmt_time': u'2015-08-24 16:04:24.513000-07:00', u'altitude': 0.0, u'ts': 1440457464.513, u'longitude': -122.1033257, u'latitude': 37.4161433, '_id': ObjectId('55dba93c7d65cb39ee985895'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 48.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.103478, 37.4161674]}, u'fmt_time': u'2015-08-24 16:04:54.493000-07:00', u'altitude': 0.0, u'ts': 1440457494.493, u'longitude': -122.103478, u'latitude': 37.4161674, '_id': ObjectId('55dba93c7d65cb39ee985898'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 51.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1034758, 37.4161707]}, u'fmt_time': u'2015-08-24 16:05:24.526000-07:00', u'altitude': 0.0, u'ts': 1440457524.526, u'longitude': -122.1034758, u'latitude': 37.4161707, '_id': ObjectId('55dba93c7d65cb39ee98589a'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 42.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1055589, 37.4177586]}, u'fmt_time': u'2015-08-24 16:05:54.571000-07:00', u'altitude': 0.0, u'ts': 1440457554.571, u'longitude': -122.1055589, u'latitude': 37.4177586, '_id': ObjectId('55dba93d7d65cb39ee98589d'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1055589, 37.4177586]}, u'fmt_time': u'2015-08-24 16:06:20.590000-07:00', u'altitude': 0.0, u'ts': 1440457580.59, u'longitude': -122.1055589, u'latitude': 37.4177586, '_id': ObjectId('55dba93d7d65cb39ee9858a0'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1061851, 37.4177113]}, u'fmt_time': u'2015-08-24 16:06:36.497000-07:00', u'altitude': 0.0, u'ts': 1440457596.497, u'longitude': -122.1061851, u'latitude': 37.4177113, '_id': ObjectId('55dba93d7d65cb39ee9858a2'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1068951, 37.4168097]}, u'fmt_time': u'2015-08-24 16:07:24.676000-07:00', u'altitude': 0.0, u'ts': 1440457644.676, u'longitude': -122.1068951, u'latitude': 37.4168097, '_id': ObjectId('55dba93d7d65cb39ee9858a5'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 43.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1082392, 37.4164771]}, u'fmt_time': u'2015-08-24 16:07:54.653000-07:00', u'altitude': 0.0, u'ts': 1440457674.653, u'longitude': -122.1082392, u'latitude': 37.4164771, '_id': ObjectId('55dba93d7d65cb39ee9858a7'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1081863, 37.4164948]}, u'fmt_time': u'2015-08-24 16:08:24.650000-07:00', u'altitude': 0.0, u'ts': 1440457704.65, u'longitude': -122.1081863, u'latitude': 37.4164948, '_id': ObjectId('55dba93e7d65cb39ee9858ad'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1082843, 37.4164405]}, u'fmt_time': u'2015-08-24 16:08:54.708000-07:00', u'altitude': 0.0, u'ts': 1440457734.708, u'longitude': -122.1082843, u'latitude': 37.4164405, '_id': ObjectId('55dba93e7d65cb39ee9858b0'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1082918, 37.4164236]}, u'fmt_time': u'2015-08-24 16:09:24.707000-07:00', u'altitude': 0.0, u'ts': 1440457764.707, u'longitude': -122.1082918, u'latitude': 37.4164236, '_id': ObjectId('55dba93e7d65cb39ee9858b3'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1082776, 37.4164249]}, u'fmt_time': u'2015-08-24 16:09:54.733000-07:00', u'altitude': 0.0, u'ts': 1440457794.733, u'longitude': -122.1082776, u'latitude': 37.4164249, '_id': ObjectId('55dba93e7d65cb39ee9858b6'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e3b'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 1
DEBUG:root:Starting with element of type trip, id 56081ad7f6858f3a71f65e76, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 0, u'start_loc': {u'type': u'Point', u'coordinates': [-122.1066461, 37.417005]}, u'end_ts': 1440460931.01, u'start_ts': 1440460182.86, u'start_fmt_time': u'2015-08-24 16:49:42.860000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0865493, 37.3911717]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-24 17:02:11.010000-07:00', u'duration': 748.1500000953674, u'_id': ObjectId('56081ad7f6858f3a71f65e76'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e3b')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440460182.86, '$lt': 1440460951.01}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1066461, 37.417005]}, u'fmt_time': u'2015-08-24 16:49:42.860000-07:00', u'altitude': 0.0, u'ts': 1440460182.86, u'longitude': -122.1066461, u'latitude': 37.417005, '_id': ObjectId('55dbb7767d65cb39ee9858cd'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 57.0})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1066461, 37.417005]}, u'fmt_time': u'2015-08-24 16:49:42.860000-07:00', u'altitude': 0.0, u'ts': 1440460182.86, u'longitude': -122.1066461, u'latitude': 37.417005, '_id': ObjectId('55dbb7767d65cb39ee9858cd'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 57.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1060821, 37.4176665]}, u'fmt_time': u'2015-08-24 16:50:15.239000-07:00', u'altitude': 0.0, u'ts': 1440460215.239, u'longitude': -122.1060821, u'latitude': 37.4176665, '_id': ObjectId('55dbb7767d65cb39ee9858d0'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 31.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1055149, 37.4172619]}, u'fmt_time': u'2015-08-24 16:50:45.225000-07:00', u'altitude': 0.0, u'ts': 1440460245.225, u'longitude': -122.1055149, u'latitude': 37.4172619, '_id': ObjectId('55dbb7777d65cb39ee9858d3'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 51.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1035608, 37.4163165]}, u'fmt_time': u'2015-08-24 16:51:15.266000-07:00', u'altitude': 0.0, u'ts': 1440460275.266, u'longitude': -122.1035608, u'latitude': 37.4163165, '_id': ObjectId('55dbb7777d65cb39ee9858d6'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1035604, 37.4162717]}, u'fmt_time': u'2015-08-24 16:51:45.301000-07:00', u'altitude': 0.0, u'ts': 1440460305.301, u'longitude': -122.1035604, u'latitude': 37.4162717, '_id': ObjectId('55dbb7777d65cb39ee9858d9'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1034703, 37.4161333]}, u'fmt_time': u'2015-08-24 16:52:15.301000-07:00', u'altitude': 0.0, u'ts': 1440460335.301, u'longitude': -122.1034703, u'latitude': 37.4161333, '_id': ObjectId('55dbb7777d65cb39ee9858db'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 51.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1035254, 37.4163251]}, u'fmt_time': u'2015-08-24 16:52:45.348000-07:00', u'altitude': 0.0, u'ts': 1440460365.348, u'longitude': -122.1035254, u'latitude': 37.4163251, '_id': ObjectId('55dbb7777d65cb39ee9858de'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1035958, 37.4162517]}, u'fmt_time': u'2015-08-24 16:53:08.749000-07:00', u'altitude': -35.20001220703125, u'ts': 1440460388.749, u'longitude': -122.1035958, u'latitude': 37.4162517, '_id': ObjectId('55dbb7777d65cb39ee9858e1'), u'heading': 124, u'sensed_speed': 3.81555, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1031726, 37.4161212]}, u'fmt_time': u'2015-08-24 16:53:14.375000-07:00', u'altitude': -38.0, u'ts': 1440460394.375, u'longitude': -122.1031726, u'latitude': 37.4161212, '_id': ObjectId('55dbb7777d65cb39ee9858e3'), u'heading': 124, u'sensed_speed': 10.8837, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.102431, 37.4157129]}, u'fmt_time': u'2015-08-24 16:53:20.332000-07:00', u'altitude': -31.100006103515625, u'ts': 1440460400.332, u'longitude': -122.102431, u'latitude': 37.4157129, '_id': ObjectId('55dbb7787d65cb39ee9858e5'), u'heading': 121, u'sensed_speed': 13.69845, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1017185, 37.4153301]}, u'fmt_time': u'2015-08-24 16:53:26.314000-07:00', u'altitude': -28.29998779296875, u'ts': 1440460406.314, u'longitude': -122.1017185, u'latitude': 37.4153301, '_id': ObjectId('55dbb7787d65cb39ee9858e7'), u'heading': 123, u'sensed_speed': 11.947049, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1011667, 37.4150033]}, u'fmt_time': u'2015-08-24 16:53:31.349000-07:00', u'altitude': -26.70001220703125, u'ts': 1440460411.349, u'longitude': -122.1011667, u'latitude': 37.4150033, '_id': ObjectId('55dbb7787d65cb39ee9858e9'), u'heading': 130, u'sensed_speed': 11.82195, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1005598, 37.4145231]}, u'fmt_time': u'2015-08-24 16:53:37.285000-07:00', u'altitude': -24.600006103515625, u'ts': 1440460417.285, u'longitude': -122.1005598, u'latitude': 37.4145231, '_id': ObjectId('55dbb7787d65cb39ee9858ec'), u'heading': 139, u'sensed_speed': 13.44825, u'accuracy': 5.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1000546, 37.4139854]}, u'fmt_time': u'2015-08-24 16:53:42.298000-07:00', u'altitude': -24.399993896484375, u'ts': 1440460422.298, u'longitude': -122.1000546, u'latitude': 37.4139854, '_id': ObjectId('55dbb7787d65cb39ee9858ee'), u'heading': 144, u'sensed_speed': 16.263, u'accuracy': 5.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0993803, 37.4132579]}, u'fmt_time': u'2015-08-24 16:53:48.285000-07:00', u'altitude': -25.5, u'ts': 1440460428.285, u'longitude': -122.0993803, u'latitude': 37.4132579, '_id': ObjectId('55dbb7787d65cb39ee9858f0'), u'heading': 143, u'sensed_speed': 17.326351, u'accuracy': 5.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0987563, 37.4126656]}, u'fmt_time': u'2015-08-24 16:53:53.355000-07:00', u'altitude': -25.399993896484375, u'ts': 1440460433.355, u'longitude': -122.0987563, u'latitude': 37.4126656, '_id': ObjectId('55dbb7787d65cb39ee9858f2'), u'heading': 137, u'sensed_speed': 16.45065, u'accuracy': 5.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0979653, 37.4121691]}, u'fmt_time': u'2015-08-24 16:53:58.378000-07:00', u'altitude': -24.70001220703125, u'ts': 1440460438.378, u'longitude': -122.0979653, u'latitude': 37.4121691, '_id': ObjectId('55dbb7787d65cb39ee9858f4'), u'heading': 121, u'sensed_speed': 16.6383, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0969482, 37.4118077]}, u'fmt_time': u'2015-08-24 16:54:04.384000-07:00', u'altitude': -24.79998779296875, u'ts': 1440460444.384, u'longitude': -122.0969482, u'latitude': 37.4118077, '_id': ObjectId('55dbb7787d65cb39ee9858f6'), u'heading': 107, u'sensed_speed': 16.70085, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0958496, 37.411671]}, u'fmt_time': u'2015-08-24 16:54:10.331000-07:00', u'altitude': -23.29998779296875, u'ts': 1440460450.331, u'longitude': -122.0958496, u'latitude': 37.411671, '_id': ObjectId('55dbb7787d65cb39ee9858f8'), u'heading': 92, u'sensed_speed': 16.5132, u'accuracy': 5.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0948929, 37.4116601]}, u'fmt_time': u'2015-08-24 16:54:15.370000-07:00', u'altitude': -21.70001220703125, u'ts': 1440460455.37, u'longitude': -122.0948929, u'latitude': 37.4116601, '_id': ObjectId('55dbb7797d65cb39ee9858fa'), u'heading': 92, u'sensed_speed': 15.95025, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0937882, 37.4116333]}, u'fmt_time': u'2015-08-24 16:54:21.326000-07:00', u'altitude': -20.399993896484375, u'ts': 1440460461.326, u'longitude': -122.0937882, u'latitude': 37.4116333, '_id': ObjectId('55dbb7797d65cb39ee9858fd'), u'heading': 89, u'sensed_speed': 15.82515, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0928575, 37.4115984]}, u'fmt_time': u'2015-08-24 16:54:26.361000-07:00', u'altitude': -18.5, u'ts': 1440460466.361, u'longitude': -122.0928575, u'latitude': 37.4115984, '_id': ObjectId('55dbb7797d65cb39ee9858ff'), u'heading': 97, u'sensed_speed': 16.3881, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0917099, 37.4113324]}, u'fmt_time': u'2015-08-24 16:54:32.323000-07:00', u'altitude': -19.100006103515625, u'ts': 1440460472.323, u'longitude': -122.0917099, u'latitude': 37.4113324, '_id': ObjectId('55dbb7797d65cb39ee985901'), u'heading': 113, u'sensed_speed': 17.388899, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0907366, 37.4109408]}, u'fmt_time': u'2015-08-24 16:54:38.392000-07:00', u'altitude': -20.70001220703125, u'ts': 1440460478.392, u'longitude': -122.0907366, u'latitude': 37.4109408, '_id': ObjectId('55dbb7797d65cb39ee985903'), u'heading': 118, u'sensed_speed': 15.700049, u'accuracy': 5.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0898613, 37.4106099]}, u'fmt_time': u'2015-08-24 16:54:44.312000-07:00', u'altitude': -21.399993896484375, u'ts': 1440460484.312, u'longitude': -122.0898613, u'latitude': 37.4106099, '_id': ObjectId('55dbb7797d65cb39ee985905'), u'heading': 116, u'sensed_speed': 13.69845, u'accuracy': 5.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0891961, 37.4103604]}, u'fmt_time': u'2015-08-24 16:54:49.337000-07:00', u'altitude': -21.20001220703125, u'ts': 1440460489.337, u'longitude': -122.0891961, u'latitude': 37.4103604, '_id': ObjectId('55dbb7797d65cb39ee985908'), u'heading': 116, u'sensed_speed': 13.32315, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0885059, 37.4100736]}, u'fmt_time': u'2015-08-24 16:54:54.373000-07:00', u'altitude': -22.0, u'ts': 1440460494.373, u'longitude': -122.0885059, u'latitude': 37.4100736, '_id': ObjectId('55dbb7797d65cb39ee98590a'), u'heading': 118, u'sensed_speed': 14.44905, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0875619, 37.4097563]}, u'fmt_time': u'2015-08-24 16:55:00.306000-07:00', u'altitude': -19.100006103515625, u'ts': 1440460500.306, u'longitude': -122.0875619, u'latitude': 37.4097563, '_id': ObjectId('55dbb7797d65cb39ee98590c'), u'heading': 108, u'sensed_speed': 15.6375, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0854083, 37.4093609]}, u'fmt_time': u'2015-08-24 16:55:15.471000-07:00', u'altitude': 0.0, u'ts': 1440460515.471, u'longitude': -122.0854083, u'latitude': 37.4093609, '_id': ObjectId('55dbb77a7d65cb39ee98590f'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.080995, 37.4074891]}, u'fmt_time': u'2015-08-24 16:55:45.512000-07:00', u'altitude': 0.0, u'ts': 1440460545.512, u'longitude': -122.080995, u'latitude': 37.4074891, '_id': ObjectId('55dbb77a7d65cb39ee985912'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0788032, 37.4066288]}, u'fmt_time': u'2015-08-24 16:56:15.565000-07:00', u'altitude': 0.0, u'ts': 1440460575.565, u'longitude': -122.0788032, u'latitude': 37.4066288, '_id': ObjectId('55dbb77a7d65cb39ee985914'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0781311, 37.405338]}, u'fmt_time': u'2015-08-24 16:56:45.609000-07:00', u'altitude': 0.0, u'ts': 1440460605.609, u'longitude': -122.0781311, u'latitude': 37.405338, '_id': ObjectId('55dbb77a7d65cb39ee985917'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0808335, 37.3995073]}, u'fmt_time': u'2015-08-24 16:57:45.608000-07:00', u'altitude': 0.0, u'ts': 1440460665.608, u'longitude': -122.0808335, u'latitude': 37.3995073, '_id': ObjectId('55dbb77a7d65cb39ee98591c'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 58.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0829051, 37.3959658]}, u'fmt_time': u'2015-08-24 16:58:15.619000-07:00', u'altitude': 0.0, u'ts': 1440460695.619, u'longitude': -122.0829051, u'latitude': 37.3959658, '_id': ObjectId('55dbb77a7d65cb39ee98591e'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0828772, 37.3961143]}, u'fmt_time': u'2015-08-24 16:58:45.661000-07:00', u'altitude': 0.0, u'ts': 1440460725.661, u'longitude': -122.0828772, u'latitude': 37.3961143, '_id': ObjectId('55dbb77b7d65cb39ee985921'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 48.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0847594, 37.3933224]}, u'fmt_time': u'2015-08-24 16:59:15.704000-07:00', u'altitude': 0.0, u'ts': 1440460755.704, u'longitude': -122.0847594, u'latitude': 37.3933224, '_id': ObjectId('55dbb77b7d65cb39ee985924'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0850462, 37.3927973]}, u'fmt_time': u'2015-08-24 16:59:45.694000-07:00', u'altitude': 0.0, u'ts': 1440460785.694, u'longitude': -122.0850462, u'latitude': 37.3927973, '_id': ObjectId('55dbb77c7d65cb39ee985926'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 60.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862473, 37.3909775]}, u'fmt_time': u'2015-08-24 17:00:15.849000-07:00', u'altitude': 0.0, u'ts': 1440460815.849, u'longitude': -122.0862473, u'latitude': 37.3909775, '_id': ObjectId('55dbb77c7d65cb39ee985929'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0861255, 37.3911041]}, u'fmt_time': u'2015-08-24 17:00:49.554000-07:00', u'altitude': 0.0, u'ts': 1440460849.554, u'longitude': -122.0861255, u'latitude': 37.3911041, '_id': ObjectId('55dbb77c7d65cb39ee98592b'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 67.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862769, 37.3909226]}, u'fmt_time': u'2015-08-24 17:01:19.582000-07:00', u'altitude': 0.0, u'ts': 1440460879.582, u'longitude': -122.0862769, u'latitude': 37.3909226, '_id': ObjectId('55dbb77d7d65cb39ee98592f'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0861648, 37.391033]}, u'fmt_time': u'2015-08-24 17:01:49.591000-07:00', u'altitude': 0.0, u'ts': 1440460909.591, u'longitude': -122.0861648, u'latitude': 37.391033, '_id': ObjectId('55dbb77d7d65cb39ee985934'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0865493, 37.3911717]}, u'fmt_time': u'2015-08-24 17:02:11.010000-07:00', u'altitude': 2.79998779296875, u'ts': 1440460931.01, u'longitude': -122.0865493, u'latitude': 37.3911717, '_id': ObjectId('55dbb77d7d65cb39ee985938'), u'heading': 62, u'sensed_speed': 1.31355, u'accuracy': 10.0}) to line_string
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0862751, 37.3909233], "type": "Point"}, "id": "56081ad3f6858f3a71f65e38", "properties": {"duration": 98644.89199995995, "enter_fmt_time": "2015-08-23 12:34:14.493000-07:00", "enter_ts": 1440358454.493, "exit_fmt_time": "2015-08-24 15:58:19.385000-07:00", "exit_ts": 1440457099.385, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1082776, 37.4164249], "type": "Point"}, "id": "56081ad3f6858f3a71f65e3a", "properties": {"duration": 2388.1269998550415, "enter_fmt_time": "2015-08-24 16:09:54.733000-07:00", "enter_ts": 1440457794.733, "exit_fmt_time": "2015-08-24 16:49:42.860000-07:00", "exit_ts": 1440460182.86, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0849125, 37.3930953], "type": "Point"}, "id": "55dba9387d65cb39ee985846", "properties": {"accuracy": 10.0, "altitude": -6.20001220703125, "feature_type": "location", "fmt_time": "2015-08-24 15:58:19.385000-07:00", "heading": 17, "latitude": 37.3930953, "longitude": -122.0849125, "sensed_speed": 11.259, "ts": 1440457099.385}, "type": "Feature"}, {"geometry": {"coordinates": [-122.084642, 37.3935238], "type": "Point"}, "id": "55dba9387d65cb39ee985849", "properties": {"accuracy": 15.0, "altitude": -6.29998779296875, "feature_type": "location", "fmt_time": "2015-08-24 15:58:24.343000-07:00", "heading": 26, "latitude": 37.3935238, "longitude": -122.084642, "sensed_speed": 8.8195505, "ts": 1440457104.343}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0839693, 37.394102], "type": "Point"}, "id": "55dba9387d65cb39ee98584b", "properties": {"accuracy": 15.0, "altitude": -6.5, "feature_type": "location", "fmt_time": "2015-08-24 15:58:30.267000-07:00", "heading": 39, "latitude": 37.394102, "longitude": -122.0839693, "sensed_speed": 13.948649, "ts": 1440457110.267}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0835187, 37.3946395], "type": "Point"}, "id": "55dba9387d65cb39ee98584d", "properties": {"accuracy": 20.0, "altitude": -6.70001220703125, "feature_type": "location", "fmt_time": "2015-08-24 15:58:35.268000-07:00", "heading": 30, "latitude": 37.3946395, "longitude": -122.0835187, "sensed_speed": 13.1355, "ts": 1440457115.268}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0832723, 37.3951717], "type": "Point"}, "id": "55dba9387d65cb39ee98584f", "properties": {"accuracy": 20.0, "altitude": -11.70001220703125, "feature_type": "location", "fmt_time": "2015-08-24 15:58:41.209000-07:00", "heading": 23, "latitude": 37.3951717, "longitude": -122.0832723, "sensed_speed": 5.19165, "ts": 1440457121.209}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0833126, 37.3951805], "type": "Point"}, "id": "55dba9397d65cb39ee985852", "properties": {"accuracy": 15.0, "altitude": -13.5, "feature_type": "location", "fmt_time": "2015-08-24 15:58:46.209000-07:00", "heading": 337, "latitude": 37.3951805, "longitude": -122.0833126, "sensed_speed": 2.68965, "ts": 1440457126.209}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0830237, 37.3956299], "type": "Point"}, "id": "55dba9397d65cb39ee985854", "properties": {"accuracy": 10.0, "altitude": -15.70001220703125, "feature_type": "location", "fmt_time": "2015-08-24 15:58:51.328000-07:00", "heading": 32, "latitude": 37.3956299, "longitude": -122.0830237, "sensed_speed": 12.2598, "ts": 1440457131.328}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0825983, 37.3961765], "type": "Point"}, "id": "55dba9397d65cb39ee985857", "properties": {"accuracy": 10.0, "altitude": -11.5, "feature_type": "location", "fmt_time": "2015-08-24 15:58:56.355000-07:00", "heading": 40, "latitude": 37.3961765, "longitude": -122.0825983, "sensed_speed": 14.3865, "ts": 1440457136.355}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0820569, 37.3967537], "type": "Point"}, "id": "55dba9397d65cb39ee985859", "properties": {"accuracy": 10.0, "altitude": -10.100006103515625, "feature_type": "location", "fmt_time": "2015-08-24 15:59:02.337000-07:00", "heading": 38, "latitude": 37.3967537, "longitude": -122.0820569, "sensed_speed": 12.51, "ts": 1440457142.337}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0815354, 37.3975253], "type": "Point"}, "id": "55dba9397d65cb39ee98585b", "properties": {"accuracy": 10.0, "altitude": -10.100006103515625, "feature_type": "location", "fmt_time": "2015-08-24 15:59:08.265000-07:00", "heading": 24, "latitude": 37.3975253, "longitude": -122.0815354, "sensed_speed": 15.1371, "ts": 1440457148.265}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0811756, 37.3980946], "type": "Point"}, "id": "55dba9397d65cb39ee98585d", "properties": {"accuracy": 10.0, "altitude": -13.600006103515625, "feature_type": "location", "fmt_time": "2015-08-24 15:59:13.270000-07:00", "heading": 54, "latitude": 37.3980946, "longitude": -122.0811756, "sensed_speed": 10.94625, "ts": 1440457153.27}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0806869, 37.3979873], "type": "Point"}, "id": "55dba9397d65cb39ee98585f", "properties": {"accuracy": 10.0, "altitude": -16.20001220703125, "feature_type": "location", "fmt_time": "2015-08-24 15:59:18.292000-07:00", "heading": 144, "latitude": 37.3979873, "longitude": -122.0806869, "sensed_speed": 9.757799, "ts": 1440457158.292}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0808411, 37.3974897], "type": "Point"}, "id": "55dba9397d65cb39ee985861", "properties": {"accuracy": 10.0, "altitude": -16.399993896484375, "feature_type": "location", "fmt_time": "2015-08-24 15:59:23.322000-07:00", "heading": 211, "latitude": 37.3974897, "longitude": -122.0808411, "sensed_speed": 11.1339, "ts": 1440457163.322}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0811829, 37.3971881], "type": "Point"}, "id": "55dba9397d65cb39ee985864", "properties": {"accuracy": 10.0, "altitude": -15.70001220703125, "feature_type": "location", "fmt_time": "2015-08-24 15:59:28.329000-07:00", "heading": 244, "latitude": 37.3971881, "longitude": -122.0811829, "sensed_speed": 8.3817, "ts": 1440457168.329}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0817012, 37.3972049], "type": "Point"}, "id": "55dba93a7d65cb39ee985866", "properties": {"accuracy": 10.0, "altitude": -14.899993896484375, "feature_type": "location", "fmt_time": "2015-08-24 15:59:33.347000-07:00", "heading": 274, "latitude": 37.3972049, "longitude": -122.0817012, "sensed_speed": 11.947049, "ts": 1440457173.347}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0829183, 37.3977493], "type": "Point"}, "id": "55dba93a7d65cb39ee985868", "properties": {"accuracy": 10.0, "altitude": -17.0, "feature_type": "location", "fmt_time": "2015-08-24 15:59:39.232000-07:00", "heading": 297, "latitude": 37.3977493, "longitude": -122.0829183, "sensed_speed": 18.32715, "ts": 1440457179.232}, "type": "Feature"}, {"geometry": {"coordinates": [-122.083975, 37.3982206], "type": "Point"}, "id": "55dba93a7d65cb39ee98586a", "properties": {"accuracy": 10.0, "altitude": -20.100006103515625, "feature_type": "location", "fmt_time": "2015-08-24 15:59:44.340000-07:00", "heading": 297, "latitude": 37.3982206, "longitude": -122.083975, "sensed_speed": 21.5172, "ts": 1440457184.34}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0853382, 37.3987222], "type": "Point"}, "id": "55dba93a7d65cb39ee98586c", "properties": {"accuracy": 10.0, "altitude": -21.20001220703125, "feature_type": "location", "fmt_time": "2015-08-24 15:59:50.285000-07:00", "heading": 295, "latitude": 37.3987222, "longitude": -122.0853382, "sensed_speed": 22.58055, "ts": 1440457190.285}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0864352, 37.3991254], "type": "Point"}, "id": "55dba93a7d65cb39ee98586f", "properties": {"accuracy": 10.0, "altitude": -18.899993896484375, "feature_type": "location", "fmt_time": "2015-08-24 15:59:55.780000-07:00", "heading": 294, "latitude": 37.3991254, "longitude": -122.0864352, "sensed_speed": 20.1411, "ts": 1440457195.78}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0877368, 37.3995865], "type": "Point"}, "id": "55dba93a7d65cb39ee985871", "properties": {"accuracy": 5.0, "altitude": -18.20001220703125, "feature_type": "location", "fmt_time": "2015-08-24 16:00:01.250000-07:00", "heading": 296, "latitude": 37.3995865, "longitude": -122.0877368, "sensed_speed": 20.32875, "ts": 1440457201.25}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0889512, 37.4000409], "type": "Point"}, "id": "55dba93a7d65cb39ee985873", "properties": {"accuracy": 10.0, "altitude": -19.0, "feature_type": "location", "fmt_time": "2015-08-24 16:00:07.240000-07:00", "heading": 297, "latitude": 37.4000409, "longitude": -122.0889512, "sensed_speed": 19.515598, "ts": 1440457207.24}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0899156, 37.4004237], "type": "Point"}, "id": "55dba93a7d65cb39ee985875", "properties": {"accuracy": 5.0, "altitude": -20.0, "feature_type": "location", "fmt_time": "2015-08-24 16:00:12.341000-07:00", "heading": 296, "latitude": 37.4004237, "longitude": -122.0899156, "sensed_speed": 18.765, "ts": 1440457212.341}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0910745, 37.4008811], "type": "Point"}, "id": "55dba93b7d65cb39ee985878", "properties": {"accuracy": 5.0, "altitude": -20.29998779296875, "feature_type": "location", "fmt_time": "2015-08-24 16:00:18.239000-07:00", "heading": 295, "latitude": 37.4008811, "longitude": -122.0910745, "sensed_speed": 18.95265, "ts": 1440457218.239}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0920239, 37.4012655], "type": "Point"}, "id": "55dba93b7d65cb39ee98587a", "properties": {"accuracy": 10.0, "altitude": -22.5, "feature_type": "location", "fmt_time": "2015-08-24 16:00:23.295000-07:00", "heading": 297, "latitude": 37.4012655, "longitude": -122.0920239, "sensed_speed": 18.32715, "ts": 1440457223.295}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0929345, 37.4016264], "type": "Point"}, "id": "55dba93b7d65cb39ee98587c", "properties": {"accuracy": 5.0, "altitude": -23.79998779296875, "feature_type": "location", "fmt_time": "2015-08-24 16:00:28.305000-07:00", "heading": 295, "latitude": 37.4016264, "longitude": -122.0929345, "sensed_speed": 17.514, "ts": 1440457228.305}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0940471, 37.4020944], "type": "Point"}, "id": "55dba93b7d65cb39ee98587e", "properties": {"accuracy": 10.0, "altitude": -21.70001220703125, "feature_type": "location", "fmt_time": "2015-08-24 16:00:34.251000-07:00", "heading": 300, "latitude": 37.4020944, "longitude": -122.0940471, "sensed_speed": 19.515598, "ts": 1440457234.251}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0949233, 37.4024995], "type": "Point"}, "id": "55dba93b7d65cb39ee985880", "properties": {"accuracy": 10.0, "altitude": -22.5, "feature_type": "location", "fmt_time": "2015-08-24 16:00:39.282000-07:00", "heading": 299, "latitude": 37.4024995, "longitude": -122.0949233, "sensed_speed": 18.264599, "ts": 1440457239.282}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0957201, 37.4028357], "type": "Point"}, "id": "55dba93b7d65cb39ee985882", "properties": {"accuracy": 10.0, "altitude": -20.20001220703125, "feature_type": "location", "fmt_time": "2015-08-24 16:00:44.287000-07:00", "heading": 295, "latitude": 37.4028357, "longitude": -122.0957201, "sensed_speed": 13.3857, "ts": 1440457244.287}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0996405, 37.4041516], "type": "Point"}, "id": "55dba93b7d65cb39ee985886", "properties": {"accuracy": 40.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:01:24.343000-07:00", "heading": 0, "latitude": 37.4041516, "longitude": -122.0996405, "sensed_speed": 0.0, "ts": 1440457284.343}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1051497, 37.4131588], "type": "Point"}, "id": "55dba93c7d65cb39ee98588d", "properties": {"accuracy": 40.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:02:54.402000-07:00", "heading": 0, "latitude": 37.4131588, "longitude": -122.1051497, "sensed_speed": 0.0, "ts": 1440457374.402}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1031493, 37.4166505], "type": "Point"}, "id": "55dba93c7d65cb39ee985890", "properties": {"accuracy": 63.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:03:24.418000-07:00", "heading": 0, "latitude": 37.4166505, "longitude": -122.1031493, "sensed_speed": 0.0, "ts": 1440457404.418}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1032771, 37.4162683], "type": "Point"}, "id": "55dba93c7d65cb39ee985892", "properties": {"accuracy": 42.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:03:54.448000-07:00", "heading": 0, "latitude": 37.4162683, "longitude": -122.1032771, "sensed_speed": 0.0, "ts": 1440457434.448}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1033257, 37.4161433], "type": "Point"}, "id": "55dba93c7d65cb39ee985895", "properties": {"accuracy": 48.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:04:24.513000-07:00", "heading": 0, "latitude": 37.4161433, "longitude": -122.1033257, "sensed_speed": 0.0, "ts": 1440457464.513}, "type": "Feature"}, {"geometry": {"coordinates": [-122.103478, 37.4161674], "type": "Point"}, "id": "55dba93c7d65cb39ee985898", "properties": {"accuracy": 51.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:04:54.493000-07:00", "heading": 0, "latitude": 37.4161674, "longitude": -122.103478, "sensed_speed": 0.0, "ts": 1440457494.493}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1034758, 37.4161707], "type": "Point"}, "id": "55dba93c7d65cb39ee98589a", "properties": {"accuracy": 42.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:05:24.526000-07:00", "heading": 0, "latitude": 37.4161707, "longitude": -122.1034758, "sensed_speed": 0.0, "ts": 1440457524.526}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1055589, 37.4177586], "type": "Point"}, "id": "55dba93d7d65cb39ee98589d", "properties": {"accuracy": 45.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:05:54.571000-07:00", "heading": 0, "latitude": 37.4177586, "longitude": -122.1055589, "sensed_speed": 0.0, "ts": 1440457554.571}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1055589, 37.4177586], "type": "Point"}, "id": "55dba93d7d65cb39ee9858a0", "properties": {"accuracy": 45.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:06:20.590000-07:00", "heading": 0, "latitude": 37.4177586, "longitude": -122.1055589, "sensed_speed": 0.0, "ts": 1440457580.59}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1061851, 37.4177113], "type": "Point"}, "id": "55dba93d7d65cb39ee9858a2", "properties": {"accuracy": 40.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:06:36.497000-07:00", "heading": 0, "latitude": 37.4177113, "longitude": -122.1061851, "sensed_speed": 0.0, "ts": 1440457596.497}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1068951, 37.4168097], "type": "Point"}, "id": "55dba93d7d65cb39ee9858a5", "properties": {"accuracy": 43.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:07:24.676000-07:00", "heading": 0, "latitude": 37.4168097, "longitude": -122.1068951, "sensed_speed": 0.0, "ts": 1440457644.676}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1082392, 37.4164771], "type": "Point"}, "id": "55dba93d7d65cb39ee9858a7", "properties": {"accuracy": 40.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:07:54.653000-07:00", "heading": 0, "latitude": 37.4164771, "longitude": -122.1082392, "sensed_speed": 0.0, "ts": 1440457674.653}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1081863, 37.4164948], "type": "Point"}, "id": "55dba93e7d65cb39ee9858ad", "properties": {"accuracy": 45.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:08:24.650000-07:00", "heading": 0, "latitude": 37.4164948, "longitude": -122.1081863, "sensed_speed": 0.0, "ts": 1440457704.65}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1082843, 37.4164405], "type": "Point"}, "id": "55dba93e7d65cb39ee9858b0", "properties": {"accuracy": 45.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:08:54.708000-07:00", "heading": 0, "latitude": 37.4164405, "longitude": -122.1082843, "sensed_speed": 0.0, "ts": 1440457734.708}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1082918, 37.4164236], "type": "Point"}, "id": "55dba93e7d65cb39ee9858b3", "properties": {"accuracy": 36.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:09:24.707000-07:00", "heading": 0, "latitude": 37.4164236, "longitude": -122.1082918, "sensed_speed": 0.0, "ts": 1440457764.707}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1082776, 37.4164249], "type": "Point"}, "id": "55dba93e7d65cb39ee9858b6", "properties": {"accuracy": 37.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:09:54.733000-07:00", "heading": 0, "latitude": 37.4164249, "longitude": -122.1082776, "sensed_speed": 0.0, "ts": 1440457794.733}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0862751, 37.3909233], [-122.0849125, 37.3930953], [-122.084642, 37.3935238], [-122.0839693, 37.394102], [-122.0835187, 37.3946395], [-122.0832723, 37.3951717], [-122.0833126, 37.3951805], [-122.0830237, 37.3956299], [-122.0825983, 37.3961765], [-122.0820569, 37.3967537], [-122.0815354, 37.3975253], [-122.0811756, 37.3980946], [-122.0806869, 37.3979873], [-122.0808411, 37.3974897], [-122.0811829, 37.3971881], [-122.0817012, 37.3972049], [-122.0829183, 37.3977493], [-122.083975, 37.3982206], [-122.0853382, 37.3987222], [-122.0864352, 37.3991254], [-122.0877368, 37.3995865], [-122.0889512, 37.4000409], [-122.0899156, 37.4004237], [-122.0910745, 37.4008811], [-122.0920239, 37.4012655], [-122.0929345, 37.4016264], [-122.0940471, 37.4020944], [-122.0949233, 37.4024995], [-122.0957201, 37.4028357], [-122.0996405, 37.4041516], [-122.1051497, 37.4131588], [-122.1031493, 37.4166505], [-122.1032771, 37.4162683], [-122.1033257, 37.4161433], [-122.103478, 37.4161674], [-122.1034758, 37.4161707], [-122.1055589, 37.4177586], [-122.1055589, 37.4177586], [-122.1061851, 37.4177113], [-122.1068951, 37.4168097], [-122.1082392, 37.4164771], [-122.1081863, 37.4164948], [-122.1082843, 37.4164405], [-122.1082918, 37.4164236], [-122.1082776, 37.4164249]], "type": "LineString"}, "id": "56081ad7f6858f3a71f65e75", "properties": {"duration": 695.3480000495911, "end_fmt_time": "2015-08-24 16:09:54.733000-07:00", "end_ts": 1440457794.733, "feature_type": "section", "sensed_mode": "MotionTypes.IN_VEHICLE", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-24 15:58:19.385000-07:00", "start_ts": 1440457099.385}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.1082776, 37.4164249], "type": "Point"}, "id": "56081ad3f6858f3a71f65e3a", "properties": {"duration": 2388.1269998550415, "enter_fmt_time": "2015-08-24 16:09:54.733000-07:00", "enter_ts": 1440457794.733, "exit_fmt_time": "2015-08-24 16:49:42.860000-07:00", "exit_ts": 1440460182.86, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0865493, 37.3911717], "type": "Point"}, "id": "56081ad3f6858f3a71f65e3c", "properties": {"duration": 55015.05200004578, "enter_fmt_time": "2015-08-24 17:02:11.010000-07:00", "enter_ts": 1440460931.01, "exit_fmt_time": "2015-08-25 08:19:06.062000-07:00", "exit_ts": 1440515946.062, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.1066461, 37.417005], "type": "Point"}, "id": "55dbb7767d65cb39ee9858cd", "properties": {"accuracy": 57.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:49:42.860000-07:00", "heading": 0, "latitude": 37.417005, "longitude": -122.1066461, "sensed_speed": 0.0, "ts": 1440460182.86}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1060821, 37.4176665], "type": "Point"}, "id": "55dbb7767d65cb39ee9858d0", "properties": {"accuracy": 31.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:50:15.239000-07:00", "heading": 0, "latitude": 37.4176665, "longitude": -122.1060821, "sensed_speed": 0.0, "ts": 1440460215.239}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1055149, 37.4172619], "type": "Point"}, "id": "55dbb7777d65cb39ee9858d3", "properties": {"accuracy": 51.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:50:45.225000-07:00", "heading": 0, "latitude": 37.4172619, "longitude": -122.1055149, "sensed_speed": 0.0, "ts": 1440460245.225}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1035608, 37.4163165], "type": "Point"}, "id": "55dbb7777d65cb39ee9858d6", "properties": {"accuracy": 40.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:51:15.266000-07:00", "heading": 0, "latitude": 37.4163165, "longitude": -122.1035608, "sensed_speed": 0.0, "ts": 1440460275.266}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1035604, 37.4162717], "type": "Point"}, "id": "55dbb7777d65cb39ee9858d9", "properties": {"accuracy": 37.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:51:45.301000-07:00", "heading": 0, "latitude": 37.4162717, "longitude": -122.1035604, "sensed_speed": 0.0, "ts": 1440460305.301}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1034703, 37.4161333], "type": "Point"}, "id": "55dbb7777d65cb39ee9858db", "properties": {"accuracy": 51.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:52:15.301000-07:00", "heading": 0, "latitude": 37.4161333, "longitude": -122.1034703, "sensed_speed": 0.0, "ts": 1440460335.301}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1035254, 37.4163251], "type": "Point"}, "id": "55dbb7777d65cb39ee9858de", "properties": {"accuracy": 40.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:52:45.348000-07:00", "heading": 0, "latitude": 37.4163251, "longitude": -122.1035254, "sensed_speed": 0.0, "ts": 1440460365.348}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1035958, 37.4162517], "type": "Point"}, "id": "55dbb7777d65cb39ee9858e1", "properties": {"accuracy": 10.0, "altitude": -35.20001220703125, "feature_type": "location", "fmt_time": "2015-08-24 16:53:08.749000-07:00", "heading": 124, "latitude": 37.4162517, "longitude": -122.1035958, "sensed_speed": 3.81555, "ts": 1440460388.749}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1031726, 37.4161212], "type": "Point"}, "id": "55dbb7777d65cb39ee9858e3", "properties": {"accuracy": 10.0, "altitude": -38.0, "feature_type": "location", "fmt_time": "2015-08-24 16:53:14.375000-07:00", "heading": 124, "latitude": 37.4161212, "longitude": -122.1031726, "sensed_speed": 10.8837, "ts": 1440460394.375}, "type": "Feature"}, {"geometry": {"coordinates": [-122.102431, 37.4157129], "type": "Point"}, "id": "55dbb7787d65cb39ee9858e5", "properties": {"accuracy": 10.0, "altitude": -31.100006103515625, "feature_type": "location", "fmt_time": "2015-08-24 16:53:20.332000-07:00", "heading": 121, "latitude": 37.4157129, "longitude": -122.102431, "sensed_speed": 13.69845, "ts": 1440460400.332}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1017185, 37.4153301], "type": "Point"}, "id": "55dbb7787d65cb39ee9858e7", "properties": {"accuracy": 10.0, "altitude": -28.29998779296875, "feature_type": "location", "fmt_time": "2015-08-24 16:53:26.314000-07:00", "heading": 123, "latitude": 37.4153301, "longitude": -122.1017185, "sensed_speed": 11.947049, "ts": 1440460406.314}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1011667, 37.4150033], "type": "Point"}, "id": "55dbb7787d65cb39ee9858e9", "properties": {"accuracy": 10.0, "altitude": -26.70001220703125, "feature_type": "location", "fmt_time": "2015-08-24 16:53:31.349000-07:00", "heading": 130, "latitude": 37.4150033, "longitude": -122.1011667, "sensed_speed": 11.82195, "ts": 1440460411.349}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1005598, 37.4145231], "type": "Point"}, "id": "55dbb7787d65cb39ee9858ec", "properties": {"accuracy": 5.0, "altitude": -24.600006103515625, "feature_type": "location", "fmt_time": "2015-08-24 16:53:37.285000-07:00", "heading": 139, "latitude": 37.4145231, "longitude": -122.1005598, "sensed_speed": 13.44825, "ts": 1440460417.285}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1000546, 37.4139854], "type": "Point"}, "id": "55dbb7787d65cb39ee9858ee", "properties": {"accuracy": 5.0, "altitude": -24.399993896484375, "feature_type": "location", "fmt_time": "2015-08-24 16:53:42.298000-07:00", "heading": 144, "latitude": 37.4139854, "longitude": -122.1000546, "sensed_speed": 16.263, "ts": 1440460422.298}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0993803, 37.4132579], "type": "Point"}, "id": "55dbb7787d65cb39ee9858f0", "properties": {"accuracy": 5.0, "altitude": -25.5, "feature_type": "location", "fmt_time": "2015-08-24 16:53:48.285000-07:00", "heading": 143, "latitude": 37.4132579, "longitude": -122.0993803, "sensed_speed": 17.326351, "ts": 1440460428.285}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0987563, 37.4126656], "type": "Point"}, "id": "55dbb7787d65cb39ee9858f2", "properties": {"accuracy": 5.0, "altitude": -25.399993896484375, "feature_type": "location", "fmt_time": "2015-08-24 16:53:53.355000-07:00", "heading": 137, "latitude": 37.4126656, "longitude": -122.0987563, "sensed_speed": 16.45065, "ts": 1440460433.355}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0979653, 37.4121691], "type": "Point"}, "id": "55dbb7787d65cb39ee9858f4", "properties": {"accuracy": 10.0, "altitude": -24.70001220703125, "feature_type": "location", "fmt_time": "2015-08-24 16:53:58.378000-07:00", "heading": 121, "latitude": 37.4121691, "longitude": -122.0979653, "sensed_speed": 16.6383, "ts": 1440460438.378}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0969482, 37.4118077], "type": "Point"}, "id": "55dbb7787d65cb39ee9858f6", "properties": {"accuracy": 10.0, "altitude": -24.79998779296875, "feature_type": "location", "fmt_time": "2015-08-24 16:54:04.384000-07:00", "heading": 107, "latitude": 37.4118077, "longitude": -122.0969482, "sensed_speed": 16.70085, "ts": 1440460444.384}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0958496, 37.411671], "type": "Point"}, "id": "55dbb7787d65cb39ee9858f8", "properties": {"accuracy": 5.0, "altitude": -23.29998779296875, "feature_type": "location", "fmt_time": "2015-08-24 16:54:10.331000-07:00", "heading": 92, "latitude": 37.411671, "longitude": -122.0958496, "sensed_speed": 16.5132, "ts": 1440460450.331}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0948929, 37.4116601], "type": "Point"}, "id": "55dbb7797d65cb39ee9858fa", "properties": {"accuracy": 10.0, "altitude": -21.70001220703125, "feature_type": "location", "fmt_time": "2015-08-24 16:54:15.370000-07:00", "heading": 92, "latitude": 37.4116601, "longitude": -122.0948929, "sensed_speed": 15.95025, "ts": 1440460455.37}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0937882, 37.4116333], "type": "Point"}, "id": "55dbb7797d65cb39ee9858fd", "properties": {"accuracy": 10.0, "altitude": -20.399993896484375, "feature_type": "location", "fmt_time": "2015-08-24 16:54:21.326000-07:00", "heading": 89, "latitude": 37.4116333, "longitude": -122.0937882, "sensed_speed": 15.82515, "ts": 1440460461.326}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0928575, 37.4115984], "type": "Point"}, "id": "55dbb7797d65cb39ee9858ff", "properties": {"accuracy": 10.0, "altitude": -18.5, "feature_type": "location", "fmt_time": "2015-08-24 16:54:26.361000-07:00", "heading": 97, "latitude": 37.4115984, "longitude": -122.0928575, "sensed_speed": 16.3881, "ts": 1440460466.361}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0917099, 37.4113324], "type": "Point"}, "id": "55dbb7797d65cb39ee985901", "properties": {"accuracy": 10.0, "altitude": -19.100006103515625, "feature_type": "location", "fmt_time": "2015-08-24 16:54:32.323000-07:00", "heading": 113, "latitude": 37.4113324, "longitude": -122.0917099, "sensed_speed": 17.388899, "ts": 1440460472.323}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0907366, 37.4109408], "type": "Point"}, "id": "55dbb7797d65cb39ee985903", "properties": {"accuracy": 5.0, "altitude": -20.70001220703125, "feature_type": "location", "fmt_time": "2015-08-24 16:54:38.392000-07:00", "heading": 118, "latitude": 37.4109408, "longitude": -122.0907366, "sensed_speed": 15.700049, "ts": 1440460478.392}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0898613, 37.4106099], "type": "Point"}, "id": "55dbb7797d65cb39ee985905", "properties": {"accuracy": 5.0, "altitude": -21.399993896484375, "feature_type": "location", "fmt_time": "2015-08-24 16:54:44.312000-07:00", "heading": 116, "latitude": 37.4106099, "longitude": -122.0898613, "sensed_speed": 13.69845, "ts": 1440460484.312}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0891961, 37.4103604], "type": "Point"}, "id": "55dbb7797d65cb39ee985908", "properties": {"accuracy": 10.0, "altitude": -21.20001220703125, "feature_type": "location", "fmt_time": "2015-08-24 16:54:49.337000-07:00", "heading": 116, "latitude": 37.4103604, "longitude": -122.0891961, "sensed_speed": 13.32315, "ts": 1440460489.337}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0885059, 37.4100736], "type": "Point"}, "id": "55dbb7797d65cb39ee98590a", "properties": {"accuracy": 10.0, "altitude": -22.0, "feature_type": "location", "fmt_time": "2015-08-24 16:54:54.373000-07:00", "heading": 118, "latitude": 37.4100736, "longitude": -122.0885059, "sensed_speed": 14.44905, "ts": 1440460494.373}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0875619, 37.4097563], "type": "Point"}, "id": "55dbb7797d65cb39ee98590c", "properties": {"accuracy": 10.0, "altitude": -19.100006103515625, "feature_type": "location", "fmt_time": "2015-08-24 16:55:00.306000-07:00", "heading": 108, "latitude": 37.4097563, "longitude": -122.0875619, "sensed_speed": 15.6375, "ts": 1440460500.306}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0854083, 37.4093609], "type": "Point"}, "id": "55dbb77a7d65cb39ee98590f", "properties": {"accuracy": 36.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:55:15.471000-07:00", "heading": 0, "latitude": 37.4093609, "longitude": -122.0854083, "sensed_speed": 0.0, "ts": 1440460515.471}, "type": "Feature"}, {"geometry": {"coordinates": [-122.080995, 37.4074891], "type": "Point"}, "id": "55dbb77a7d65cb39ee985912", "properties": {"accuracy": 39.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:55:45.512000-07:00", "heading": 0, "latitude": 37.4074891, "longitude": -122.080995, "sensed_speed": 0.0, "ts": 1440460545.512}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0788032, 37.4066288], "type": "Point"}, "id": "55dbb77a7d65cb39ee985914", "properties": {"accuracy": 37.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:56:15.565000-07:00", "heading": 0, "latitude": 37.4066288, "longitude": -122.0788032, "sensed_speed": 0.0, "ts": 1440460575.565}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0781311, 37.405338], "type": "Point"}, "id": "55dbb77a7d65cb39ee985917", "properties": {"accuracy": 30.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:56:45.609000-07:00", "heading": 0, "latitude": 37.405338, "longitude": -122.0781311, "sensed_speed": 0.0, "ts": 1440460605.609}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0808335, 37.3995073], "type": "Point"}, "id": "55dbb77a7d65cb39ee98591c", "properties": {"accuracy": 58.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:57:45.608000-07:00", "heading": 0, "latitude": 37.3995073, "longitude": -122.0808335, "sensed_speed": 0.0, "ts": 1440460665.608}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0829051, 37.3959658], "type": "Point"}, "id": "55dbb77a7d65cb39ee98591e", "properties": {"accuracy": 45.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:58:15.619000-07:00", "heading": 0, "latitude": 37.3959658, "longitude": -122.0829051, "sensed_speed": 0.0, "ts": 1440460695.619}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0828772, 37.3961143], "type": "Point"}, "id": "55dbb77b7d65cb39ee985921", "properties": {"accuracy": 48.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:58:45.661000-07:00", "heading": 0, "latitude": 37.3961143, "longitude": -122.0828772, "sensed_speed": 0.0, "ts": 1440460725.661}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0847594, 37.3933224], "type": "Point"}, "id": "55dbb77b7d65cb39ee985924", "properties": {"accuracy": 40.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:59:15.704000-07:00", "heading": 0, "latitude": 37.3933224, "longitude": -122.0847594, "sensed_speed": 0.0, "ts": 1440460755.704}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0850462, 37.3927973], "type": "Point"}, "id": "55dbb77c7d65cb39ee985926", "properties": {"accuracy": 60.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 16:59:45.694000-07:00", "heading": 0, "latitude": 37.3927973, "longitude": -122.0850462, "sensed_speed": 0.0, "ts": 1440460785.694}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862473, 37.3909775], "type": "Point"}, "id": "55dbb77c7d65cb39ee985929", "properties": {"accuracy": 36.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 17:00:15.849000-07:00", "heading": 0, "latitude": 37.3909775, "longitude": -122.0862473, "sensed_speed": 0.0, "ts": 1440460815.849}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0861255, 37.3911041], "type": "Point"}, "id": "55dbb77c7d65cb39ee98592b", "properties": {"accuracy": 67.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 17:00:49.554000-07:00", "heading": 0, "latitude": 37.3911041, "longitude": -122.0861255, "sensed_speed": 0.0, "ts": 1440460849.554}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862769, 37.3909226], "type": "Point"}, "id": "55dbb77d7d65cb39ee98592f", "properties": {"accuracy": 40.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 17:01:19.582000-07:00", "heading": 0, "latitude": 37.3909226, "longitude": -122.0862769, "sensed_speed": 0.0, "ts": 1440460879.582}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0861648, 37.391033], "type": "Point"}, "id": "55dbb77d7d65cb39ee985934", "properties": {"accuracy": 40.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-24 17:01:49.591000-07:00", "heading": 0, "latitude": 37.391033, "longitude": -122.0861648, "sensed_speed": 0.0, "ts": 1440460909.591}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0865493, 37.3911717], "type": "Point"}, "id": "55dbb77d7d65cb39ee985938", "properties": {"accuracy": 10.0, "altitude": 2.79998779296875, "feature_type": "location", "fmt_time": "2015-08-24 17:02:11.010000-07:00", "heading": 62, "latitude": 37.3911717, "longitude": -122.0865493, "sensed_speed": 1.31355, "ts": 1440460931.01}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.1082776, 37.4164249], [-122.1066461, 37.417005], [-122.1060821, 37.4176665], [-122.1055149, 37.4172619], [-122.1035608, 37.4163165], [-122.1035604, 37.4162717], [-122.1034703, 37.4161333], [-122.1035254, 37.4163251], [-122.1035958, 37.4162517], [-122.1031726, 37.4161212], [-122.102431, 37.4157129], [-122.1017185, 37.4153301], [-122.1011667, 37.4150033], [-122.1005598, 37.4145231], [-122.1000546, 37.4139854], [-122.0993803, 37.4132579], [-122.0987563, 37.4126656], [-122.0979653, 37.4121691], [-122.0969482, 37.4118077], [-122.0958496, 37.411671], [-122.0948929, 37.4116601], [-122.0937882, 37.4116333], [-122.0928575, 37.4115984], [-122.0917099, 37.4113324], [-122.0907366, 37.4109408], [-122.0898613, 37.4106099], [-122.0891961, 37.4103604], [-122.0885059, 37.4100736], [-122.0875619, 37.4097563], [-122.0854083, 37.4093609], [-122.080995, 37.4074891], [-122.0788032, 37.4066288], [-122.0781311, 37.405338], [-122.0808335, 37.3995073], [-122.0829051, 37.3959658], [-122.0828772, 37.3961143], [-122.0847594, 37.3933224], [-122.0850462, 37.3927973], [-122.0862473, 37.3909775], [-122.0861255, 37.3911041], [-122.0862769, 37.3909226], [-122.0861648, 37.391033], [-122.0865493, 37.3911717]], "type": "LineString"}, "id": "56081ad7f6858f3a71f65e76", "properties": {"duration": 748.1500000953674, "end_fmt_time": "2015-08-24 17:02:11.010000-07:00", "end_ts": 1440460931.01, "feature_type": "section", "sensed_mode": "MotionTypes.IN_VEHICLE", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-24 16:49:42.860000-07:00", "start_ts": 1440460182.86}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
Out[17]:
In [18]:
map_list = lo.get_maps_for_range(myuuid, get_dt((8,23)), get_dt((8,24)))
ipy.inline_maps([[m] for m in map_list])
DEBUG:root:4 places found in database
DEBUG:root:Considering place 56081ad3f6858f3a71f65e32: 2015-08-23 09:59:04.081000-07:00 -> 2015-08-23 11:38:29.006000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e34: 2015-08-23 11:42:01.043000-07:00 -> 2015-08-23 11:52:40.600000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e36: 2015-08-23 12:11:11.570000-07:00 -> 2015-08-23 12:20:04.281000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e38: 2015-08-23 12:34:14.493000-07:00 -> 2015-08-24 15:58:19.385000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e31: 2015-08-23 09:45:55.307000-07:00 -> 2015-08-23 09:59:04.081000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e33: 2015-08-23 11:38:29.006000-07:00 -> 2015-08-23 11:42:01.043000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e35: 2015-08-23 11:52:40.600000-07:00 -> 2015-08-23 12:11:11.570000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e37: 2015-08-23 12:20:04.281000-07:00 -> 2015-08-23 12:34:14.493000-07:00
DEBUG:root:len(places) = 4, len(trips) = 4
DEBUG:root:Starting with element of type trip, id 56081ad3f6858f3a71f65e31, details Trip({u'end_place': ObjectId('56081ad3f6858f3a71f65e32'), u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0869456, 37.3900164]}, u'end_ts': 1440349144.081, u'start_ts': 1440348355.307, u'start_fmt_time': u'2015-08-23 09:45:55.307000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0437059, 37.3210843]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('56081ad3f6858f3a71f65e30'), u'end_fmt_time': u'2015-08-23 09:59:04.081000-07:00', u'duration': 788.7740001678467, u'_id': ObjectId('56081ad3f6858f3a71f65e31')})
DEBUG:root:len(trips) = 4, adding start_place 56081ad3f6858f3a71f65e30 and end_place 56081ad3f6858f3a71f65e38
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e31'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 1
DEBUG:root:Starting with element of type trip, id 56081ad6f6858f3a71f65e71, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 0, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0869456, 37.3900164]}, u'end_ts': 1440349144.081, u'start_ts': 1440348355.307, u'start_fmt_time': u'2015-08-23 09:45:55.307000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0437059, 37.3210843]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-23 09:59:04.081000-07:00', u'duration': 788.7740001678467, u'_id': ObjectId('56081ad6f6858f3a71f65e71'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e31')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440348355.307, '$lt': 1440349164.081}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0869456, 37.3900164]}, u'fmt_time': u'2015-08-23 09:45:55.307000-07:00', u'altitude': 11.5, u'ts': 1440348355.307, u'longitude': -122.0869456, u'latitude': 37.3900164, '_id': ObjectId('55d9ff5d7d65cb39ee98531a'), u'heading': 217, u'sensed_speed': 11.57175, u'accuracy': 15.0})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0869456, 37.3900164]}, u'fmt_time': u'2015-08-23 09:45:55.307000-07:00', u'altitude': 11.5, u'ts': 1440348355.307, u'longitude': -122.0869456, u'latitude': 37.3900164, '_id': ObjectId('55d9ff5d7d65cb39ee98531a'), u'heading': 217, u'sensed_speed': 11.57175, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0873645, 37.3895163]}, u'fmt_time': u'2015-08-23 09:46:00.391000-07:00', u'altitude': 12.70001220703125, u'ts': 1440348360.391, u'longitude': -122.0873645, u'latitude': 37.3895163, '_id': ObjectId('55d9ff5d7d65cb39ee98531d'), u'heading': 214, u'sensed_speed': 11.759399, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0875791, 37.3890203]}, u'fmt_time': u'2015-08-23 09:46:05.409000-07:00', u'altitude': 11.29998779296875, u'ts': 1440348365.409, u'longitude': -122.0875791, u'latitude': 37.3890203, '_id': ObjectId('55d9ff5e7d65cb39ee98531f'), u'heading': 187, u'sensed_speed': 12.7602005, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0878503, 37.3883197]}, u'fmt_time': u'2015-08-23 09:46:11.249000-07:00', u'altitude': 14.29998779296875, u'ts': 1440348371.249, u'longitude': -122.0878503, u'latitude': 37.3883197, '_id': ObjectId('55d9ff5e7d65cb39ee985321'), u'heading': 197, u'sensed_speed': 12.009601, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0882506, 37.3878951]}, u'fmt_time': u'2015-08-23 09:46:16.349000-07:00', u'altitude': 11.70001220703125, u'ts': 1440348376.349, u'longitude': -122.0882506, u'latitude': 37.3878951, '_id': ObjectId('55d9ff5e7d65cb39ee985323'), u'heading': 188, u'sensed_speed': 10.5084, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0880781, 37.3874609]}, u'fmt_time': u'2015-08-23 09:46:22.248000-07:00', u'altitude': 9.600006103515625, u'ts': 1440348382.248, u'longitude': -122.0880781, u'latitude': 37.3874609, '_id': ObjectId('55d9ff5e7d65cb39ee985325'), u'heading': 148, u'sensed_speed': 10.69605, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0873785, 37.3872294]}, u'fmt_time': u'2015-08-23 09:46:27.281000-07:00', u'altitude': 7.5, u'ts': 1440348387.281, u'longitude': -122.0873785, u'latitude': 37.3872294, '_id': ObjectId('55d9ff5e7d65cb39ee985327'), u'heading': 121, u'sensed_speed': 12.2598, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0866269, 37.3869305]}, u'fmt_time': u'2015-08-23 09:46:32.452000-07:00', u'altitude': 2.70001220703125, u'ts': 1440348392.452, u'longitude': -122.0866269, u'latitude': 37.3869305, '_id': ObjectId('55d9ff5e7d65cb39ee98532a'), u'heading': 121, u'sensed_speed': 12.8853, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0858216, 37.3865392]}, u'fmt_time': u'2015-08-23 09:46:38.265000-07:00', u'altitude': 0.600006103515625, u'ts': 1440348398.265, u'longitude': -122.0858216, u'latitude': 37.3865392, '_id': ObjectId('55d9ff5e7d65cb39ee98532c'), u'heading': 124, u'sensed_speed': 14.0112, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0851521, 37.3861943]}, u'fmt_time': u'2015-08-23 09:46:43.292000-07:00', u'altitude': -3.0, u'ts': 1440348403.292, u'longitude': -122.0851521, u'latitude': 37.3861943, '_id': ObjectId('55d9ff5e7d65cb39ee98532e'), u'heading': 121, u'sensed_speed': 12.51, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.084682, 37.3859683]}, u'fmt_time': u'2015-08-23 09:46:48.361000-07:00', u'altitude': -0.100006103515625, u'ts': 1440348408.361, u'longitude': -122.084682, u'latitude': 37.3859683, '_id': ObjectId('55d9ff5e7d65cb39ee985330'), u'heading': 119, u'sensed_speed': 7.94385, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844463, 37.3858376]}, u'fmt_time': u'2015-08-23 09:46:54.270000-07:00', u'altitude': 3.100006103515625, u'ts': 1440348414.27, u'longitude': -122.0844463, u'latitude': 37.3858376, '_id': ObjectId('55d9ff5f7d65cb39ee985332'), u'heading': 132, u'sensed_speed': 1.8139501, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844565, 37.385832]}, u'fmt_time': u'2015-08-23 09:46:59.362000-07:00', u'altitude': 3.399993896484375, u'ts': 1440348419.362, u'longitude': -122.0844565, u'latitude': 37.385832, '_id': ObjectId('55d9ff5f7d65cb39ee985334'), u'heading': 138, u'sensed_speed': 0.0, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844423, 37.3858402]}, u'fmt_time': u'2015-08-23 09:47:04.367000-07:00', u'altitude': 4.0, u'ts': 1440348424.367, u'longitude': -122.0844423, u'latitude': 37.3858402, '_id': ObjectId('55d9ff5f7d65cb39ee985336'), u'heading': 132, u'sensed_speed': 2.81475, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0840672, 37.385688]}, u'fmt_time': u'2015-08-23 09:47:10.260000-07:00', u'altitude': 2.79998779296875, u'ts': 1440348430.26, u'longitude': -122.0840672, u'latitude': 37.385688, '_id': ObjectId('55d9ff5f7d65cb39ee985339'), u'heading': 121, u'sensed_speed': 8.8821, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0834885, 37.3853978]}, u'fmt_time': u'2015-08-23 09:47:15.301000-07:00', u'altitude': 2.29998779296875, u'ts': 1440348435.301, u'longitude': -122.0834885, u'latitude': 37.3853978, '_id': ObjectId('55d9ff5f7d65cb39ee98533b'), u'heading': 123, u'sensed_speed': 12.3223505, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0827962, 37.3850753]}, u'fmt_time': u'2015-08-23 09:47:20.310000-07:00', u'altitude': 2.600006103515625, u'ts': 1440348440.31, u'longitude': -122.0827962, u'latitude': 37.3850753, '_id': ObjectId('55d9ff5f7d65cb39ee98533d'), u'heading': 120, u'sensed_speed': 13.19805, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0820917, 37.3847539]}, u'fmt_time': u'2015-08-23 09:47:25.340000-07:00', u'altitude': 2.100006103515625, u'ts': 1440348445.34, u'longitude': -122.0820917, u'latitude': 37.3847539, '_id': ObjectId('55d9ff5f7d65cb39ee985340'), u'heading': 126, u'sensed_speed': 14.57415, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0813811, 37.3844238]}, u'fmt_time': u'2015-08-23 09:47:30.404000-07:00', u'altitude': -2.399993896484375, u'ts': 1440348450.404, u'longitude': -122.0813811, u'latitude': 37.3844238, '_id': ObjectId('55d9ff5f7d65cb39ee985342'), u'heading': 118, u'sensed_speed': 14.69925, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0805217, 37.3839858]}, u'fmt_time': u'2015-08-23 09:47:36.265000-07:00', u'altitude': -1.600006103515625, u'ts': 1440348456.265, u'longitude': -122.0805217, u'latitude': 37.3839858, '_id': ObjectId('55d9ff5f7d65cb39ee985344'), u'heading': 122, u'sensed_speed': 15.8877, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0797659, 37.3835842]}, u'fmt_time': u'2015-08-23 09:47:41.349000-07:00', u'altitude': 0.899993896484375, u'ts': 1440348461.349, u'longitude': -122.0797659, u'latitude': 37.3835842, '_id': ObjectId('55d9ff607d65cb39ee985346'), u'heading': 128, u'sensed_speed': 16.57575, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0789619, 37.3830713]}, u'fmt_time': u'2015-08-23 09:47:47.254000-07:00', u'altitude': 0.0, u'ts': 1440348467.254, u'longitude': -122.0789619, u'latitude': 37.3830713, '_id': ObjectId('55d9ff607d65cb39ee985348'), u'heading': 123, u'sensed_speed': 12.6351, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0784625, 37.3828649]}, u'fmt_time': u'2015-08-23 09:47:52.252000-07:00', u'altitude': 0.600006103515625, u'ts': 1440348472.252, u'longitude': -122.0784625, u'latitude': 37.3828649, '_id': ObjectId('55d9ff607d65cb39ee98534a'), u'heading': 122, u'sensed_speed': 7.8813, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0783395, 37.3828339]}, u'fmt_time': u'2015-08-23 09:47:57.308000-07:00', u'altitude': -0.70001220703125, u'ts': 1440348477.308, u'longitude': -122.0783395, u'latitude': 37.3828339, '_id': ObjectId('55d9ff607d65cb39ee98534c'), u'heading': 110, u'sensed_speed': 0.68805, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0782547, 37.3828252]}, u'fmt_time': u'2015-08-23 09:48:02.334000-07:00', u'altitude': -4.100006103515625, u'ts': 1440348482.334, u'longitude': -122.0782547, u'latitude': 37.3828252, '_id': ObjectId('55d9ff607d65cb39ee98534e'), u'heading': 125, u'sensed_speed': 5.004, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0778876, 37.3826659]}, u'fmt_time': u'2015-08-23 09:48:07.377000-07:00', u'altitude': -5.0, u'ts': 1440348487.377, u'longitude': -122.0778876, u'latitude': 37.3826659, '_id': ObjectId('55d9ff607d65cb39ee985351'), u'heading': 119, u'sensed_speed': 9.2574, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0771383, 37.3823214]}, u'fmt_time': u'2015-08-23 09:48:13.291000-07:00', u'altitude': -6.600006103515625, u'ts': 1440348493.291, u'longitude': -122.0771383, u'latitude': 37.3823214, '_id': ObjectId('55d9ff607d65cb39ee985353'), u'heading': 117, u'sensed_speed': 11.8845, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0764853, 37.3820202]}, u'fmt_time': u'2015-08-23 09:48:18.396000-07:00', u'altitude': -5.899993896484375, u'ts': 1440348498.396, u'longitude': -122.0764853, u'latitude': 37.3820202, '_id': ObjectId('55d9ff607d65cb39ee985355'), u'heading': 120, u'sensed_speed': 13.2606, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.075727, 37.3816268]}, u'fmt_time': u'2015-08-23 09:48:24.263000-07:00', u'altitude': -4.20001220703125, u'ts': 1440348504.263, u'longitude': -122.075727, u'latitude': 37.3816268, '_id': ObjectId('55d9ff607d65cb39ee985357'), u'heading': 121, u'sensed_speed': 12.6351, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0751203, 37.38128]}, u'fmt_time': u'2015-08-23 09:48:29.290000-07:00', u'altitude': -3.600006103515625, u'ts': 1440348509.29, u'longitude': -122.0751203, u'latitude': 37.38128, '_id': ObjectId('55d9ff607d65cb39ee985359'), u'heading': 122, u'sensed_speed': 11.57175, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0744834, 37.3809561]}, u'fmt_time': u'2015-08-23 09:48:35.256000-07:00', u'altitude': -2.79998779296875, u'ts': 1440348515.256, u'longitude': -122.0744834, u'latitude': 37.3809561, '_id': ObjectId('55d9ff617d65cb39ee98535b'), u'heading': 122, u'sensed_speed': 9.570149, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0741231, 37.3808091]}, u'fmt_time': u'2015-08-23 09:48:40.288000-07:00', u'altitude': -3.100006103515625, u'ts': 1440348520.288, u'longitude': -122.0741231, u'latitude': 37.3808091, '_id': ObjectId('55d9ff617d65cb39ee98535e'), u'heading': 124, u'sensed_speed': 5.44185, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0740037, 37.3807584]}, u'fmt_time': u'2015-08-23 09:48:45.303000-07:00', u'altitude': -1.70001220703125, u'ts': 1440348525.303, u'longitude': -122.0740037, u'latitude': 37.3807584, '_id': ObjectId('55d9ff617d65cb39ee985360'), u'heading': 129, u'sensed_speed': 1.6263, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0737642, 37.3806154]}, u'fmt_time': u'2015-08-23 09:48:50.311000-07:00', u'altitude': -0.399993896484375, u'ts': 1440348530.311, u'longitude': -122.0737642, u'latitude': 37.3806154, '_id': ObjectId('55d9ff617d65cb39ee985362'), u'heading': 123, u'sensed_speed': 7.0056, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0733331, 37.3804328]}, u'fmt_time': u'2015-08-23 09:48:55.325000-07:00', u'altitude': 1.399993896484375, u'ts': 1440348535.325, u'longitude': -122.0733331, u'latitude': 37.3804328, '_id': ObjectId('55d9ff617d65cb39ee985364'), u'heading': 118, u'sensed_speed': 9.945451, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0727792, 37.380201]}, u'fmt_time': u'2015-08-23 09:49:00.333000-07:00', u'altitude': 0.70001220703125, u'ts': 1440348540.333, u'longitude': -122.0727792, u'latitude': 37.380201, '_id': ObjectId('55d9ff617d65cb39ee985366'), u'heading': 116, u'sensed_speed': 9.132299, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0708655, 37.3794055]}, u'fmt_time': u'2015-08-23 09:49:14.462000-07:00', u'altitude': 0.0, u'ts': 1440348554.462, u'longitude': -122.0708655, u'latitude': 37.3794055, '_id': ObjectId('55d9ff617d65cb39ee985369'), u'heading': 118, u'sensed_speed': 14.7618, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0700715, 37.3791663]}, u'fmt_time': u'2015-08-23 09:49:20.329000-07:00', u'altitude': -20.20001220703125, u'ts': 1440348560.329, u'longitude': -122.0700715, u'latitude': 37.3791663, '_id': ObjectId('55d9ff617d65cb39ee98536b'), u'heading': 116, u'sensed_speed': 15.5124, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0693518, 37.378834]}, u'fmt_time': u'2015-08-23 09:49:25.353000-07:00', u'altitude': -11.0, u'ts': 1440348565.353, u'longitude': -122.0693518, u'latitude': 37.378834, '_id': ObjectId('55d9ff617d65cb39ee98536d'), u'heading': 117, u'sensed_speed': 13.0104, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0687667, 37.3785065]}, u'fmt_time': u'2015-08-23 09:49:30.385000-07:00', u'altitude': -0.5, u'ts': 1440348570.385, u'longitude': -122.0687667, u'latitude': 37.3785065, '_id': ObjectId('55d9ff627d65cb39ee98536f'), u'heading': 132, u'sensed_speed': 8.694449, u'accuracy': 15.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0688977, 37.3781094]}, u'fmt_time': u'2015-08-23 09:49:35.416000-07:00', u'altitude': 2.399993896484375, u'ts': 1440348575.416, u'longitude': -122.0688977, u'latitude': 37.3781094, '_id': ObjectId('55d9ff627d65cb39ee985371'), u'heading': 202, u'sensed_speed': 12.6351, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0687685, 37.377334]}, u'fmt_time': u'2015-08-23 09:49:41.343000-07:00', u'altitude': 4.5, u'ts': 1440348581.343, u'longitude': -122.0687685, u'latitude': 37.377334, '_id': ObjectId('55d9ff627d65cb39ee985374'), u'heading': 141, u'sensed_speed': 17.1387, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0681343, 37.3766402]}, u'fmt_time': u'2015-08-23 09:49:46.381000-07:00', u'altitude': 8.70001220703125, u'ts': 1440348586.381, u'longitude': -122.0681343, u'latitude': 37.3766402, '_id': ObjectId('55d9ff627d65cb39ee985376'), u'heading': 159, u'sensed_speed': 18.1395, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0680347, 37.3757673]}, u'fmt_time': u'2015-08-23 09:49:51.412000-07:00', u'altitude': 11.79998779296875, u'ts': 1440348591.412, u'longitude': -122.0680347, u'latitude': 37.3757673, '_id': ObjectId('55d9ff627d65cb39ee985378'), u'heading': 183, u'sensed_speed': 19.890902, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0680319, 37.374555]}, u'fmt_time': u'2015-08-23 09:49:57.324000-07:00', u'altitude': 8.20001220703125, u'ts': 1440348597.324, u'longitude': -122.0680319, u'latitude': 37.374555, '_id': ObjectId('55d9ff627d65cb39ee98537a'), u'heading': 175, u'sensed_speed': 25.3953, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0677963, 37.3733682]}, u'fmt_time': u'2015-08-23 09:50:02.398000-07:00', u'altitude': 7.399993896484375, u'ts': 1440348602.398, u'longitude': -122.0677963, u'latitude': 37.3733682, '_id': ObjectId('55d9ff627d65cb39ee98537c'), u'heading': 165, u'sensed_speed': 27.021599, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0671009, 37.3718927]}, u'fmt_time': u'2015-08-23 09:50:08.410000-07:00', u'altitude': 9.600006103515625, u'ts': 1440348608.41, u'longitude': -122.0671009, u'latitude': 37.3718927, '_id': ObjectId('55d9ff627d65cb39ee98537f'), u'heading': 157, u'sensed_speed': 29.46105, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0663642, 37.3707548]}, u'fmt_time': u'2015-08-23 09:50:13.420000-07:00', u'altitude': 11.899993896484375, u'ts': 1440348613.42, u'longitude': -122.0663642, u'latitude': 37.3707548, '_id': ObjectId('55d9ff627d65cb39ee985381'), u'heading': 153, u'sensed_speed': 28.0224, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0654849, 37.3693303]}, u'fmt_time': u'2015-08-23 09:50:19.347000-07:00', u'altitude': 17.79998779296875, u'ts': 1440348619.347, u'longitude': -122.0654849, u'latitude': 37.3693303, '_id': ObjectId('55d9ff637d65cb39ee985383'), u'heading': 153, u'sensed_speed': 29.3985, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0647187, 37.3680518]}, u'fmt_time': u'2015-08-23 09:50:24.372000-07:00', u'altitude': 22.70001220703125, u'ts': 1440348624.372, u'longitude': -122.0647187, u'latitude': 37.3680518, '_id': ObjectId('55d9ff637d65cb39ee985385'), u'heading': 155, u'sensed_speed': 31.087349, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0639347, 37.3667885]}, u'fmt_time': u'2015-08-23 09:50:29.405000-07:00', u'altitude': 24.79998779296875, u'ts': 1440348629.405, u'longitude': -122.0639347, u'latitude': 37.3667885, '_id': ObjectId('55d9ff637d65cb39ee985387'), u'heading': 154, u'sensed_speed': 30.5244, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0630989, 37.365283]}, u'fmt_time': u'2015-08-23 09:50:35.322000-07:00', u'altitude': 23.5, u'ts': 1440348635.322, u'longitude': -122.0630989, u'latitude': 37.365283, '_id': ObjectId('55d9ff637d65cb39ee985389'), u'heading': 158, u'sensed_speed': 30.7746, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0629188, 37.3639364]}, u'fmt_time': u'2015-08-23 09:50:40.337000-07:00', u'altitude': 23.4000244140625, u'ts': 1440348640.337, u'longitude': -122.0629188, u'latitude': 37.3639364, '_id': ObjectId('55d9ff637d65cb39ee98538c'), u'heading': 176, u'sensed_speed': 30.33675, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0629407, 37.3625651]}, u'fmt_time': u'2015-08-23 09:50:45.370000-07:00', u'altitude': 18.9000244140625, u'ts': 1440348645.37, u'longitude': -122.0629407, u'latitude': 37.3625651, '_id': ObjectId('55d9ff637d65cb39ee98538e'), u'heading': 182, u'sensed_speed': 30.83715, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0630081, 37.3612051]}, u'fmt_time': u'2015-08-23 09:50:50.397000-07:00', u'altitude': 17.0999755859375, u'ts': 1440348650.397, u'longitude': -122.0630081, u'latitude': 37.3612051, '_id': ObjectId('55d9ff637d65cb39ee985390'), u'heading': 183, u'sensed_speed': 30.08655, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0630927, 37.3598216]}, u'fmt_time': u'2015-08-23 09:50:55.434000-07:00', u'altitude': 17.70001220703125, u'ts': 1440348655.434, u'longitude': -122.0630927, u'latitude': 37.3598216, '_id': ObjectId('55d9ff637d65cb39ee985392'), u'heading': 181, u'sensed_speed': 30.33675, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0630122, 37.3582486]}, u'fmt_time': u'2015-08-23 09:51:01.425000-07:00', u'altitude': 15.0, u'ts': 1440348661.425, u'longitude': -122.0630122, u'latitude': 37.3582486, '_id': ObjectId('55d9ff637d65cb39ee985394'), u'heading': 174, u'sensed_speed': 28.272598, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0601497, 37.3499971]}, u'fmt_time': u'2015-08-23 09:51:34.855000-07:00', u'altitude': 0.0, u'ts': 1440348694.855, u'longitude': -122.0601497, u'latitude': 37.3499971, '_id': ObjectId('55d9ff647d65cb39ee985398'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0516174, 37.3227586]}, u'fmt_time': u'2015-08-23 09:54:04.796000-07:00', u'altitude': 0.0, u'ts': 1440348844.796, u'longitude': -122.0516174, u'latitude': 37.3227586, '_id': ObjectId('55d9ff647d65cb39ee9853a2'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0464919, 37.3232763]}, u'fmt_time': u'2015-08-23 09:55:04.876000-07:00', u'altitude': 0.0, u'ts': 1440348904.876, u'longitude': -122.0464919, u'latitude': 37.3232763, '_id': ObjectId('55d9ff657d65cb39ee9853a8'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 57.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0436722, 37.3217302]}, u'fmt_time': u'2015-08-23 09:56:04.901000-07:00', u'altitude': 0.0, u'ts': 1440348964.901, u'longitude': -122.0436722, u'latitude': 37.3217302, '_id': ObjectId('55d9ff657d65cb39ee9853ac'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 24.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.043706, 37.3210836]}, u'fmt_time': u'2015-08-23 09:57:04.991000-07:00', u'altitude': 0.0, u'ts': 1440349024.991, u'longitude': -122.043706, u'latitude': 37.3210836, '_id': ObjectId('55d9ff657d65cb39ee9853b1'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 27.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0437065, 37.3210843]}, u'fmt_time': u'2015-08-23 09:57:35.012000-07:00', u'altitude': 0.0, u'ts': 1440349055.012, u'longitude': -122.0437065, u'latitude': 37.3210843, '_id': ObjectId('55d9ff657d65cb39ee9853b3'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 27.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0437065, 37.3210843]}, u'fmt_time': u'2015-08-23 09:58:04.039000-07:00', u'altitude': 0.0, u'ts': 1440349084.039, u'longitude': -122.0437065, u'latitude': 37.3210843, '_id': ObjectId('55d9ff657d65cb39ee9853b6'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 70.539}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0437059, 37.3210843]}, u'fmt_time': u'2015-08-23 09:58:35.044000-07:00', u'altitude': 0.0, u'ts': 1440349115.044, u'longitude': -122.0437059, u'latitude': 37.3210843, '_id': ObjectId('55d9ff667d65cb39ee9853ba'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 24.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0437059, 37.3210843]}, u'fmt_time': u'2015-08-23 09:59:04.081000-07:00', u'altitude': 0.0, u'ts': 1440349144.081, u'longitude': -122.0437059, u'latitude': 37.3210843, '_id': ObjectId('55d9ff667d65cb39ee9853bd'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 67.555}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e33'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 1
DEBUG:root:Starting with element of type trip, id 56081ad6f6858f3a71f65e72, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 2, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0453442, 37.3201787]}, u'end_ts': 1440355321.043, u'start_ts': 1440355109.006, u'start_fmt_time': u'2015-08-23 11:38:29.006000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0440361, 37.3206362]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-23 11:42:01.043000-07:00', u'duration': 212.0369999408722, u'_id': ObjectId('56081ad6f6858f3a71f65e72'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e33')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440355109.006, '$lt': 1440355341.043}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0453442, 37.3201787]}, u'fmt_time': u'2015-08-23 11:38:29.006000-07:00', u'altitude': 0, u'ts': 1440355109.006, u'longitude': -122.0453442, u'latitude': 37.3201787, '_id': ObjectId('55da174e7d65cb39ee9853ea'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 29.766})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0453442, 37.3201787]}, u'fmt_time': u'2015-08-23 11:38:29.006000-07:00', u'altitude': 0, u'ts': 1440355109.006, u'longitude': -122.0453442, u'latitude': 37.3201787, '_id': ObjectId('55da174e7d65cb39ee9853ea'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 29.766}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0453303, 37.3201738]}, u'fmt_time': u'2015-08-23 11:39:01.198000-07:00', u'altitude': 0, u'ts': 1440355141.198, u'longitude': -122.0453303, u'latitude': 37.3201738, '_id': ObjectId('55da174e7d65cb39ee9853ed'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 29.834}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0445345, 37.3203505]}, u'fmt_time': u'2015-08-23 11:39:31.234000-07:00', u'altitude': 0, u'ts': 1440355171.234, u'longitude': -122.0445345, u'latitude': 37.3203505, '_id': ObjectId('55da174e7d65cb39ee9853f0'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0442932, 37.3205484]}, u'fmt_time': u'2015-08-23 11:40:01.245000-07:00', u'altitude': 0, u'ts': 1440355201.245, u'longitude': -122.0442932, u'latitude': 37.3205484, '_id': ObjectId('55da174e7d65cb39ee9853f3'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 29.125}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0440247, 37.3206499]}, u'fmt_time': u'2015-08-23 11:40:31.442000-07:00', u'altitude': 0, u'ts': 1440355231.442, u'longitude': -122.0440247, u'latitude': 37.3206499, '_id': ObjectId('55da174f7d65cb39ee9853f6'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 25.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0439109, 37.3206526]}, u'fmt_time': u'2015-08-23 11:41:01.349000-07:00', u'altitude': 0, u'ts': 1440355261.349, u'longitude': -122.0439109, u'latitude': 37.3206526, '_id': ObjectId('55da174f7d65cb39ee9853f9'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0440361, 37.3206362]}, u'fmt_time': u'2015-08-23 11:41:31.445000-07:00', u'altitude': 0, u'ts': 1440355291.445, u'longitude': -122.0440361, u'latitude': 37.3206362, '_id': ObjectId('55da174f7d65cb39ee9853fc'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 24.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0440361, 37.3206362]}, u'fmt_time': u'2015-08-23 11:42:01.043000-07:00', u'altitude': 0, u'ts': 1440355321.043, u'longitude': -122.0440361, u'latitude': 37.3206362, '_id': ObjectId('55da174f7d65cb39ee9853ff'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 68.397}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e35'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 1
DEBUG:root:Starting with element of type trip, id 56081ad6f6858f3a71f65e73, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 0, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0663792, 37.335235]}, u'end_ts': 1440357071.57, u'start_ts': 1440355960.6, u'start_fmt_time': u'2015-08-23 11:52:40.600000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.1099905, 37.3994305]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-23 12:11:11.570000-07:00', u'duration': 1110.9700000286102, u'_id': ObjectId('56081ad6f6858f3a71f65e73'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e35')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440355960.6, '$lt': 1440357091.57}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0663792, 37.335235]}, u'fmt_time': u'2015-08-23 11:52:40.600000-07:00', u'altitude': 0, u'ts': 1440355960.6, u'longitude': -122.0663792, u'latitude': 37.335235, '_id': ObjectId('55da17517d65cb39ee98541f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 52.5})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0663792, 37.335235]}, u'fmt_time': u'2015-08-23 11:52:40.600000-07:00', u'altitude': 0, u'ts': 1440355960.6, u'longitude': -122.0663792, u'latitude': 37.335235, '_id': ObjectId('55da17517d65cb39ee98541f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 52.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0677596, 37.3377436]}, u'fmt_time': u'2015-08-23 11:53:10.671000-07:00', u'altitude': 0, u'ts': 1440355990.671, u'longitude': -122.0677596, u'latitude': 37.3377436, '_id': ObjectId('55da17517d65cb39ee985422'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0715899, 37.340665]}, u'fmt_time': u'2015-08-23 11:54:10.633000-07:00', u'altitude': 0, u'ts': 1440356050.633, u'longitude': -122.0715899, u'latitude': 37.340665, '_id': ObjectId('55da17517d65cb39ee985427'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0759237, 37.3441083]}, u'fmt_time': u'2015-08-23 11:54:40.660000-07:00', u'altitude': 0, u'ts': 1440356080.66, u'longitude': -122.0759237, u'latitude': 37.3441083, '_id': ObjectId('55da17527d65cb39ee98542a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0804206, 37.3474972]}, u'fmt_time': u'2015-08-23 11:55:10.715000-07:00', u'altitude': 0, u'ts': 1440356110.715, u'longitude': -122.0804206, u'latitude': 37.3474972, '_id': ObjectId('55da17527d65cb39ee98542d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 67.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0849309, 37.3507739]}, u'fmt_time': u'2015-08-23 11:55:40.601000-07:00', u'altitude': 0, u'ts': 1440356140.601, u'longitude': -122.0849309, u'latitude': 37.3507739, '_id': ObjectId('55da17527d65cb39ee985430'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0958527, 37.3594167]}, u'fmt_time': u'2015-08-23 11:56:40.637000-07:00', u'altitude': 0, u'ts': 1440356200.637, u'longitude': -122.0958527, u'latitude': 37.3594167, '_id': ObjectId('55da260b7d65cb39ee98550c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 67.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0964128, 37.3598075]}, u'fmt_time': u'2015-08-23 11:57:10.679000-07:00', u'altitude': 0, u'ts': 1440356230.679, u'longitude': -122.0964128, u'latitude': 37.3598075, '_id': ObjectId('55da260c7d65cb39ee98550e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0966525, 37.3598911]}, u'fmt_time': u'2015-08-23 11:57:40.714000-07:00', u'altitude': 0, u'ts': 1440356260.714, u'longitude': -122.0966525, u'latitude': 37.3598911, '_id': ObjectId('55da260c7d65cb39ee985511'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 42.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0966013, 37.3599273]}, u'fmt_time': u'2015-08-23 11:58:10.709000-07:00', u'altitude': 0, u'ts': 1440356290.709, u'longitude': -122.0966013, u'latitude': 37.3599273, '_id': ObjectId('55da260c7d65cb39ee985513'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1090671, 37.3723577]}, u'fmt_time': u'2015-08-23 12:00:10.806000-07:00', u'altitude': 0, u'ts': 1440356410.806, u'longitude': -122.1090671, u'latitude': 37.3723577, '_id': ObjectId('55da260c7d65cb39ee98551a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1124818, 37.3740514]}, u'fmt_time': u'2015-08-23 12:01:10.885000-07:00', u'altitude': 0, u'ts': 1440356470.885, u'longitude': -122.1124818, u'latitude': 37.3740514, '_id': ObjectId('55da260d7d65cb39ee985520'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1142324, 37.3751091]}, u'fmt_time': u'2015-08-23 12:01:41.011000-07:00', u'altitude': 0, u'ts': 1440356501.011, u'longitude': -122.1142324, u'latitude': 37.3751091, '_id': ObjectId('55da260d7d65cb39ee985523'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1142352, 37.3796737]}, u'fmt_time': u'2015-08-23 12:02:11.023000-07:00', u'altitude': 0, u'ts': 1440356531.023, u'longitude': -122.1142352, u'latitude': 37.3796737, '_id': ObjectId('55da260d7d65cb39ee985526'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 49.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1141512, 37.3839955]}, u'fmt_time': u'2015-08-23 12:02:41.056000-07:00', u'altitude': 0, u'ts': 1440356561.056, u'longitude': -122.1141512, u'latitude': 37.3839955, '_id': ObjectId('55da260d7d65cb39ee985529'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1143212, 37.3871486]}, u'fmt_time': u'2015-08-23 12:03:11.078000-07:00', u'altitude': 0, u'ts': 1440356591.078, u'longitude': -122.1143212, u'latitude': 37.3871486, '_id': ObjectId('55da260d7d65cb39ee98552c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1142177, 37.3916521]}, u'fmt_time': u'2015-08-23 12:03:41.085000-07:00', u'altitude': 0, u'ts': 1440356621.085, u'longitude': -122.1142177, u'latitude': 37.3916521, '_id': ObjectId('55da260d7d65cb39ee98552f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1141925, 37.3956838]}, u'fmt_time': u'2015-08-23 12:04:11.140000-07:00', u'altitude': 0, u'ts': 1440356651.14, u'longitude': -122.1141925, u'latitude': 37.3956838, '_id': ObjectId('55da260e7d65cb39ee985532'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1140221, 37.3997626]}, u'fmt_time': u'2015-08-23 12:04:41.190000-07:00', u'altitude': 0, u'ts': 1440356681.19, u'longitude': -122.1140221, u'latitude': 37.3997626, '_id': ObjectId('55da260e7d65cb39ee985535'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 48.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1136609, 37.4008338]}, u'fmt_time': u'2015-08-23 12:05:11.208000-07:00', u'altitude': 0, u'ts': 1440356711.208, u'longitude': -122.1136609, u'latitude': 37.4008338, '_id': ObjectId('55da260e7d65cb39ee985537'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 61.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1134229, 37.4012348]}, u'fmt_time': u'2015-08-23 12:05:41.240000-07:00', u'altitude': 0, u'ts': 1440356741.24, u'longitude': -122.1134229, u'latitude': 37.4012348, '_id': ObjectId('55da260e7d65cb39ee98553a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1102118, 37.3994598]}, u'fmt_time': u'2015-08-23 12:06:11.266000-07:00', u'altitude': 0, u'ts': 1440356771.266, u'longitude': -122.1102118, u'latitude': 37.3994598, '_id': ObjectId('55da260e7d65cb39ee98553c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.110089, 37.3994724]}, u'fmt_time': u'2015-08-23 12:06:41.312000-07:00', u'altitude': 0, u'ts': 1440356801.312, u'longitude': -122.110089, u'latitude': 37.3994724, '_id': ObjectId('55da260e7d65cb39ee98553f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1100781, 37.3994658]}, u'fmt_time': u'2015-08-23 12:10:11.601000-07:00', u'altitude': 0, u'ts': 1440357011.601, u'longitude': -122.1100781, u'latitude': 37.3994658, '_id': ObjectId('55da260f7d65cb39ee985547'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.110088, 37.399403]}, u'fmt_time': u'2015-08-23 12:10:41.018000-07:00', u'altitude': 0, u'ts': 1440357041.018, u'longitude': -122.110088, u'latitude': 37.399403, '_id': ObjectId('55da260f7d65cb39ee98554a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1099905, 37.3994305]}, u'fmt_time': u'2015-08-23 12:11:11.570000-07:00', u'altitude': 0, u'ts': 1440357071.57, u'longitude': -122.1099905, u'latitude': 37.3994305, '_id': ObjectId('55da260f7d65cb39ee98554c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 31.5}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e37'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 1
DEBUG:root:Starting with element of type trip, id 56081ad6f6858f3a71f65e74, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 0, u'start_loc': {u'type': u'Point', u'coordinates': [-122.1100628, 37.3994258]}, u'end_ts': 1440358454.493, u'start_ts': 1440357604.281, u'start_fmt_time': u'2015-08-23 12:20:04.281000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0862751, 37.3909233]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-23 12:34:14.493000-07:00', u'duration': 850.212000131607, u'_id': ObjectId('56081ad6f6858f3a71f65e74'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e37')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440357604.281, '$lt': 1440358474.493}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1100628, 37.3994258]}, u'fmt_time': u'2015-08-23 12:20:04.281000-07:00', u'altitude': 0, u'ts': 1440357604.281, u'longitude': -122.1100628, u'latitude': 37.3994258, '_id': ObjectId('55da26117d65cb39ee985565'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1100628, 37.3994258]}, u'fmt_time': u'2015-08-23 12:20:04.281000-07:00', u'altitude': 0, u'ts': 1440357604.281, u'longitude': -122.1100628, u'latitude': 37.3994258, '_id': ObjectId('55da26117d65cb39ee985565'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1101142, 37.3994245]}, u'fmt_time': u'2015-08-23 12:21:04.266000-07:00', u'altitude': 0, u'ts': 1440357664.266, u'longitude': -122.1101142, u'latitude': 37.3994245, '_id': ObjectId('55da26117d65cb39ee985568'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1099657, 37.3993777]}, u'fmt_time': u'2015-08-23 12:21:34.311000-07:00', u'altitude': 0, u'ts': 1440357694.311, u'longitude': -122.1099657, u'latitude': 37.3993777, '_id': ObjectId('55da26117d65cb39ee98556b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0877894, 37.3887269]}, u'fmt_time': u'2015-08-23 12:29:43.893000-07:00', u'altitude': 0, u'ts': 1440358183.893, u'longitude': -122.0877894, u'latitude': 37.3887269, '_id': ObjectId('55da26127d65cb39ee985576'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0849995, 37.3929535]}, u'fmt_time': u'2015-08-23 12:30:43.906000-07:00', u'altitude': 0, u'ts': 1440358243.906, u'longitude': -122.0849995, u'latitude': 37.3929535, '_id': ObjectId('55da26127d65cb39ee98557a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0849995, 37.3929535]}, u'fmt_time': u'2015-08-23 12:31:12.940000-07:00', u'altitude': 0, u'ts': 1440358272.94, u'longitude': -122.0849995, u'latitude': 37.3929535, '_id': ObjectId('55da26127d65cb39ee98557d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 79.551}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0849814, 37.3929862]}, u'fmt_time': u'2015-08-23 12:31:43.969000-07:00', u'altitude': 0, u'ts': 1440358303.969, u'longitude': -122.0849814, u'latitude': 37.3929862, '_id': ObjectId('55da26127d65cb39ee98557f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862749, 37.390828]}, u'fmt_time': u'2015-08-23 12:32:14.036000-07:00', u'altitude': 0, u'ts': 1440358334.036, u'longitude': -122.0862749, u'latitude': 37.390828, '_id': ObjectId('55da26127d65cb39ee985582'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 64.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862747, 37.3908933]}, u'fmt_time': u'2015-08-23 12:32:44.095000-07:00', u'altitude': 0, u'ts': 1440358364.095, u'longitude': -122.0862747, u'latitude': 37.3908933, '_id': ObjectId('55da26127d65cb39ee985584'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0861998, 37.390989]}, u'fmt_time': u'2015-08-23 12:33:14.482000-07:00', u'altitude': 0, u'ts': 1440358394.482, u'longitude': -122.0861998, u'latitude': 37.390989, '_id': ObjectId('55da26137d65cb39ee985588'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 31.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862159, 37.3910055]}, u'fmt_time': u'2015-08-23 12:33:44.497000-07:00', u'altitude': 0, u'ts': 1440358424.497, u'longitude': -122.0862159, u'latitude': 37.3910055, '_id': ObjectId('55da26137d65cb39ee98558a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862751, 37.3909233]}, u'fmt_time': u'2015-08-23 12:34:14.493000-07:00', u'altitude': 0, u'ts': 1440358454.493, u'longitude': -122.0862751, u'latitude': 37.3909233, '_id': ObjectId('55da26137d65cb39ee98558d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.08758, 37.3910055], "type": "Point"}, "id": "56081ad3f6858f3a71f65e30", "properties": {"duration": 61553.61099982262, "enter_fmt_time": "2015-08-22 16:40:01.696000-07:00", "enter_ts": 1440286801.696, "exit_fmt_time": "2015-08-23 09:45:55.307000-07:00", "exit_ts": 1440348355.307, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0437059, 37.3210843], "type": "Point"}, "id": "56081ad3f6858f3a71f65e32", "properties": {"duration": 5964.924999952316, "enter_fmt_time": "2015-08-23 09:59:04.081000-07:00", "enter_ts": 1440349144.081, "exit_fmt_time": "2015-08-23 11:38:29.006000-07:00", "exit_ts": 1440355109.006, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0869456, 37.3900164], "type": "Point"}, "id": "55d9ff5d7d65cb39ee98531a", "properties": {"accuracy": 15.0, "altitude": 11.5, "feature_type": "location", "fmt_time": "2015-08-23 09:45:55.307000-07:00", "heading": 217, "latitude": 37.3900164, "longitude": -122.0869456, "sensed_speed": 11.57175, "ts": 1440348355.307}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0873645, 37.3895163], "type": "Point"}, "id": "55d9ff5d7d65cb39ee98531d", "properties": {"accuracy": 10.0, "altitude": 12.70001220703125, "feature_type": "location", "fmt_time": "2015-08-23 09:46:00.391000-07:00", "heading": 214, "latitude": 37.3895163, "longitude": -122.0873645, "sensed_speed": 11.759399, "ts": 1440348360.391}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0875791, 37.3890203], "type": "Point"}, "id": "55d9ff5e7d65cb39ee98531f", "properties": {"accuracy": 15.0, "altitude": 11.29998779296875, "feature_type": "location", "fmt_time": "2015-08-23 09:46:05.409000-07:00", "heading": 187, "latitude": 37.3890203, "longitude": -122.0875791, "sensed_speed": 12.7602005, "ts": 1440348365.409}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0878503, 37.3883197], "type": "Point"}, "id": "55d9ff5e7d65cb39ee985321", "properties": {"accuracy": 15.0, "altitude": 14.29998779296875, "feature_type": "location", "fmt_time": "2015-08-23 09:46:11.249000-07:00", "heading": 197, "latitude": 37.3883197, "longitude": -122.0878503, "sensed_speed": 12.009601, "ts": 1440348371.249}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0882506, 37.3878951], "type": "Point"}, "id": "55d9ff5e7d65cb39ee985323", "properties": {"accuracy": 15.0, "altitude": 11.70001220703125, "feature_type": "location", "fmt_time": "2015-08-23 09:46:16.349000-07:00", "heading": 188, "latitude": 37.3878951, "longitude": -122.0882506, "sensed_speed": 10.5084, "ts": 1440348376.349}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0880781, 37.3874609], "type": "Point"}, "id": "55d9ff5e7d65cb39ee985325", "properties": {"accuracy": 15.0, "altitude": 9.600006103515625, "feature_type": "location", "fmt_time": "2015-08-23 09:46:22.248000-07:00", "heading": 148, "latitude": 37.3874609, "longitude": -122.0880781, "sensed_speed": 10.69605, "ts": 1440348382.248}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0873785, 37.3872294], "type": "Point"}, "id": "55d9ff5e7d65cb39ee985327", "properties": {"accuracy": 15.0, "altitude": 7.5, "feature_type": "location", "fmt_time": "2015-08-23 09:46:27.281000-07:00", "heading": 121, "latitude": 37.3872294, "longitude": -122.0873785, "sensed_speed": 12.2598, "ts": 1440348387.281}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0866269, 37.3869305], "type": "Point"}, "id": "55d9ff5e7d65cb39ee98532a", "properties": {"accuracy": 15.0, "altitude": 2.70001220703125, "feature_type": "location", "fmt_time": "2015-08-23 09:46:32.452000-07:00", "heading": 121, "latitude": 37.3869305, "longitude": -122.0866269, "sensed_speed": 12.8853, "ts": 1440348392.452}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0858216, 37.3865392], "type": "Point"}, "id": "55d9ff5e7d65cb39ee98532c", "properties": {"accuracy": 10.0, "altitude": 0.600006103515625, "feature_type": "location", "fmt_time": "2015-08-23 09:46:38.265000-07:00", "heading": 124, "latitude": 37.3865392, "longitude": -122.0858216, "sensed_speed": 14.0112, "ts": 1440348398.265}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0851521, 37.3861943], "type": "Point"}, "id": "55d9ff5e7d65cb39ee98532e", "properties": {"accuracy": 10.0, "altitude": -3.0, "feature_type": "location", "fmt_time": "2015-08-23 09:46:43.292000-07:00", "heading": 121, "latitude": 37.3861943, "longitude": -122.0851521, "sensed_speed": 12.51, "ts": 1440348403.292}, "type": "Feature"}, {"geometry": {"coordinates": [-122.084682, 37.3859683], "type": "Point"}, "id": "55d9ff5e7d65cb39ee985330", "properties": {"accuracy": 10.0, "altitude": -0.100006103515625, "feature_type": "location", "fmt_time": "2015-08-23 09:46:48.361000-07:00", "heading": 119, "latitude": 37.3859683, "longitude": -122.084682, "sensed_speed": 7.94385, "ts": 1440348408.361}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844463, 37.3858376], "type": "Point"}, "id": "55d9ff5f7d65cb39ee985332", "properties": {"accuracy": 10.0, "altitude": 3.100006103515625, "feature_type": "location", "fmt_time": "2015-08-23 09:46:54.270000-07:00", "heading": 132, "latitude": 37.3858376, "longitude": -122.0844463, "sensed_speed": 1.8139501, "ts": 1440348414.27}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844565, 37.385832], "type": "Point"}, "id": "55d9ff5f7d65cb39ee985334", "properties": {"accuracy": 10.0, "altitude": 3.399993896484375, "feature_type": "location", "fmt_time": "2015-08-23 09:46:59.362000-07:00", "heading": 138, "latitude": 37.385832, "longitude": -122.0844565, "sensed_speed": 0.0, "ts": 1440348419.362}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844423, 37.3858402], "type": "Point"}, "id": "55d9ff5f7d65cb39ee985336", "properties": {"accuracy": 10.0, "altitude": 4.0, "feature_type": "location", "fmt_time": "2015-08-23 09:47:04.367000-07:00", "heading": 132, "latitude": 37.3858402, "longitude": -122.0844423, "sensed_speed": 2.81475, "ts": 1440348424.367}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0840672, 37.385688], "type": "Point"}, "id": "55d9ff5f7d65cb39ee985339", "properties": {"accuracy": 10.0, "altitude": 2.79998779296875, "feature_type": "location", "fmt_time": "2015-08-23 09:47:10.260000-07:00", "heading": 121, "latitude": 37.385688, "longitude": -122.0840672, "sensed_speed": 8.8821, "ts": 1440348430.26}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0834885, 37.3853978], "type": "Point"}, "id": "55d9ff5f7d65cb39ee98533b", "properties": {"accuracy": 10.0, "altitude": 2.29998779296875, "feature_type": "location", "fmt_time": "2015-08-23 09:47:15.301000-07:00", "heading": 123, "latitude": 37.3853978, "longitude": -122.0834885, "sensed_speed": 12.3223505, "ts": 1440348435.301}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0827962, 37.3850753], "type": "Point"}, "id": "55d9ff5f7d65cb39ee98533d", "properties": {"accuracy": 10.0, "altitude": 2.600006103515625, "feature_type": "location", "fmt_time": "2015-08-23 09:47:20.310000-07:00", "heading": 120, "latitude": 37.3850753, "longitude": -122.0827962, "sensed_speed": 13.19805, "ts": 1440348440.31}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0820917, 37.3847539], "type": "Point"}, "id": "55d9ff5f7d65cb39ee985340", "properties": {"accuracy": 10.0, "altitude": 2.100006103515625, "feature_type": "location", "fmt_time": "2015-08-23 09:47:25.340000-07:00", "heading": 126, "latitude": 37.3847539, "longitude": -122.0820917, "sensed_speed": 14.57415, "ts": 1440348445.34}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0813811, 37.3844238], "type": "Point"}, "id": "55d9ff5f7d65cb39ee985342", "properties": {"accuracy": 10.0, "altitude": -2.399993896484375, "feature_type": "location", "fmt_time": "2015-08-23 09:47:30.404000-07:00", "heading": 118, "latitude": 37.3844238, "longitude": -122.0813811, "sensed_speed": 14.69925, "ts": 1440348450.404}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0805217, 37.3839858], "type": "Point"}, "id": "55d9ff5f7d65cb39ee985344", "properties": {"accuracy": 10.0, "altitude": -1.600006103515625, "feature_type": "location", "fmt_time": "2015-08-23 09:47:36.265000-07:00", "heading": 122, "latitude": 37.3839858, "longitude": -122.0805217, "sensed_speed": 15.8877, "ts": 1440348456.265}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0797659, 37.3835842], "type": "Point"}, "id": "55d9ff607d65cb39ee985346", "properties": {"accuracy": 10.0, "altitude": 0.899993896484375, "feature_type": "location", "fmt_time": "2015-08-23 09:47:41.349000-07:00", "heading": 128, "latitude": 37.3835842, "longitude": -122.0797659, "sensed_speed": 16.57575, "ts": 1440348461.349}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0789619, 37.3830713], "type": "Point"}, "id": "55d9ff607d65cb39ee985348", "properties": {"accuracy": 10.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-23 09:47:47.254000-07:00", "heading": 123, "latitude": 37.3830713, "longitude": -122.0789619, "sensed_speed": 12.6351, "ts": 1440348467.254}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0784625, 37.3828649], "type": "Point"}, "id": "55d9ff607d65cb39ee98534a", "properties": {"accuracy": 10.0, "altitude": 0.600006103515625, "feature_type": "location", "fmt_time": "2015-08-23 09:47:52.252000-07:00", "heading": 122, "latitude": 37.3828649, "longitude": -122.0784625, "sensed_speed": 7.8813, "ts": 1440348472.252}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0783395, 37.3828339], "type": "Point"}, "id": "55d9ff607d65cb39ee98534c", "properties": {"accuracy": 10.0, "altitude": -0.70001220703125, "feature_type": "location", "fmt_time": "2015-08-23 09:47:57.308000-07:00", "heading": 110, "latitude": 37.3828339, "longitude": -122.0783395, "sensed_speed": 0.68805, "ts": 1440348477.308}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0782547, 37.3828252], "type": "Point"}, "id": "55d9ff607d65cb39ee98534e", "properties": {"accuracy": 10.0, "altitude": -4.100006103515625, "feature_type": "location", "fmt_time": "2015-08-23 09:48:02.334000-07:00", "heading": 125, "latitude": 37.3828252, "longitude": -122.0782547, "sensed_speed": 5.004, "ts": 1440348482.334}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0778876, 37.3826659], "type": "Point"}, "id": "55d9ff607d65cb39ee985351", "properties": {"accuracy": 10.0, "altitude": -5.0, "feature_type": "location", "fmt_time": "2015-08-23 09:48:07.377000-07:00", "heading": 119, "latitude": 37.3826659, "longitude": -122.0778876, "sensed_speed": 9.2574, "ts": 1440348487.377}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0771383, 37.3823214], "type": "Point"}, "id": "55d9ff607d65cb39ee985353", "properties": {"accuracy": 10.0, "altitude": -6.600006103515625, "feature_type": "location", "fmt_time": "2015-08-23 09:48:13.291000-07:00", "heading": 117, "latitude": 37.3823214, "longitude": -122.0771383, "sensed_speed": 11.8845, "ts": 1440348493.291}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0764853, 37.3820202], "type": "Point"}, "id": "55d9ff607d65cb39ee985355", "properties": {"accuracy": 10.0, "altitude": -5.899993896484375, "feature_type": "location", "fmt_time": "2015-08-23 09:48:18.396000-07:00", "heading": 120, "latitude": 37.3820202, "longitude": -122.0764853, "sensed_speed": 13.2606, "ts": 1440348498.396}, "type": "Feature"}, {"geometry": {"coordinates": [-122.075727, 37.3816268], "type": "Point"}, "id": "55d9ff607d65cb39ee985357", "properties": {"accuracy": 10.0, "altitude": -4.20001220703125, "feature_type": "location", "fmt_time": "2015-08-23 09:48:24.263000-07:00", "heading": 121, "latitude": 37.3816268, "longitude": -122.075727, "sensed_speed": 12.6351, "ts": 1440348504.263}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0751203, 37.38128], "type": "Point"}, "id": "55d9ff607d65cb39ee985359", "properties": {"accuracy": 10.0, "altitude": -3.600006103515625, "feature_type": "location", "fmt_time": "2015-08-23 09:48:29.290000-07:00", "heading": 122, "latitude": 37.38128, "longitude": -122.0751203, "sensed_speed": 11.57175, "ts": 1440348509.29}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0744834, 37.3809561], "type": "Point"}, "id": "55d9ff617d65cb39ee98535b", "properties": {"accuracy": 10.0, "altitude": -2.79998779296875, "feature_type": "location", "fmt_time": "2015-08-23 09:48:35.256000-07:00", "heading": 122, "latitude": 37.3809561, "longitude": -122.0744834, "sensed_speed": 9.570149, "ts": 1440348515.256}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0741231, 37.3808091], "type": "Point"}, "id": "55d9ff617d65cb39ee98535e", "properties": {"accuracy": 10.0, "altitude": -3.100006103515625, "feature_type": "location", "fmt_time": "2015-08-23 09:48:40.288000-07:00", "heading": 124, "latitude": 37.3808091, "longitude": -122.0741231, "sensed_speed": 5.44185, "ts": 1440348520.288}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0740037, 37.3807584], "type": "Point"}, "id": "55d9ff617d65cb39ee985360", "properties": {"accuracy": 10.0, "altitude": -1.70001220703125, "feature_type": "location", "fmt_time": "2015-08-23 09:48:45.303000-07:00", "heading": 129, "latitude": 37.3807584, "longitude": -122.0740037, "sensed_speed": 1.6263, "ts": 1440348525.303}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0737642, 37.3806154], "type": "Point"}, "id": "55d9ff617d65cb39ee985362", "properties": {"accuracy": 10.0, "altitude": -0.399993896484375, "feature_type": "location", "fmt_time": "2015-08-23 09:48:50.311000-07:00", "heading": 123, "latitude": 37.3806154, "longitude": -122.0737642, "sensed_speed": 7.0056, "ts": 1440348530.311}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0733331, 37.3804328], "type": "Point"}, "id": "55d9ff617d65cb39ee985364", "properties": {"accuracy": 10.0, "altitude": 1.399993896484375, "feature_type": "location", "fmt_time": "2015-08-23 09:48:55.325000-07:00", "heading": 118, "latitude": 37.3804328, "longitude": -122.0733331, "sensed_speed": 9.945451, "ts": 1440348535.325}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0727792, 37.380201], "type": "Point"}, "id": "55d9ff617d65cb39ee985366", "properties": {"accuracy": 10.0, "altitude": 0.70001220703125, "feature_type": "location", "fmt_time": "2015-08-23 09:49:00.333000-07:00", "heading": 116, "latitude": 37.380201, "longitude": -122.0727792, "sensed_speed": 9.132299, "ts": 1440348540.333}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0708655, 37.3794055], "type": "Point"}, "id": "55d9ff617d65cb39ee985369", "properties": {"accuracy": 10.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-23 09:49:14.462000-07:00", "heading": 118, "latitude": 37.3794055, "longitude": -122.0708655, "sensed_speed": 14.7618, "ts": 1440348554.462}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0700715, 37.3791663], "type": "Point"}, "id": "55d9ff617d65cb39ee98536b", "properties": {"accuracy": 15.0, "altitude": -20.20001220703125, "feature_type": "location", "fmt_time": "2015-08-23 09:49:20.329000-07:00", "heading": 116, "latitude": 37.3791663, "longitude": -122.0700715, "sensed_speed": 15.5124, "ts": 1440348560.329}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0693518, 37.378834], "type": "Point"}, "id": "55d9ff617d65cb39ee98536d", "properties": {"accuracy": 15.0, "altitude": -11.0, "feature_type": "location", "fmt_time": "2015-08-23 09:49:25.353000-07:00", "heading": 117, "latitude": 37.378834, "longitude": -122.0693518, "sensed_speed": 13.0104, "ts": 1440348565.353}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0687667, 37.3785065], "type": "Point"}, "id": "55d9ff627d65cb39ee98536f", "properties": {"accuracy": 15.0, "altitude": -0.5, "feature_type": "location", "fmt_time": "2015-08-23 09:49:30.385000-07:00", "heading": 132, "latitude": 37.3785065, "longitude": -122.0687667, "sensed_speed": 8.694449, "ts": 1440348570.385}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0688977, 37.3781094], "type": "Point"}, "id": "55d9ff627d65cb39ee985371", "properties": {"accuracy": 10.0, "altitude": 2.399993896484375, "feature_type": "location", "fmt_time": "2015-08-23 09:49:35.416000-07:00", "heading": 202, "latitude": 37.3781094, "longitude": -122.0688977, "sensed_speed": 12.6351, "ts": 1440348575.416}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0687685, 37.377334], "type": "Point"}, "id": "55d9ff627d65cb39ee985374", "properties": {"accuracy": 10.0, "altitude": 4.5, "feature_type": "location", "fmt_time": "2015-08-23 09:49:41.343000-07:00", "heading": 141, "latitude": 37.377334, "longitude": -122.0687685, "sensed_speed": 17.1387, "ts": 1440348581.343}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0681343, 37.3766402], "type": "Point"}, "id": "55d9ff627d65cb39ee985376", "properties": {"accuracy": 10.0, "altitude": 8.70001220703125, "feature_type": "location", "fmt_time": "2015-08-23 09:49:46.381000-07:00", "heading": 159, "latitude": 37.3766402, "longitude": -122.0681343, "sensed_speed": 18.1395, "ts": 1440348586.381}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0680347, 37.3757673], "type": "Point"}, "id": "55d9ff627d65cb39ee985378", "properties": {"accuracy": 10.0, "altitude": 11.79998779296875, "feature_type": "location", "fmt_time": "2015-08-23 09:49:51.412000-07:00", "heading": 183, "latitude": 37.3757673, "longitude": -122.0680347, "sensed_speed": 19.890902, "ts": 1440348591.412}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0680319, 37.374555], "type": "Point"}, "id": "55d9ff627d65cb39ee98537a", "properties": {"accuracy": 10.0, "altitude": 8.20001220703125, "feature_type": "location", "fmt_time": "2015-08-23 09:49:57.324000-07:00", "heading": 175, "latitude": 37.374555, "longitude": -122.0680319, "sensed_speed": 25.3953, "ts": 1440348597.324}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0677963, 37.3733682], "type": "Point"}, "id": "55d9ff627d65cb39ee98537c", "properties": {"accuracy": 10.0, "altitude": 7.399993896484375, "feature_type": "location", "fmt_time": "2015-08-23 09:50:02.398000-07:00", "heading": 165, "latitude": 37.3733682, "longitude": -122.0677963, "sensed_speed": 27.021599, "ts": 1440348602.398}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0671009, 37.3718927], "type": "Point"}, "id": "55d9ff627d65cb39ee98537f", "properties": {"accuracy": 10.0, "altitude": 9.600006103515625, "feature_type": "location", "fmt_time": "2015-08-23 09:50:08.410000-07:00", "heading": 157, "latitude": 37.3718927, "longitude": -122.0671009, "sensed_speed": 29.46105, "ts": 1440348608.41}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0663642, 37.3707548], "type": "Point"}, "id": "55d9ff627d65cb39ee985381", "properties": {"accuracy": 10.0, "altitude": 11.899993896484375, "feature_type": "location", "fmt_time": "2015-08-23 09:50:13.420000-07:00", "heading": 153, "latitude": 37.3707548, "longitude": -122.0663642, "sensed_speed": 28.0224, "ts": 1440348613.42}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0654849, 37.3693303], "type": "Point"}, "id": "55d9ff637d65cb39ee985383", "properties": {"accuracy": 10.0, "altitude": 17.79998779296875, "feature_type": "location", "fmt_time": "2015-08-23 09:50:19.347000-07:00", "heading": 153, "latitude": 37.3693303, "longitude": -122.0654849, "sensed_speed": 29.3985, "ts": 1440348619.347}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0647187, 37.3680518], "type": "Point"}, "id": "55d9ff637d65cb39ee985385", "properties": {"accuracy": 10.0, "altitude": 22.70001220703125, "feature_type": "location", "fmt_time": "2015-08-23 09:50:24.372000-07:00", "heading": 155, "latitude": 37.3680518, "longitude": -122.0647187, "sensed_speed": 31.087349, "ts": 1440348624.372}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0639347, 37.3667885], "type": "Point"}, "id": "55d9ff637d65cb39ee985387", "properties": {"accuracy": 10.0, "altitude": 24.79998779296875, "feature_type": "location", "fmt_time": "2015-08-23 09:50:29.405000-07:00", "heading": 154, "latitude": 37.3667885, "longitude": -122.0639347, "sensed_speed": 30.5244, "ts": 1440348629.405}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0630989, 37.365283], "type": "Point"}, "id": "55d9ff637d65cb39ee985389", "properties": {"accuracy": 10.0, "altitude": 23.5, "feature_type": "location", "fmt_time": "2015-08-23 09:50:35.322000-07:00", "heading": 158, "latitude": 37.365283, "longitude": -122.0630989, "sensed_speed": 30.7746, "ts": 1440348635.322}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0629188, 37.3639364], "type": "Point"}, "id": "55d9ff637d65cb39ee98538c", "properties": {"accuracy": 10.0, "altitude": 23.4000244140625, "feature_type": "location", "fmt_time": "2015-08-23 09:50:40.337000-07:00", "heading": 176, "latitude": 37.3639364, "longitude": -122.0629188, "sensed_speed": 30.33675, "ts": 1440348640.337}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0629407, 37.3625651], "type": "Point"}, "id": "55d9ff637d65cb39ee98538e", "properties": {"accuracy": 10.0, "altitude": 18.9000244140625, "feature_type": "location", "fmt_time": "2015-08-23 09:50:45.370000-07:00", "heading": 182, "latitude": 37.3625651, "longitude": -122.0629407, "sensed_speed": 30.83715, "ts": 1440348645.37}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0630081, 37.3612051], "type": "Point"}, "id": "55d9ff637d65cb39ee985390", "properties": {"accuracy": 10.0, "altitude": 17.0999755859375, "feature_type": "location", "fmt_time": "2015-08-23 09:50:50.397000-07:00", "heading": 183, "latitude": 37.3612051, "longitude": -122.0630081, "sensed_speed": 30.08655, "ts": 1440348650.397}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0630927, 37.3598216], "type": "Point"}, "id": "55d9ff637d65cb39ee985392", "properties": {"accuracy": 10.0, "altitude": 17.70001220703125, "feature_type": "location", "fmt_time": "2015-08-23 09:50:55.434000-07:00", "heading": 181, "latitude": 37.3598216, "longitude": -122.0630927, "sensed_speed": 30.33675, "ts": 1440348655.434}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0630122, 37.3582486], "type": "Point"}, "id": "55d9ff637d65cb39ee985394", "properties": {"accuracy": 10.0, "altitude": 15.0, "feature_type": "location", "fmt_time": "2015-08-23 09:51:01.425000-07:00", "heading": 174, "latitude": 37.3582486, "longitude": -122.0630122, "sensed_speed": 28.272598, "ts": 1440348661.425}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0601497, 37.3499971], "type": "Point"}, "id": "55d9ff647d65cb39ee985398", "properties": {"accuracy": 36.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-23 09:51:34.855000-07:00", "heading": 0, "latitude": 37.3499971, "longitude": -122.0601497, "sensed_speed": 0.0, "ts": 1440348694.855}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0516174, 37.3227586], "type": "Point"}, "id": "55d9ff647d65cb39ee9853a2", "properties": {"accuracy": 40.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-23 09:54:04.796000-07:00", "heading": 0, "latitude": 37.3227586, "longitude": -122.0516174, "sensed_speed": 0.0, "ts": 1440348844.796}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0464919, 37.3232763], "type": "Point"}, "id": "55d9ff657d65cb39ee9853a8", "properties": {"accuracy": 57.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-23 09:55:04.876000-07:00", "heading": 0, "latitude": 37.3232763, "longitude": -122.0464919, "sensed_speed": 0.0, "ts": 1440348904.876}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0436722, 37.3217302], "type": "Point"}, "id": "55d9ff657d65cb39ee9853ac", "properties": {"accuracy": 24.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-23 09:56:04.901000-07:00", "heading": 0, "latitude": 37.3217302, "longitude": -122.0436722, "sensed_speed": 0.0, "ts": 1440348964.901}, "type": "Feature"}, {"geometry": {"coordinates": [-122.043706, 37.3210836], "type": "Point"}, "id": "55d9ff657d65cb39ee9853b1", "properties": {"accuracy": 27.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-23 09:57:04.991000-07:00", "heading": 0, "latitude": 37.3210836, "longitude": -122.043706, "sensed_speed": 0.0, "ts": 1440349024.991}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0437065, 37.3210843], "type": "Point"}, "id": "55d9ff657d65cb39ee9853b3", "properties": {"accuracy": 27.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-23 09:57:35.012000-07:00", "heading": 0, "latitude": 37.3210843, "longitude": -122.0437065, "sensed_speed": 0.0, "ts": 1440349055.012}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0437065, 37.3210843], "type": "Point"}, "id": "55d9ff657d65cb39ee9853b6", "properties": {"accuracy": 70.539, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-23 09:58:04.039000-07:00", "heading": 0, "latitude": 37.3210843, "longitude": -122.0437065, "sensed_speed": 0.0, "ts": 1440349084.039}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0437059, 37.3210843], "type": "Point"}, "id": "55d9ff667d65cb39ee9853ba", "properties": {"accuracy": 24.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-23 09:58:35.044000-07:00", "heading": 0, "latitude": 37.3210843, "longitude": -122.0437059, "sensed_speed": 0.0, "ts": 1440349115.044}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0437059, 37.3210843], "type": "Point"}, "id": "55d9ff667d65cb39ee9853bd", "properties": {"accuracy": 67.555, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-23 09:59:04.081000-07:00", "heading": 0, "latitude": 37.3210843, "longitude": -122.0437059, "sensed_speed": 0.0, "ts": 1440349144.081}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.08758, 37.3910055], [-122.0869456, 37.3900164], [-122.0873645, 37.3895163], [-122.0875791, 37.3890203], [-122.0878503, 37.3883197], [-122.0882506, 37.3878951], [-122.0880781, 37.3874609], [-122.0873785, 37.3872294], [-122.0866269, 37.3869305], [-122.0858216, 37.3865392], [-122.0851521, 37.3861943], [-122.084682, 37.3859683], [-122.0844463, 37.3858376], [-122.0844565, 37.385832], [-122.0844423, 37.3858402], [-122.0840672, 37.385688], [-122.0834885, 37.3853978], [-122.0827962, 37.3850753], [-122.0820917, 37.3847539], [-122.0813811, 37.3844238], [-122.0805217, 37.3839858], [-122.0797659, 37.3835842], [-122.0789619, 37.3830713], [-122.0784625, 37.3828649], [-122.0783395, 37.3828339], [-122.0782547, 37.3828252], [-122.0778876, 37.3826659], [-122.0771383, 37.3823214], [-122.0764853, 37.3820202], [-122.075727, 37.3816268], [-122.0751203, 37.38128], [-122.0744834, 37.3809561], [-122.0741231, 37.3808091], [-122.0740037, 37.3807584], [-122.0737642, 37.3806154], [-122.0733331, 37.3804328], [-122.0727792, 37.380201], [-122.0708655, 37.3794055], [-122.0700715, 37.3791663], [-122.0693518, 37.378834], [-122.0687667, 37.3785065], [-122.0688977, 37.3781094], [-122.0687685, 37.377334], [-122.0681343, 37.3766402], [-122.0680347, 37.3757673], [-122.0680319, 37.374555], [-122.0677963, 37.3733682], [-122.0671009, 37.3718927], [-122.0663642, 37.3707548], [-122.0654849, 37.3693303], [-122.0647187, 37.3680518], [-122.0639347, 37.3667885], [-122.0630989, 37.365283], [-122.0629188, 37.3639364], [-122.0629407, 37.3625651], [-122.0630081, 37.3612051], [-122.0630927, 37.3598216], [-122.0630122, 37.3582486], [-122.0601497, 37.3499971], [-122.0516174, 37.3227586], [-122.0464919, 37.3232763], [-122.0436722, 37.3217302], [-122.043706, 37.3210836], [-122.0437065, 37.3210843], [-122.0437065, 37.3210843], [-122.0437059, 37.3210843], [-122.0437059, 37.3210843]], "type": "LineString"}, "id": "56081ad6f6858f3a71f65e71", "properties": {"duration": 788.7740001678467, "end_fmt_time": "2015-08-23 09:59:04.081000-07:00", "end_ts": 1440349144.081, "feature_type": "section", "sensed_mode": "MotionTypes.IN_VEHICLE", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-23 09:45:55.307000-07:00", "start_ts": 1440348355.307}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0437059, 37.3210843], "type": "Point"}, "id": "56081ad3f6858f3a71f65e32", "properties": {"duration": 5964.924999952316, "enter_fmt_time": "2015-08-23 09:59:04.081000-07:00", "enter_ts": 1440349144.081, "exit_fmt_time": "2015-08-23 11:38:29.006000-07:00", "exit_ts": 1440355109.006, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0440361, 37.3206362], "type": "Point"}, "id": "56081ad3f6858f3a71f65e34", "properties": {"duration": 639.5569999217987, "enter_fmt_time": "2015-08-23 11:42:01.043000-07:00", "enter_ts": 1440355321.043, "exit_fmt_time": "2015-08-23 11:52:40.600000-07:00", "exit_ts": 1440355960.6, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0453442, 37.3201787], "type": "Point"}, "id": "55da174e7d65cb39ee9853ea", "properties": {"accuracy": 29.766, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:38:29.006000-07:00", "heading": 0, "latitude": 37.3201787, "longitude": -122.0453442, "sensed_speed": 0, "ts": 1440355109.006}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0453303, 37.3201738], "type": "Point"}, "id": "55da174e7d65cb39ee9853ed", "properties": {"accuracy": 29.834, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:39:01.198000-07:00", "heading": 0, "latitude": 37.3201738, "longitude": -122.0453303, "sensed_speed": 0, "ts": 1440355141.198}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0445345, 37.3203505], "type": "Point"}, "id": "55da174e7d65cb39ee9853f0", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:39:31.234000-07:00", "heading": 0, "latitude": 37.3203505, "longitude": -122.0445345, "sensed_speed": 0, "ts": 1440355171.234}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0442932, 37.3205484], "type": "Point"}, "id": "55da174e7d65cb39ee9853f3", "properties": {"accuracy": 29.125, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:40:01.245000-07:00", "heading": 0, "latitude": 37.3205484, "longitude": -122.0442932, "sensed_speed": 0, "ts": 1440355201.245}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0440247, 37.3206499], "type": "Point"}, "id": "55da174f7d65cb39ee9853f6", "properties": {"accuracy": 25.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:40:31.442000-07:00", "heading": 0, "latitude": 37.3206499, "longitude": -122.0440247, "sensed_speed": 0, "ts": 1440355231.442}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0439109, 37.3206526], "type": "Point"}, "id": "55da174f7d65cb39ee9853f9", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:41:01.349000-07:00", "heading": 0, "latitude": 37.3206526, "longitude": -122.0439109, "sensed_speed": 0, "ts": 1440355261.349}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0440361, 37.3206362], "type": "Point"}, "id": "55da174f7d65cb39ee9853fc", "properties": {"accuracy": 24.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:41:31.445000-07:00", "heading": 0, "latitude": 37.3206362, "longitude": -122.0440361, "sensed_speed": 0, "ts": 1440355291.445}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0440361, 37.3206362], "type": "Point"}, "id": "55da174f7d65cb39ee9853ff", "properties": {"accuracy": 68.397, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:42:01.043000-07:00", "heading": 0, "latitude": 37.3206362, "longitude": -122.0440361, "sensed_speed": 0, "ts": 1440355321.043}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0437059, 37.3210843], [-122.0453442, 37.3201787], [-122.0453303, 37.3201738], [-122.0445345, 37.3203505], [-122.0442932, 37.3205484], [-122.0440247, 37.3206499], [-122.0439109, 37.3206526], [-122.0440361, 37.3206362], [-122.0440361, 37.3206362]], "type": "LineString"}, "id": "56081ad6f6858f3a71f65e72", "properties": {"duration": 212.0369999408722, "end_fmt_time": "2015-08-23 11:42:01.043000-07:00", "end_ts": 1440355321.043, "feature_type": "section", "sensed_mode": "MotionTypes.ON_FOOT", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-23 11:38:29.006000-07:00", "start_ts": 1440355109.006}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0440361, 37.3206362], "type": "Point"}, "id": "56081ad3f6858f3a71f65e34", "properties": {"duration": 639.5569999217987, "enter_fmt_time": "2015-08-23 11:42:01.043000-07:00", "enter_ts": 1440355321.043, "exit_fmt_time": "2015-08-23 11:52:40.600000-07:00", "exit_ts": 1440355960.6, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1099905, 37.3994305], "type": "Point"}, "id": "56081ad3f6858f3a71f65e36", "properties": {"duration": 532.7109999656677, "enter_fmt_time": "2015-08-23 12:11:11.570000-07:00", "enter_ts": 1440357071.57, "exit_fmt_time": "2015-08-23 12:20:04.281000-07:00", "exit_ts": 1440357604.281, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0663792, 37.335235], "type": "Point"}, "id": "55da17517d65cb39ee98541f", "properties": {"accuracy": 52.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:52:40.600000-07:00", "heading": 0, "latitude": 37.335235, "longitude": -122.0663792, "sensed_speed": 0, "ts": 1440355960.6}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0677596, 37.3377436], "type": "Point"}, "id": "55da17517d65cb39ee985422", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:53:10.671000-07:00", "heading": 0, "latitude": 37.3377436, "longitude": -122.0677596, "sensed_speed": 0, "ts": 1440355990.671}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0715899, 37.340665], "type": "Point"}, "id": "55da17517d65cb39ee985427", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:54:10.633000-07:00", "heading": 0, "latitude": 37.340665, "longitude": -122.0715899, "sensed_speed": 0, "ts": 1440356050.633}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0759237, 37.3441083], "type": "Point"}, "id": "55da17527d65cb39ee98542a", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:54:40.660000-07:00", "heading": 0, "latitude": 37.3441083, "longitude": -122.0759237, "sensed_speed": 0, "ts": 1440356080.66}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0804206, 37.3474972], "type": "Point"}, "id": "55da17527d65cb39ee98542d", "properties": {"accuracy": 67.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:55:10.715000-07:00", "heading": 0, "latitude": 37.3474972, "longitude": -122.0804206, "sensed_speed": 0, "ts": 1440356110.715}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0849309, 37.3507739], "type": "Point"}, "id": "55da17527d65cb39ee985430", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:55:40.601000-07:00", "heading": 0, "latitude": 37.3507739, "longitude": -122.0849309, "sensed_speed": 0, "ts": 1440356140.601}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0958527, 37.3594167], "type": "Point"}, "id": "55da260b7d65cb39ee98550c", "properties": {"accuracy": 67.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:56:40.637000-07:00", "heading": 0, "latitude": 37.3594167, "longitude": -122.0958527, "sensed_speed": 0, "ts": 1440356200.637}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0964128, 37.3598075], "type": "Point"}, "id": "55da260c7d65cb39ee98550e", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:57:10.679000-07:00", "heading": 0, "latitude": 37.3598075, "longitude": -122.0964128, "sensed_speed": 0, "ts": 1440356230.679}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0966525, 37.3598911], "type": "Point"}, "id": "55da260c7d65cb39ee985511", "properties": {"accuracy": 42.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:57:40.714000-07:00", "heading": 0, "latitude": 37.3598911, "longitude": -122.0966525, "sensed_speed": 0, "ts": 1440356260.714}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0966013, 37.3599273], "type": "Point"}, "id": "55da260c7d65cb39ee985513", "properties": {"accuracy": 57.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 11:58:10.709000-07:00", "heading": 0, "latitude": 37.3599273, "longitude": -122.0966013, "sensed_speed": 0, "ts": 1440356290.709}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1090671, 37.3723577], "type": "Point"}, "id": "55da260c7d65cb39ee98551a", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:00:10.806000-07:00", "heading": 0, "latitude": 37.3723577, "longitude": -122.1090671, "sensed_speed": 0, "ts": 1440356410.806}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1124818, 37.3740514], "type": "Point"}, "id": "55da260d7d65cb39ee985520", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:01:10.885000-07:00", "heading": 0, "latitude": 37.3740514, "longitude": -122.1124818, "sensed_speed": 0, "ts": 1440356470.885}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1142324, 37.3751091], "type": "Point"}, "id": "55da260d7d65cb39ee985523", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:01:41.011000-07:00", "heading": 0, "latitude": 37.3751091, "longitude": -122.1142324, "sensed_speed": 0, "ts": 1440356501.011}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1142352, 37.3796737], "type": "Point"}, "id": "55da260d7d65cb39ee985526", "properties": {"accuracy": 49.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:02:11.023000-07:00", "heading": 0, "latitude": 37.3796737, "longitude": -122.1142352, "sensed_speed": 0, "ts": 1440356531.023}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1141512, 37.3839955], "type": "Point"}, "id": "55da260d7d65cb39ee985529", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:02:41.056000-07:00", "heading": 0, "latitude": 37.3839955, "longitude": -122.1141512, "sensed_speed": 0, "ts": 1440356561.056}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1143212, 37.3871486], "type": "Point"}, "id": "55da260d7d65cb39ee98552c", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:03:11.078000-07:00", "heading": 0, "latitude": 37.3871486, "longitude": -122.1143212, "sensed_speed": 0, "ts": 1440356591.078}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1142177, 37.3916521], "type": "Point"}, "id": "55da260d7d65cb39ee98552f", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:03:41.085000-07:00", "heading": 0, "latitude": 37.3916521, "longitude": -122.1142177, "sensed_speed": 0, "ts": 1440356621.085}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1141925, 37.3956838], "type": "Point"}, "id": "55da260e7d65cb39ee985532", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:04:11.140000-07:00", "heading": 0, "latitude": 37.3956838, "longitude": -122.1141925, "sensed_speed": 0, "ts": 1440356651.14}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1140221, 37.3997626], "type": "Point"}, "id": "55da260e7d65cb39ee985535", "properties": {"accuracy": 48.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:04:41.190000-07:00", "heading": 0, "latitude": 37.3997626, "longitude": -122.1140221, "sensed_speed": 0, "ts": 1440356681.19}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1136609, 37.4008338], "type": "Point"}, "id": "55da260e7d65cb39ee985537", "properties": {"accuracy": 61.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:05:11.208000-07:00", "heading": 0, "latitude": 37.4008338, "longitude": -122.1136609, "sensed_speed": 0, "ts": 1440356711.208}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1134229, 37.4012348], "type": "Point"}, "id": "55da260e7d65cb39ee98553a", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:05:41.240000-07:00", "heading": 0, "latitude": 37.4012348, "longitude": -122.1134229, "sensed_speed": 0, "ts": 1440356741.24}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1102118, 37.3994598], "type": "Point"}, "id": "55da260e7d65cb39ee98553c", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:06:11.266000-07:00", "heading": 0, "latitude": 37.3994598, "longitude": -122.1102118, "sensed_speed": 0, "ts": 1440356771.266}, "type": "Feature"}, {"geometry": {"coordinates": [-122.110089, 37.3994724], "type": "Point"}, "id": "55da260e7d65cb39ee98553f", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:06:41.312000-07:00", "heading": 0, "latitude": 37.3994724, "longitude": -122.110089, "sensed_speed": 0, "ts": 1440356801.312}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1100781, 37.3994658], "type": "Point"}, "id": "55da260f7d65cb39ee985547", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:10:11.601000-07:00", "heading": 0, "latitude": 37.3994658, "longitude": -122.1100781, "sensed_speed": 0, "ts": 1440357011.601}, "type": "Feature"}, {"geometry": {"coordinates": [-122.110088, 37.399403], "type": "Point"}, "id": "55da260f7d65cb39ee98554a", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:10:41.018000-07:00", "heading": 0, "latitude": 37.399403, "longitude": -122.110088, "sensed_speed": 0, "ts": 1440357041.018}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1099905, 37.3994305], "type": "Point"}, "id": "55da260f7d65cb39ee98554c", "properties": {"accuracy": 31.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:11:11.570000-07:00", "heading": 0, "latitude": 37.3994305, "longitude": -122.1099905, "sensed_speed": 0, "ts": 1440357071.57}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0440361, 37.3206362], [-122.0663792, 37.335235], [-122.0677596, 37.3377436], [-122.0715899, 37.340665], [-122.0759237, 37.3441083], [-122.0804206, 37.3474972], [-122.0849309, 37.3507739], [-122.0958527, 37.3594167], [-122.0964128, 37.3598075], [-122.0966525, 37.3598911], [-122.0966013, 37.3599273], [-122.1090671, 37.3723577], [-122.1124818, 37.3740514], [-122.1142324, 37.3751091], [-122.1142352, 37.3796737], [-122.1141512, 37.3839955], [-122.1143212, 37.3871486], [-122.1142177, 37.3916521], [-122.1141925, 37.3956838], [-122.1140221, 37.3997626], [-122.1136609, 37.4008338], [-122.1134229, 37.4012348], [-122.1102118, 37.3994598], [-122.110089, 37.3994724], [-122.1100781, 37.3994658], [-122.110088, 37.399403], [-122.1099905, 37.3994305]], "type": "LineString"}, "id": "56081ad6f6858f3a71f65e73", "properties": {"duration": 1110.9700000286102, "end_fmt_time": "2015-08-23 12:11:11.570000-07:00", "end_ts": 1440357071.57, "feature_type": "section", "sensed_mode": "MotionTypes.IN_VEHICLE", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-23 11:52:40.600000-07:00", "start_ts": 1440355960.6}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.1099905, 37.3994305], "type": "Point"}, "id": "56081ad3f6858f3a71f65e36", "properties": {"duration": 532.7109999656677, "enter_fmt_time": "2015-08-23 12:11:11.570000-07:00", "enter_ts": 1440357071.57, "exit_fmt_time": "2015-08-23 12:20:04.281000-07:00", "exit_ts": 1440357604.281, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862751, 37.3909233], "type": "Point"}, "id": "56081ad3f6858f3a71f65e38", "properties": {"duration": 98644.89199995995, "enter_fmt_time": "2015-08-23 12:34:14.493000-07:00", "enter_ts": 1440358454.493, "exit_fmt_time": "2015-08-24 15:58:19.385000-07:00", "exit_ts": 1440457099.385, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.1100628, 37.3994258], "type": "Point"}, "id": "55da26117d65cb39ee985565", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:20:04.281000-07:00", "heading": 0, "latitude": 37.3994258, "longitude": -122.1100628, "sensed_speed": 0, "ts": 1440357604.281}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1101142, 37.3994245], "type": "Point"}, "id": "55da26117d65cb39ee985568", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:21:04.266000-07:00", "heading": 0, "latitude": 37.3994245, "longitude": -122.1101142, "sensed_speed": 0, "ts": 1440357664.266}, "type": "Feature"}, {"geometry": {"coordinates": [-122.1099657, 37.3993777], "type": "Point"}, "id": "55da26117d65cb39ee98556b", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:21:34.311000-07:00", "heading": 0, "latitude": 37.3993777, "longitude": -122.1099657, "sensed_speed": 0, "ts": 1440357694.311}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0877894, 37.3887269], "type": "Point"}, "id": "55da26127d65cb39ee985576", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:29:43.893000-07:00", "heading": 0, "latitude": 37.3887269, "longitude": -122.0877894, "sensed_speed": 0, "ts": 1440358183.893}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0849995, 37.3929535], "type": "Point"}, "id": "55da26127d65cb39ee98557a", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:30:43.906000-07:00", "heading": 0, "latitude": 37.3929535, "longitude": -122.0849995, "sensed_speed": 0, "ts": 1440358243.906}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0849995, 37.3929535], "type": "Point"}, "id": "55da26127d65cb39ee98557d", "properties": {"accuracy": 79.551, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:31:12.940000-07:00", "heading": 0, "latitude": 37.3929535, "longitude": -122.0849995, "sensed_speed": 0, "ts": 1440358272.94}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0849814, 37.3929862], "type": "Point"}, "id": "55da26127d65cb39ee98557f", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:31:43.969000-07:00", "heading": 0, "latitude": 37.3929862, "longitude": -122.0849814, "sensed_speed": 0, "ts": 1440358303.969}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862749, 37.390828], "type": "Point"}, "id": "55da26127d65cb39ee985582", "properties": {"accuracy": 64.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:32:14.036000-07:00", "heading": 0, "latitude": 37.390828, "longitude": -122.0862749, "sensed_speed": 0, "ts": 1440358334.036}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862747, 37.3908933], "type": "Point"}, "id": "55da26127d65cb39ee985584", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:32:44.095000-07:00", "heading": 0, "latitude": 37.3908933, "longitude": -122.0862747, "sensed_speed": 0, "ts": 1440358364.095}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0861998, 37.390989], "type": "Point"}, "id": "55da26137d65cb39ee985588", "properties": {"accuracy": 31.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:33:14.482000-07:00", "heading": 0, "latitude": 37.390989, "longitude": -122.0861998, "sensed_speed": 0, "ts": 1440358394.482}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862159, 37.3910055], "type": "Point"}, "id": "55da26137d65cb39ee98558a", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:33:44.497000-07:00", "heading": 0, "latitude": 37.3910055, "longitude": -122.0862159, "sensed_speed": 0, "ts": 1440358424.497}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862751, 37.3909233], "type": "Point"}, "id": "55da26137d65cb39ee98558d", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-23 12:34:14.493000-07:00", "heading": 0, "latitude": 37.3909233, "longitude": -122.0862751, "sensed_speed": 0, "ts": 1440358454.493}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.1099905, 37.3994305], [-122.1100628, 37.3994258], [-122.1101142, 37.3994245], [-122.1099657, 37.3993777], [-122.0877894, 37.3887269], [-122.0849995, 37.3929535], [-122.0849995, 37.3929535], [-122.0849814, 37.3929862], [-122.0862749, 37.390828], [-122.0862747, 37.3908933], [-122.0861998, 37.390989], [-122.0862159, 37.3910055], [-122.0862751, 37.3909233]], "type": "LineString"}, "id": "56081ad6f6858f3a71f65e74", "properties": {"duration": 850.212000131607, "end_fmt_time": "2015-08-23 12:34:14.493000-07:00", "end_ts": 1440358454.493, "feature_type": "section", "sensed_mode": "MotionTypes.IN_VEHICLE", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-23 12:20:04.281000-07:00", "start_ts": 1440357604.281}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
Out[18]:
In [19]:
map_list = lo.get_maps_for_range(myuuid, get_dt((8,22)), get_dt((8,23)))
ipy.inline_maps([[m] for m in map_list])
DEBUG:root:6 places found in database
DEBUG:root:Considering place 56081ad3f6858f3a71f65e26: 2015-08-22 11:09:55.492000-07:00 -> 2015-08-22 11:21:16.590000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e28: 2015-08-22 11:25:55.571000-07:00 -> 2015-08-22 14:57:05.617000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e2a: 2015-08-22 15:00:13.393000-07:00 -> 2015-08-22 15:16:24.354000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e2c: 2015-08-22 15:23:51.779000-07:00 -> 2015-08-22 15:40:26.712000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e2e: 2015-08-22 16:00:40.644000-07:00 -> 2015-08-22 16:39:36.303000-07:00
DEBUG:root:Considering place 56081ad3f6858f3a71f65e30: 2015-08-22 16:40:01.696000-07:00 -> 2015-08-23 09:45:55.307000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e25: 2015-08-22 11:04:22.290000-07:00 -> 2015-08-22 11:09:55.492000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e27: 2015-08-22 11:21:16.590000-07:00 -> 2015-08-22 11:25:55.571000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e29: 2015-08-22 14:57:05.617000-07:00 -> 2015-08-22 15:00:13.393000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e2b: 2015-08-22 15:16:24.354000-07:00 -> 2015-08-22 15:23:51.779000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e2d: 2015-08-22 15:40:26.712000-07:00 -> 2015-08-22 16:00:40.644000-07:00
DEBUG:root:Considering trip 56081ad3f6858f3a71f65e2f: 2015-08-22 16:39:36.303000-07:00 -> 2015-08-22 16:40:01.696000-07:00
DEBUG:root:len(places) = 6, len(trips) = 6
DEBUG:root:Starting with element of type trip, id 56081ad3f6858f3a71f65e25, details Trip({u'end_place': ObjectId('56081ad3f6858f3a71f65e26'), u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0875707, 37.3909093]}, u'end_ts': 1440266995.492, u'start_ts': 1440266662.29, u'start_fmt_time': u'2015-08-22 11:04:22.290000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0963066, 37.3938216]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('56081ad3f6858f3a71f65e24'), u'end_fmt_time': u'2015-08-22 11:09:55.492000-07:00', u'duration': 333.2020001411438, u'_id': ObjectId('56081ad3f6858f3a71f65e25')})
DEBUG:root:len(trips) = 6, adding start_place 56081ad3f6858f3a71f65e24 and end_place 56081ad3f6858f3a71f65e30
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e25'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 1
DEBUG:root:Starting with element of type trip, id 56081ad4f6858f3a71f65e65, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 1, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0875707, 37.3909093]}, u'end_ts': 1440266995.492, u'start_ts': 1440266662.29, u'start_fmt_time': u'2015-08-22 11:04:22.290000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0963066, 37.3938216]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-22 11:09:55.492000-07:00', u'duration': 333.2020001411438, u'_id': ObjectId('56081ad4f6858f3a71f65e65'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e25')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440266662.29, '$lt': 1440267015.492}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0875707, 37.3909093]}, u'fmt_time': u'2015-08-22 11:04:22.290000-07:00', u'altitude': 0, u'ts': 1440266662.29, u'longitude': -122.0875707, u'latitude': 37.3909093, '_id': ObjectId('55d8c4dc7d65cb39ee9842d1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.869})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0875707, 37.3909093]}, u'fmt_time': u'2015-08-22 11:04:22.290000-07:00', u'altitude': 0, u'ts': 1440266662.29, u'longitude': -122.0875707, u'latitude': 37.3909093, '_id': ObjectId('55d8c4dc7d65cb39ee9842d1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.869}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0891742, 37.3916113]}, u'fmt_time': u'2015-08-22 11:04:55.200000-07:00', u'altitude': 0, u'ts': 1440266695.2, u'longitude': -122.0891742, u'latitude': 37.3916113, '_id': ObjectId('55d8c4dc7d65cb39ee9842d3'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51.188}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0908239, 37.3923462]}, u'fmt_time': u'2015-08-22 11:05:25.280000-07:00', u'altitude': 0, u'ts': 1440266725.28, u'longitude': -122.0908239, u'latitude': 37.3923462, '_id': ObjectId('55d8c4dd7d65cb39ee9842d6'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 42.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0915287, 37.3927786]}, u'fmt_time': u'2015-08-22 11:05:55.256000-07:00', u'altitude': 0, u'ts': 1440266755.256, u'longitude': -122.0915287, u'latitude': 37.3927786, '_id': ObjectId('55d8c4dd7d65cb39ee9842d9'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 25.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0922534, 37.3931815]}, u'fmt_time': u'2015-08-22 11:06:25.282000-07:00', u'altitude': 0, u'ts': 1440266785.282, u'longitude': -122.0922534, u'latitude': 37.3931815, '_id': ObjectId('55d8c4dd7d65cb39ee9842dc'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0936589, 37.3935603]}, u'fmt_time': u'2015-08-22 11:06:55.279000-07:00', u'altitude': 0, u'ts': 1440266815.279, u'longitude': -122.0936589, u'latitude': 37.3935603, '_id': ObjectId('55d8c4dd7d65cb39ee9842df'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 34.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0945309, 37.3942101]}, u'fmt_time': u'2015-08-22 11:07:25.365000-07:00', u'altitude': 0, u'ts': 1440266845.365, u'longitude': -122.0945309, u'latitude': 37.3942101, '_id': ObjectId('55d8c4dd7d65cb39ee9842e2'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 84.328}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0960155, 37.3939012]}, u'fmt_time': u'2015-08-22 11:07:55.369000-07:00', u'altitude': 0, u'ts': 1440266875.369, u'longitude': -122.0960155, u'latitude': 37.3939012, '_id': ObjectId('55d8c4dd7d65cb39ee9842e5'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 31.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0956094, 37.3940608]}, u'fmt_time': u'2015-08-22 11:08:25.419000-07:00', u'altitude': 0, u'ts': 1440266905.419, u'longitude': -122.0956094, u'latitude': 37.3940608, '_id': ObjectId('55d8c4dd7d65cb39ee9842e7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 41.688}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0959716, 37.3939216]}, u'fmt_time': u'2015-08-22 11:08:55.482000-07:00', u'altitude': 0, u'ts': 1440266935.482, u'longitude': -122.0959716, u'latitude': 37.3939216, '_id': ObjectId('55d8c4de7d65cb39ee9842ea'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0960433, 37.39388]}, u'fmt_time': u'2015-08-22 11:09:25.424000-07:00', u'altitude': 0, u'ts': 1440266965.424, u'longitude': -122.0960433, u'latitude': 37.39388, '_id': ObjectId('55d8c4de7d65cb39ee9842ec'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0963066, 37.3938216]}, u'fmt_time': u'2015-08-22 11:09:55.492000-07:00', u'altitude': 0, u'ts': 1440266995.492, u'longitude': -122.0963066, u'latitude': 37.3938216, '_id': ObjectId('55d8c4de7d65cb39ee9842ef'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e27'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 1
DEBUG:root:Starting with element of type trip, id 56081ad4f6858f3a71f65e66, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 1, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0937148, 37.3935522]}, u'end_ts': 1440267955.571, u'start_ts': 1440267676.59, u'start_fmt_time': u'2015-08-22 11:21:16.590000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0862609, 37.3909715]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-22 11:25:55.571000-07:00', u'duration': 278.9810001850128, u'_id': ObjectId('56081ad4f6858f3a71f65e66'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e27')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440267676.59, '$lt': 1440267975.571}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0937148, 37.3935522]}, u'fmt_time': u'2015-08-22 11:21:16.590000-07:00', u'altitude': 0, u'ts': 1440267676.59, u'longitude': -122.0937148, u'latitude': 37.3935522, '_id': ObjectId('55d8c4e07d65cb39ee984320'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.0})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0937148, 37.3935522]}, u'fmt_time': u'2015-08-22 11:21:16.590000-07:00', u'altitude': 0, u'ts': 1440267676.59, u'longitude': -122.0937148, u'latitude': 37.3935522, '_id': ObjectId('55d8c4e07d65cb39ee984320'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0917152, 37.3928031]}, u'fmt_time': u'2015-08-22 11:21:47.708000-07:00', u'altitude': 0, u'ts': 1440267707.708, u'longitude': -122.0917152, u'latitude': 37.3928031, '_id': ObjectId('55d8c4e17d65cb39ee984325'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0907352, 37.3920385]}, u'fmt_time': u'2015-08-22 11:22:21.147000-07:00', u'altitude': 0, u'ts': 1440267741.147, u'longitude': -122.0907352, u'latitude': 37.3920385, '_id': ObjectId('55d8c4e17d65cb39ee984329'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0895755, 37.391713]}, u'fmt_time': u'2015-08-22 11:22:51.175000-07:00', u'altitude': 0, u'ts': 1440267771.175, u'longitude': -122.0895755, u'latitude': 37.391713, '_id': ObjectId('55d8c4e17d65cb39ee98432c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.687}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0884554, 37.3913046]}, u'fmt_time': u'2015-08-22 11:23:21.158000-07:00', u'altitude': 0, u'ts': 1440267801.158, u'longitude': -122.0884554, u'latitude': 37.3913046, '_id': ObjectId('55d8c4e17d65cb39ee98432f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 35.929}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0873886, 37.3907861]}, u'fmt_time': u'2015-08-22 11:23:51.337000-07:00', u'altitude': 0, u'ts': 1440267831.337, u'longitude': -122.0873886, u'latitude': 37.3907861, '_id': ObjectId('55d8c4e17d65cb39ee984331'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0866875, 37.3904248]}, u'fmt_time': u'2015-08-22 11:24:21.387000-07:00', u'altitude': 0, u'ts': 1440267861.387, u'longitude': -122.0866875, u'latitude': 37.3904248, '_id': ObjectId('55d8c4e17d65cb39ee984334'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 31.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.086184, 37.3910285]}, u'fmt_time': u'2015-08-22 11:24:51.499000-07:00', u'altitude': 0, u'ts': 1440267891.499, u'longitude': -122.086184, u'latitude': 37.3910285, '_id': ObjectId('55d8c4e27d65cb39ee984337'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 43.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862336, 37.3909794]}, u'fmt_time': u'2015-08-22 11:25:25.564000-07:00', u'altitude': 0, u'ts': 1440267925.564, u'longitude': -122.0862336, u'latitude': 37.3909794, '_id': ObjectId('55d8c4e27d65cb39ee98433a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862609, 37.3909715]}, u'fmt_time': u'2015-08-22 11:25:55.571000-07:00', u'altitude': 0, u'ts': 1440267955.571, u'longitude': -122.0862609, u'latitude': 37.3909715, '_id': ObjectId('55d8c4e27d65cb39ee98433d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e29'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 0
DEBUG:root:Starting with element of type none, id None, details None
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e2b'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 1, len(trips) = 2
DEBUG:root:Starting with element of type trip, id 56081ad5f6858f3a71f65e67, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 1, u'start_loc': {u'type': u'Point', u'coordinates': [-122.087517, 37.3891992]}, u'end_ts': 1440282072.721, u'start_ts': 1440281784.354, u'start_fmt_time': u'2015-08-22 15:16:24.354000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0822094, 37.3920035]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-22 15:21:12.721000-07:00', u'duration': 288.36699986457825, u'end_stop': ObjectId('56081ad5f6858f3a71f65e69'), u'_id': ObjectId('56081ad5f6858f3a71f65e67'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e2b')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440281784.354, '$lt': 1440282092.721}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.087517, 37.3891992]}, u'fmt_time': u'2015-08-22 15:16:24.354000-07:00', u'altitude': 0.0, u'ts': 1440281784.354, u'longitude': -122.087517, u'latitude': 37.3891992, '_id': ObjectId('55d904c57d65cb39ee98517b'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 39.0})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.087517, 37.3891992]}, u'fmt_time': u'2015-08-22 15:16:24.354000-07:00', u'altitude': 0.0, u'ts': 1440281784.354, u'longitude': -122.087517, u'latitude': 37.3891992, '_id': ObjectId('55d904c57d65cb39ee98517b'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 39.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0876835, 37.3888003]}, u'fmt_time': u'2015-08-22 15:16:55.574000-07:00', u'altitude': 0.0, u'ts': 1440281815.574, u'longitude': -122.0876835, u'latitude': 37.3888003, '_id': ObjectId('55d904c57d65cb39ee98517f'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 49.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0876702, 37.3888521]}, u'fmt_time': u'2015-08-22 15:17:25.512000-07:00', u'altitude': 0.0, u'ts': 1440281845.512, u'longitude': -122.0876702, u'latitude': 37.3888521, '_id': ObjectId('55d904c57d65cb39ee985181'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 48.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0848148, 37.3898419]}, u'fmt_time': u'2015-08-22 15:17:55.739000-07:00', u'altitude': 0.0, u'ts': 1440281875.739, u'longitude': -122.0848148, u'latitude': 37.3898419, '_id': ObjectId('55d904c57d65cb39ee985184'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844644, 37.3902484]}, u'fmt_time': u'2015-08-22 15:18:28.326000-07:00', u'altitude': 0.0, u'ts': 1440281908.326, u'longitude': -122.0844644, u'latitude': 37.3902484, '_id': ObjectId('55d904c57d65cb39ee985188'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0844547, 37.3902884]}, u'fmt_time': u'2015-08-22 15:18:45.407000-07:00', u'altitude': 0.0, u'ts': 1440281925.407, u'longitude': -122.0844547, u'latitude': 37.3902884, '_id': ObjectId('55d904c57d65cb39ee98518a'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0824744, 37.3905122]}, u'fmt_time': u'2015-08-22 15:19:27.450000-07:00', u'altitude': 22.9000244140625, u'ts': 1440281967.45, u'longitude': -122.0824744, u'latitude': 37.3905122, '_id': ObjectId('55d904c57d65cb39ee98518d'), u'heading': 41, u'sensed_speed': 1.6263, u'accuracy': 10.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0827941, 37.3917297]}, u'fmt_time': u'2015-08-22 15:19:53.160000-07:00', u'altitude': 0.0, u'ts': 1440281993.16, u'longitude': -122.0827941, u'latitude': 37.3917297, '_id': ObjectId('55d904c67d65cb39ee985190'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 108.48}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0819646, 37.3920826]}, u'fmt_time': u'2015-08-22 15:20:25.022000-07:00', u'altitude': 0.0, u'ts': 1440282025.022, u'longitude': -122.0819646, u'latitude': 37.3920826, '_id': ObjectId('55d904c67d65cb39ee985193'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 39.306}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0821426, 37.3920306]}, u'fmt_time': u'2015-08-22 15:20:56.810000-07:00', u'altitude': 0.0, u'ts': 1440282056.81, u'longitude': -122.0821426, u'latitude': 37.3920306, '_id': ObjectId('55d904c67d65cb39ee985197'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 53.043}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0822094, 37.3920035]}, u'fmt_time': u'2015-08-22 15:21:12.721000-07:00', u'altitude': 0.0, u'ts': 1440282072.721, u'longitude': -122.0822094, u'latitude': 37.3920035, '_id': ObjectId('55d904c67d65cb39ee985199'), u'heading': 0, u'sensed_speed': 0.0, u'accuracy': 58.559}) to line_string
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440282104.552, '$lt': 1440282251.779}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0807561, 37.3920722]}, u'fmt_time': u'2015-08-22 15:21:44.552000-07:00', u'altitude': 0, u'ts': 1440282104.552, u'longitude': -122.0807561, u'latitude': 37.3920722, '_id': ObjectId('55d904c67d65cb39ee98519c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 69.886})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0807561, 37.3920722]}, u'fmt_time': u'2015-08-22 15:21:44.552000-07:00', u'altitude': 0, u'ts': 1440282104.552, u'longitude': -122.0807561, u'latitude': 37.3920722, '_id': ObjectId('55d904c67d65cb39ee98519c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 69.886}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.080619, 37.3922991]}, u'fmt_time': u'2015-08-22 15:22:16.372000-07:00', u'altitude': 0, u'ts': 1440282136.372, u'longitude': -122.080619, u'latitude': 37.3922991, '_id': ObjectId('55d904c77d65cb39ee98519f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 46.596}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0801223, 37.3918652]}, u'fmt_time': u'2015-08-22 15:22:48.171000-07:00', u'altitude': 0, u'ts': 1440282168.171, u'longitude': -122.0801223, u'latitude': 37.3918652, '_id': ObjectId('55d904c77d65cb39ee9851a2'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0800917, 37.3919957]}, u'fmt_time': u'2015-08-22 15:23:19.972000-07:00', u'altitude': 0, u'ts': 1440282199.972, u'longitude': -122.0800917, u'latitude': 37.3919957, '_id': ObjectId('55d904c77d65cb39ee9851a4'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0800628, 37.3920022]}, u'fmt_time': u'2015-08-22 15:23:51.779000-07:00', u'altitude': 0, u'ts': 1440282231.779, u'longitude': -122.0800628, u'latitude': 37.3920022, '_id': ObjectId('55d904c77d65cb39ee9851a7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.0}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e2d'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 3, len(trips) = 4
DEBUG:root:Starting with element of type trip, id 56081ad5f6858f3a71f65e6a, details Section({u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'sensed_mode': 1, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0814687, 37.3918311]}, u'end_ts': 1440283952.002, u'start_ts': 1440283226.712, u'start_fmt_time': u'2015-08-22 15:40:26.712000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0847274, 37.3930518]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-08-22 15:52:32.002000-07:00', u'duration': 725.2900002002716, u'end_stop': ObjectId('56081ad5f6858f3a71f65e6c'), u'_id': ObjectId('56081ad5f6858f3a71f65e6a'), u'trip_id': ObjectId('56081ad3f6858f3a71f65e2d')})
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440283226.712, '$lt': 1440283972.002}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0814687, 37.3918311]}, u'fmt_time': u'2015-08-22 15:40:26.712000-07:00', u'altitude': 0, u'ts': 1440283226.712, u'longitude': -122.0814687, u'latitude': 37.3918311, '_id': ObjectId('55d904ca7d65cb39ee9851d9'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 20.0})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0814687, 37.3918311]}, u'fmt_time': u'2015-08-22 15:40:26.712000-07:00', u'altitude': 0, u'ts': 1440283226.712, u'longitude': -122.0814687, u'latitude': 37.3918311, '_id': ObjectId('55d904ca7d65cb39ee9851d9'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 20.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0800585, 37.392047]}, u'fmt_time': u'2015-08-22 15:49:01.288000-07:00', u'altitude': 0, u'ts': 1440283741.288, u'longitude': -122.0800585, u'latitude': 37.392047, '_id': ObjectId('55d904ca7d65cb39ee9851de'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0800782, 37.3920326]}, u'fmt_time': u'2015-08-22 15:49:36.980000-07:00', u'altitude': 0, u'ts': 1440283776.98, u'longitude': -122.0800782, u'latitude': 37.3920326, '_id': ObjectId('55d904ca7d65cb39ee9851e1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 33.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0802162, 37.392111]}, u'fmt_time': u'2015-08-22 15:50:08.798000-07:00', u'altitude': 0, u'ts': 1440283808.798, u'longitude': -122.0802162, u'latitude': 37.392111, '_id': ObjectId('55d904ca7d65cb39ee9851e3'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 58.904}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0802419, 37.3921353]}, u'fmt_time': u'2015-08-22 15:50:24.707000-07:00', u'altitude': 0, u'ts': 1440283824.707, u'longitude': -122.0802419, u'latitude': 37.3921353, '_id': ObjectId('55d904ca7d65cb39ee9851e8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 56.453}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0815073, 37.3918861]}, u'fmt_time': u'2015-08-22 15:50:56.544000-07:00', u'altitude': 0, u'ts': 1440283856.544, u'longitude': -122.0815073, u'latitude': 37.3918861, '_id': ObjectId('55d904cb7d65cb39ee9851ea'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 38.987}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0827283, 37.3922036]}, u'fmt_time': u'2015-08-22 15:51:28.375000-07:00', u'altitude': 0, u'ts': 1440283888.375, u'longitude': -122.0827283, u'latitude': 37.3922036, '_id': ObjectId('55d904cb7d65cb39ee9851ee'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 60.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0836701, 37.3926381]}, u'fmt_time': u'2015-08-22 15:52:00.182000-07:00', u'altitude': 0, u'ts': 1440283920.182, u'longitude': -122.0836701, u'latitude': 37.3926381, '_id': ObjectId('55d904cb7d65cb39ee9851f1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 46.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0847274, 37.3930518]}, u'fmt_time': u'2015-08-22 15:52:32.002000-07:00', u'altitude': 0, u'ts': 1440283952.002, u'longitude': -122.0847274, u'latitude': 37.3930518, '_id': ObjectId('55d904cb7d65cb39ee9851f4'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45.0}) to line_string
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440283983.808, '$lt': 1440284035.643}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.084914, 37.3929512]}, u'fmt_time': u'2015-08-22 15:53:03.808000-07:00', u'altitude': 0, u'ts': 1440283983.808, u'longitude': -122.084914, u'latitude': 37.3929512, '_id': ObjectId('55d904cb7d65cb39ee9851f8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.084914, 37.3929512]}, u'fmt_time': u'2015-08-22 15:53:03.808000-07:00', u'altitude': 0, u'ts': 1440283983.808, u'longitude': -122.084914, u'latitude': 37.3929512, '_id': ObjectId('55d904cb7d65cb39ee9851f8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.084924, 37.3929551]}, u'fmt_time': u'2015-08-22 15:53:35.643000-07:00', u'altitude': 0, u'ts': 1440284015.643, u'longitude': -122.084924, u'latitude': 37.3929551, '_id': ObjectId('55d904cc7d65cb39ee9851fb'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30}) to line_string
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440284047.474, '$lt': 1440284097.135}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0850502, 37.3928465]}, u'fmt_time': u'2015-08-22 15:54:07.474000-07:00', u'altitude': 0, u'ts': 1440284047.474, u'longitude': -122.0850502, u'latitude': 37.3928465, '_id': ObjectId('55d904cc7d65cb39ee9851ff'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 58.5})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0850502, 37.3928465]}, u'fmt_time': u'2015-08-22 15:54:07.474000-07:00', u'altitude': 0, u'ts': 1440284047.474, u'longitude': -122.0850502, u'latitude': 37.3928465, '_id': ObjectId('55d904cc7d65cb39ee9851ff'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 58.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0860199, 37.3911957]}, u'fmt_time': u'2015-08-22 15:54:37.135000-07:00', u'altitude': 0, u'ts': 1440284077.135, u'longitude': -122.0860199, u'latitude': 37.3911957, '_id': ObjectId('55d904cc7d65cb39ee985201'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 52.5}) to line_string
DEBUG:root:curr_query = {'$or': [{'metadata.key': 'background/filtered_location'}], 'metadata.write_ts': {'$gte': 1440284115.959, '$lt': 1440284460.644}, 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}, sort_key = metadata.write_ts
DEBUG:root:points_df.columns = Index([u'_id', u'accuracy', u'altitude', u'fmt_time', u'heading', u'latitude', u'loc', u'longitude', u'sensed_speed', u'ts'], dtype='object')
DEBUG:root:first element in section_location_array = Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862347, 37.3908994]}, u'fmt_time': u'2015-08-22 15:55:15.959000-07:00', u'altitude': 0, u'ts': 1440284115.959, u'longitude': -122.0862347, u'latitude': 37.3908994, '_id': ObjectId('55d904cc7d65cb39ee985205'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5})
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862347, 37.3908994]}, u'fmt_time': u'2015-08-22 15:55:15.959000-07:00', u'altitude': 0, u'ts': 1440284115.959, u'longitude': -122.0862347, u'latitude': 37.3908994, '_id': ObjectId('55d904cc7d65cb39ee985205'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0861716, 37.3909757]}, u'fmt_time': u'2015-08-22 15:55:45.919000-07:00', u'altitude': 0, u'ts': 1440284145.919, u'longitude': -122.0861716, u'latitude': 37.3909757, '_id': ObjectId('55d904cc7d65cb39ee985207'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0861702, 37.3908236]}, u'fmt_time': u'2015-08-22 15:56:16.040000-07:00', u'altitude': 0, u'ts': 1440284176.04, u'longitude': -122.0861702, u'latitude': 37.3908236, '_id': ObjectId('55d904cc7d65cb39ee98520a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0862915, 37.3906969]}, u'fmt_time': u'2015-08-22 15:56:42.039000-07:00', u'altitude': 0, u'ts': 1440284202.039, u'longitude': -122.0862915, u'latitude': 37.3906969, '_id': ObjectId('55d904cc7d65cb39ee98520c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0867063, 37.3905146]}, u'fmt_time': u'2015-08-22 15:57:13.854000-07:00', u'altitude': 0, u'ts': 1440284233.854, u'longitude': -122.0867063, u'latitude': 37.3905146, '_id': ObjectId('55d904cd7d65cb39ee98520e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.087352, 37.3907304]}, u'fmt_time': u'2015-08-22 15:57:45.678000-07:00', u'altitude': 0, u'ts': 1440284265.678, u'longitude': -122.087352, u'latitude': 37.3907304, '_id': ObjectId('55d904cd7d65cb39ee985211'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 31.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0876035, 37.3909339]}, u'fmt_time': u'2015-08-22 15:58:17.509000-07:00', u'altitude': 0, u'ts': 1440284297.509, u'longitude': -122.0876035, u'latitude': 37.3909339, '_id': ObjectId('55d904cd7d65cb39ee985214'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0880419, 37.3911618]}, u'fmt_time': u'2015-08-22 15:58:33.416000-07:00', u'altitude': 0, u'ts': 1440284313.416, u'longitude': -122.0880419, u'latitude': 37.3911618, '_id': ObjectId('55d904cd7d65cb39ee985217'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 33.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0884411, 37.391308]}, u'fmt_time': u'2015-08-22 15:59:05.240000-07:00', u'altitude': 0, u'ts': 1440284345.24, u'longitude': -122.0884411, u'latitude': 37.391308, '_id': ObjectId('55d904cd7d65cb39ee98521a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36.967}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0885732, 37.3913698]}, u'fmt_time': u'2015-08-22 15:59:37.055000-07:00', u'altitude': 0, u'ts': 1440284377.055, u'longitude': -122.0885732, u'latitude': 37.3913698, '_id': ObjectId('55d904cd7d65cb39ee98521d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 33.956}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0889631, 37.3911079]}, u'fmt_time': u'2015-08-22 16:00:08.847000-07:00', u'altitude': 0, u'ts': 1440284408.847, u'longitude': -122.0889631, u'latitude': 37.3911079, '_id': ObjectId('55d904ce7d65cb39ee985221'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 52.134}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.088923, 37.3911364]}, u'fmt_time': u'2015-08-22 16:00:40.644000-07:00', u'altitude': 0, u'ts': 1440284440.644, u'longitude': -122.088923, u'latitude': 37.3911364, '_id': ObjectId('55d904ce7d65cb39ee985223'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51.0}) to line_string
DEBUG:root:About to execute query {'trip_id': ObjectId('56081ad3f6858f3a71f65e2f'), 'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')}
DEBUG:root:len(places) = 0, len(trips) = 0
DEBUG:root:Starting with element of type none, id None, details None
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0862804, 37.3909382], "type": "Point"}, "id": "56081ad3f6858f3a71f65e24", "properties": {"duration": 49781.174999952316, "enter_fmt_time": "2015-08-21 21:14:41.115000-07:00", "enter_ts": 1440216881.115, "exit_fmt_time": "2015-08-22 11:04:22.290000-07:00", "exit_ts": 1440266662.29, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0963066, 37.3938216], "type": "Point"}, "id": "56081ad3f6858f3a71f65e26", "properties": {"duration": 681.0979998111725, "enter_fmt_time": "2015-08-22 11:09:55.492000-07:00", "enter_ts": 1440266995.492, "exit_fmt_time": "2015-08-22 11:21:16.590000-07:00", "exit_ts": 1440267676.59, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0875707, 37.3909093], "type": "Point"}, "id": "55d8c4dc7d65cb39ee9842d1", "properties": {"accuracy": 30.869, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:04:22.290000-07:00", "heading": 0, "latitude": 37.3909093, "longitude": -122.0875707, "sensed_speed": 0, "ts": 1440266662.29}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0891742, 37.3916113], "type": "Point"}, "id": "55d8c4dc7d65cb39ee9842d3", "properties": {"accuracy": 51.188, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:04:55.200000-07:00", "heading": 0, "latitude": 37.3916113, "longitude": -122.0891742, "sensed_speed": 0, "ts": 1440266695.2}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0908239, 37.3923462], "type": "Point"}, "id": "55d8c4dd7d65cb39ee9842d6", "properties": {"accuracy": 42.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:05:25.280000-07:00", "heading": 0, "latitude": 37.3923462, "longitude": -122.0908239, "sensed_speed": 0, "ts": 1440266725.28}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0915287, 37.3927786], "type": "Point"}, "id": "55d8c4dd7d65cb39ee9842d9", "properties": {"accuracy": 25.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:05:55.256000-07:00", "heading": 0, "latitude": 37.3927786, "longitude": -122.0915287, "sensed_speed": 0, "ts": 1440266755.256}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0922534, 37.3931815], "type": "Point"}, "id": "55d8c4dd7d65cb39ee9842dc", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:06:25.282000-07:00", "heading": 0, "latitude": 37.3931815, "longitude": -122.0922534, "sensed_speed": 0, "ts": 1440266785.282}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0936589, 37.3935603], "type": "Point"}, "id": "55d8c4dd7d65cb39ee9842df", "properties": {"accuracy": 34.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:06:55.279000-07:00", "heading": 0, "latitude": 37.3935603, "longitude": -122.0936589, "sensed_speed": 0, "ts": 1440266815.279}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0945309, 37.3942101], "type": "Point"}, "id": "55d8c4dd7d65cb39ee9842e2", "properties": {"accuracy": 84.328, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:07:25.365000-07:00", "heading": 0, "latitude": 37.3942101, "longitude": -122.0945309, "sensed_speed": 0, "ts": 1440266845.365}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0960155, 37.3939012], "type": "Point"}, "id": "55d8c4dd7d65cb39ee9842e5", "properties": {"accuracy": 31.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:07:55.369000-07:00", "heading": 0, "latitude": 37.3939012, "longitude": -122.0960155, "sensed_speed": 0, "ts": 1440266875.369}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0956094, 37.3940608], "type": "Point"}, "id": "55d8c4dd7d65cb39ee9842e7", "properties": {"accuracy": 41.688, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:08:25.419000-07:00", "heading": 0, "latitude": 37.3940608, "longitude": -122.0956094, "sensed_speed": 0, "ts": 1440266905.419}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0959716, 37.3939216], "type": "Point"}, "id": "55d8c4de7d65cb39ee9842ea", "properties": {"accuracy": 57.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:08:55.482000-07:00", "heading": 0, "latitude": 37.3939216, "longitude": -122.0959716, "sensed_speed": 0, "ts": 1440266935.482}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0960433, 37.39388], "type": "Point"}, "id": "55d8c4de7d65cb39ee9842ec", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:09:25.424000-07:00", "heading": 0, "latitude": 37.39388, "longitude": -122.0960433, "sensed_speed": 0, "ts": 1440266965.424}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0963066, 37.3938216], "type": "Point"}, "id": "55d8c4de7d65cb39ee9842ef", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:09:55.492000-07:00", "heading": 0, "latitude": 37.3938216, "longitude": -122.0963066, "sensed_speed": 0, "ts": 1440266995.492}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0862804, 37.3909382], [-122.0875707, 37.3909093], [-122.0891742, 37.3916113], [-122.0908239, 37.3923462], [-122.0915287, 37.3927786], [-122.0922534, 37.3931815], [-122.0936589, 37.3935603], [-122.0945309, 37.3942101], [-122.0960155, 37.3939012], [-122.0956094, 37.3940608], [-122.0959716, 37.3939216], [-122.0960433, 37.39388], [-122.0963066, 37.3938216]], "type": "LineString"}, "id": "56081ad4f6858f3a71f65e65", "properties": {"duration": 333.2020001411438, "end_fmt_time": "2015-08-22 11:09:55.492000-07:00", "end_ts": 1440266995.492, "feature_type": "section", "sensed_mode": "MotionTypes.BICYCLING", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-22 11:04:22.290000-07:00", "start_ts": 1440266662.29}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0963066, 37.3938216], "type": "Point"}, "id": "56081ad3f6858f3a71f65e26", "properties": {"duration": 681.0979998111725, "enter_fmt_time": "2015-08-22 11:09:55.492000-07:00", "enter_ts": 1440266995.492, "exit_fmt_time": "2015-08-22 11:21:16.590000-07:00", "exit_ts": 1440267676.59, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862609, 37.3909715], "type": "Point"}, "id": "56081ad3f6858f3a71f65e28", "properties": {"duration": 12670.046000003815, "enter_fmt_time": "2015-08-22 11:25:55.571000-07:00", "enter_ts": 1440267955.571, "exit_fmt_time": "2015-08-22 14:57:05.617000-07:00", "exit_ts": 1440280625.617, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0937148, 37.3935522], "type": "Point"}, "id": "55d8c4e07d65cb39ee984320", "properties": {"accuracy": 57.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:21:16.590000-07:00", "heading": 0, "latitude": 37.3935522, "longitude": -122.0937148, "sensed_speed": 0, "ts": 1440267676.59}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0917152, 37.3928031], "type": "Point"}, "id": "55d8c4e17d65cb39ee984325", "properties": {"accuracy": 39.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:21:47.708000-07:00", "heading": 0, "latitude": 37.3928031, "longitude": -122.0917152, "sensed_speed": 0, "ts": 1440267707.708}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0907352, 37.3920385], "type": "Point"}, "id": "55d8c4e17d65cb39ee984329", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:22:21.147000-07:00", "heading": 0, "latitude": 37.3920385, "longitude": -122.0907352, "sensed_speed": 0, "ts": 1440267741.147}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0895755, 37.391713], "type": "Point"}, "id": "55d8c4e17d65cb39ee98432c", "properties": {"accuracy": 45.687, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:22:51.175000-07:00", "heading": 0, "latitude": 37.391713, "longitude": -122.0895755, "sensed_speed": 0, "ts": 1440267771.175}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0884554, 37.3913046], "type": "Point"}, "id": "55d8c4e17d65cb39ee98432f", "properties": {"accuracy": 35.929, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:23:21.158000-07:00", "heading": 0, "latitude": 37.3913046, "longitude": -122.0884554, "sensed_speed": 0, "ts": 1440267801.158}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0873886, 37.3907861], "type": "Point"}, "id": "55d8c4e17d65cb39ee984331", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:23:51.337000-07:00", "heading": 0, "latitude": 37.3907861, "longitude": -122.0873886, "sensed_speed": 0, "ts": 1440267831.337}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0866875, 37.3904248], "type": "Point"}, "id": "55d8c4e17d65cb39ee984334", "properties": {"accuracy": 31.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:24:21.387000-07:00", "heading": 0, "latitude": 37.3904248, "longitude": -122.0866875, "sensed_speed": 0, "ts": 1440267861.387}, "type": "Feature"}, {"geometry": {"coordinates": [-122.086184, 37.3910285], "type": "Point"}, "id": "55d8c4e27d65cb39ee984337", "properties": {"accuracy": 43.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:24:51.499000-07:00", "heading": 0, "latitude": 37.3910285, "longitude": -122.086184, "sensed_speed": 0, "ts": 1440267891.499}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862336, 37.3909794], "type": "Point"}, "id": "55d8c4e27d65cb39ee98433a", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:25:25.564000-07:00", "heading": 0, "latitude": 37.3909794, "longitude": -122.0862336, "sensed_speed": 0, "ts": 1440267925.564}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862609, 37.3909715], "type": "Point"}, "id": "55d8c4e27d65cb39ee98433d", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 11:25:55.571000-07:00", "heading": 0, "latitude": 37.3909715, "longitude": -122.0862609, "sensed_speed": 0, "ts": 1440267955.571}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0963066, 37.3938216], [-122.0937148, 37.3935522], [-122.0917152, 37.3928031], [-122.0907352, 37.3920385], [-122.0895755, 37.391713], [-122.0884554, 37.3913046], [-122.0873886, 37.3907861], [-122.0866875, 37.3904248], [-122.086184, 37.3910285], [-122.0862336, 37.3909794], [-122.0862609, 37.3909715]], "type": "LineString"}, "id": "56081ad4f6858f3a71f65e66", "properties": {"duration": 278.9810001850128, "end_fmt_time": "2015-08-22 11:25:55.571000-07:00", "end_ts": 1440267955.571, "feature_type": "section", "sensed_mode": "MotionTypes.BICYCLING", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-22 11:21:16.590000-07:00", "start_ts": 1440267676.59}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0862609, 37.3909715], "type": "Point"}, "id": "56081ad3f6858f3a71f65e28", "properties": {"duration": 12670.046000003815, "enter_fmt_time": "2015-08-22 11:25:55.571000-07:00", "enter_ts": 1440267955.571, "exit_fmt_time": "2015-08-22 14:57:05.617000-07:00", "exit_ts": 1440280625.617, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0883182, 37.3881043], "type": "Point"}, "id": "56081ad3f6858f3a71f65e2a", "properties": {"duration": 970.9610002040863, "enter_fmt_time": "2015-08-22 15:00:13.393000-07:00", "enter_ts": 1440280813.393, "exit_fmt_time": "2015-08-22 15:16:24.354000-07:00", "exit_ts": 1440281784.354, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0883182, 37.3881043], "type": "Point"}, "id": "56081ad3f6858f3a71f65e2a", "properties": {"duration": 970.9610002040863, "enter_fmt_time": "2015-08-22 15:00:13.393000-07:00", "enter_ts": 1440280813.393, "exit_fmt_time": "2015-08-22 15:16:24.354000-07:00", "exit_ts": 1440281784.354, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0800628, 37.3920022], "type": "Point"}, "id": "56081ad3f6858f3a71f65e2c", "properties": {"duration": 994.9329998493195, "enter_fmt_time": "2015-08-22 15:23:51.779000-07:00", "enter_ts": 1440282231.779, "exit_fmt_time": "2015-08-22 15:40:26.712000-07:00", "exit_ts": 1440283226.712, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0807561, 37.3920722], "type": "Point"}, "id": "56081ad5f6858f3a71f65e69", "properties": {"duration": 31.831000089645386, "enter_fmt_time": "2015-08-22 15:21:12.721000-07:00", "enter_ts": 1440282072.721, "exit_fmt_time": "2015-08-22 15:21:44.552000-07:00", "exit_ts": 1440282104.552, "feature_type": "stop", "source": "SmoothedHighConfidenceMotion"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.087517, 37.3891992], "type": "Point"}, "id": "55d904c57d65cb39ee98517b", "properties": {"accuracy": 39.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-22 15:16:24.354000-07:00", "heading": 0, "latitude": 37.3891992, "longitude": -122.087517, "sensed_speed": 0.0, "ts": 1440281784.354}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0876835, 37.3888003], "type": "Point"}, "id": "55d904c57d65cb39ee98517f", "properties": {"accuracy": 49.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-22 15:16:55.574000-07:00", "heading": 0, "latitude": 37.3888003, "longitude": -122.0876835, "sensed_speed": 0.0, "ts": 1440281815.574}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0876702, 37.3888521], "type": "Point"}, "id": "55d904c57d65cb39ee985181", "properties": {"accuracy": 48.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-22 15:17:25.512000-07:00", "heading": 0, "latitude": 37.3888521, "longitude": -122.0876702, "sensed_speed": 0.0, "ts": 1440281845.512}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0848148, 37.3898419], "type": "Point"}, "id": "55d904c57d65cb39ee985184", "properties": {"accuracy": 40.5, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-22 15:17:55.739000-07:00", "heading": 0, "latitude": 37.3898419, "longitude": -122.0848148, "sensed_speed": 0.0, "ts": 1440281875.739}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844644, 37.3902484], "type": "Point"}, "id": "55d904c57d65cb39ee985188", "properties": {"accuracy": 30.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-22 15:18:28.326000-07:00", "heading": 0, "latitude": 37.3902484, "longitude": -122.0844644, "sensed_speed": 0.0, "ts": 1440281908.326}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0844547, 37.3902884], "type": "Point"}, "id": "55d904c57d65cb39ee98518a", "properties": {"accuracy": 30.0, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-22 15:18:45.407000-07:00", "heading": 0, "latitude": 37.3902884, "longitude": -122.0844547, "sensed_speed": 0.0, "ts": 1440281925.407}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0824744, 37.3905122], "type": "Point"}, "id": "55d904c57d65cb39ee98518d", "properties": {"accuracy": 10.0, "altitude": 22.9000244140625, "feature_type": "location", "fmt_time": "2015-08-22 15:19:27.450000-07:00", "heading": 41, "latitude": 37.3905122, "longitude": -122.0824744, "sensed_speed": 1.6263, "ts": 1440281967.45}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0827941, 37.3917297], "type": "Point"}, "id": "55d904c67d65cb39ee985190", "properties": {"accuracy": 108.48, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-22 15:19:53.160000-07:00", "heading": 0, "latitude": 37.3917297, "longitude": -122.0827941, "sensed_speed": 0.0, "ts": 1440281993.16}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0819646, 37.3920826], "type": "Point"}, "id": "55d904c67d65cb39ee985193", "properties": {"accuracy": 39.306, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-22 15:20:25.022000-07:00", "heading": 0, "latitude": 37.3920826, "longitude": -122.0819646, "sensed_speed": 0.0, "ts": 1440282025.022}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0821426, 37.3920306], "type": "Point"}, "id": "55d904c67d65cb39ee985197", "properties": {"accuracy": 53.043, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-22 15:20:56.810000-07:00", "heading": 0, "latitude": 37.3920306, "longitude": -122.0821426, "sensed_speed": 0.0, "ts": 1440282056.81}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0822094, 37.3920035], "type": "Point"}, "id": "55d904c67d65cb39ee985199", "properties": {"accuracy": 58.559, "altitude": 0.0, "feature_type": "location", "fmt_time": "2015-08-22 15:21:12.721000-07:00", "heading": 0, "latitude": 37.3920035, "longitude": -122.0822094, "sensed_speed": 0.0, "ts": 1440282072.721}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0883182, 37.3881043], [-122.087517, 37.3891992], [-122.0876835, 37.3888003], [-122.0876702, 37.3888521], [-122.0848148, 37.3898419], [-122.0844644, 37.3902484], [-122.0844547, 37.3902884], [-122.0824744, 37.3905122], [-122.0827941, 37.3917297], [-122.0819646, 37.3920826], [-122.0821426, 37.3920306], [-122.0822094, 37.3920035]], "type": "LineString"}, "id": "56081ad5f6858f3a71f65e67", "properties": {"duration": 288.36699986457825, "end_fmt_time": "2015-08-22 15:21:12.721000-07:00", "end_ts": 1440282072.721, "feature_type": "section", "sensed_mode": "MotionTypes.BICYCLING", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-22 15:16:24.354000-07:00", "start_ts": 1440281784.354}, "type": "Feature"}], "type": "FeatureCollection"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0807561, 37.3920722], "type": "Point"}, "id": "55d904c67d65cb39ee98519c", "properties": {"accuracy": 69.886, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:21:44.552000-07:00", "heading": 0, "latitude": 37.3920722, "longitude": -122.0807561, "sensed_speed": 0, "ts": 1440282104.552}, "type": "Feature"}, {"geometry": {"coordinates": [-122.080619, 37.3922991], "type": "Point"}, "id": "55d904c77d65cb39ee98519f", "properties": {"accuracy": 46.596, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:22:16.372000-07:00", "heading": 0, "latitude": 37.3922991, "longitude": -122.080619, "sensed_speed": 0, "ts": 1440282136.372}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0801223, 37.3918652], "type": "Point"}, "id": "55d904c77d65cb39ee9851a2", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:22:48.171000-07:00", "heading": 0, "latitude": 37.3918652, "longitude": -122.0801223, "sensed_speed": 0, "ts": 1440282168.171}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0800917, 37.3919957], "type": "Point"}, "id": "55d904c77d65cb39ee9851a4", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:23:19.972000-07:00", "heading": 0, "latitude": 37.3919957, "longitude": -122.0800917, "sensed_speed": 0, "ts": 1440282199.972}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0800628, 37.3920022], "type": "Point"}, "id": "55d904c77d65cb39ee9851a7", "properties": {"accuracy": 36.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:23:51.779000-07:00", "heading": 0, "latitude": 37.3920022, "longitude": -122.0800628, "sensed_speed": 0, "ts": 1440282231.779}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0807561, 37.3920722], [-122.080619, 37.3922991], [-122.0801223, 37.3918652], [-122.0800917, 37.3919957], [-122.0800628, 37.3920022]], "type": "LineString"}, "id": "56081ad5f6858f3a71f65e68", "properties": {"duration": 127.22699999809265, "end_fmt_time": "2015-08-22 15:23:51.779000-07:00", "end_ts": 1440282231.779, "feature_type": "section", "sensed_mode": "MotionTypes.ON_FOOT", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-22 15:21:44.552000-07:00", "start_ts": 1440282104.552}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.0800628, 37.3920022], "type": "Point"}, "id": "56081ad3f6858f3a71f65e2c", "properties": {"duration": 994.9329998493195, "enter_fmt_time": "2015-08-22 15:23:51.779000-07:00", "enter_ts": 1440282231.779, "exit_fmt_time": "2015-08-22 15:40:26.712000-07:00", "exit_ts": 1440283226.712, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.088923, 37.3911364], "type": "Point"}, "id": "56081ad3f6858f3a71f65e2e", "properties": {"duration": 2335.6589999198914, "enter_fmt_time": "2015-08-22 16:00:40.644000-07:00", "enter_ts": 1440284440.644, "exit_fmt_time": "2015-08-22 16:39:36.303000-07:00", "exit_ts": 1440286776.303, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.084914, 37.3929512], "type": "Point"}, "id": "56081ad5f6858f3a71f65e6c", "properties": {"duration": 31.805999994277954, "enter_fmt_time": "2015-08-22 15:52:32.002000-07:00", "enter_ts": 1440283952.002, "exit_fmt_time": "2015-08-22 15:53:03.808000-07:00", "exit_ts": 1440283983.808, "feature_type": "stop", "source": "SmoothedHighConfidenceMotion"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0850502, 37.3928465], "type": "Point"}, "id": "56081ad5f6858f3a71f65e6e", "properties": {"duration": 31.831000089645386, "enter_fmt_time": "2015-08-22 15:53:35.643000-07:00", "enter_ts": 1440284015.643, "exit_fmt_time": "2015-08-22 15:54:07.474000-07:00", "exit_ts": 1440284047.474, "feature_type": "stop", "source": "SmoothedHighConfidenceMotion"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862347, 37.3908994], "type": "Point"}, "id": "56081ad5f6858f3a71f65e70", "properties": {"duration": 38.824000120162964, "enter_fmt_time": "2015-08-22 15:54:37.135000-07:00", "enter_ts": 1440284077.135, "exit_fmt_time": "2015-08-22 15:55:15.959000-07:00", "exit_ts": 1440284115.959, "feature_type": "stop", "source": "SmoothedHighConfidenceMotion"}, "type": "Feature"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0814687, 37.3918311], "type": "Point"}, "id": "55d904ca7d65cb39ee9851d9", "properties": {"accuracy": 20.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:40:26.712000-07:00", "heading": 0, "latitude": 37.3918311, "longitude": -122.0814687, "sensed_speed": 0, "ts": 1440283226.712}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0800585, 37.392047], "type": "Point"}, "id": "55d904ca7d65cb39ee9851de", "properties": {"accuracy": 37.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:49:01.288000-07:00", "heading": 0, "latitude": 37.392047, "longitude": -122.0800585, "sensed_speed": 0, "ts": 1440283741.288}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0800782, 37.3920326], "type": "Point"}, "id": "55d904ca7d65cb39ee9851e1", "properties": {"accuracy": 33.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:49:36.980000-07:00", "heading": 0, "latitude": 37.3920326, "longitude": -122.0800782, "sensed_speed": 0, "ts": 1440283776.98}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0802162, 37.392111], "type": "Point"}, "id": "55d904ca7d65cb39ee9851e3", "properties": {"accuracy": 58.904, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:50:08.798000-07:00", "heading": 0, "latitude": 37.392111, "longitude": -122.0802162, "sensed_speed": 0, "ts": 1440283808.798}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0802419, 37.3921353], "type": "Point"}, "id": "55d904ca7d65cb39ee9851e8", "properties": {"accuracy": 56.453, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:50:24.707000-07:00", "heading": 0, "latitude": 37.3921353, "longitude": -122.0802419, "sensed_speed": 0, "ts": 1440283824.707}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0815073, 37.3918861], "type": "Point"}, "id": "55d904cb7d65cb39ee9851ea", "properties": {"accuracy": 38.987, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:50:56.544000-07:00", "heading": 0, "latitude": 37.3918861, "longitude": -122.0815073, "sensed_speed": 0, "ts": 1440283856.544}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0827283, 37.3922036], "type": "Point"}, "id": "55d904cb7d65cb39ee9851ee", "properties": {"accuracy": 60.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:51:28.375000-07:00", "heading": 0, "latitude": 37.3922036, "longitude": -122.0827283, "sensed_speed": 0, "ts": 1440283888.375}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0836701, 37.3926381], "type": "Point"}, "id": "55d904cb7d65cb39ee9851f1", "properties": {"accuracy": 46.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:52:00.182000-07:00", "heading": 0, "latitude": 37.3926381, "longitude": -122.0836701, "sensed_speed": 0, "ts": 1440283920.182}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0847274, 37.3930518], "type": "Point"}, "id": "55d904cb7d65cb39ee9851f4", "properties": {"accuracy": 45.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:52:32.002000-07:00", "heading": 0, "latitude": 37.3930518, "longitude": -122.0847274, "sensed_speed": 0, "ts": 1440283952.002}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0800628, 37.3920022], [-122.0814687, 37.3918311], [-122.0800585, 37.392047], [-122.0800782, 37.3920326], [-122.0802162, 37.392111], [-122.0802419, 37.3921353], [-122.0815073, 37.3918861], [-122.0827283, 37.3922036], [-122.0836701, 37.3926381], [-122.0847274, 37.3930518]], "type": "LineString"}, "id": "56081ad5f6858f3a71f65e6a", "properties": {"duration": 725.2900002002716, "end_fmt_time": "2015-08-22 15:52:32.002000-07:00", "end_ts": 1440283952.002, "feature_type": "section", "sensed_mode": "MotionTypes.BICYCLING", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-22 15:40:26.712000-07:00", "start_ts": 1440283226.712}, "type": "Feature"}], "type": "FeatureCollection"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.084914, 37.3929512], "type": "Point"}, "id": "55d904cb7d65cb39ee9851f8", "properties": {"accuracy": 30, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:53:03.808000-07:00", "heading": 0, "latitude": 37.3929512, "longitude": -122.084914, "sensed_speed": 0, "ts": 1440283983.808}, "type": "Feature"}, {"geometry": {"coordinates": [-122.084924, 37.3929551], "type": "Point"}, "id": "55d904cc7d65cb39ee9851fb", "properties": {"accuracy": 30, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:53:35.643000-07:00", "heading": 0, "latitude": 37.3929551, "longitude": -122.084924, "sensed_speed": 0, "ts": 1440284015.643}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.084914, 37.3929512], [-122.084924, 37.3929551]], "type": "LineString"}, "id": "56081ad5f6858f3a71f65e6b", "properties": {"duration": 31.834999799728394, "end_fmt_time": "2015-08-22 15:53:35.643000-07:00", "end_ts": 1440284015.643, "feature_type": "section", "sensed_mode": "MotionTypes.ON_FOOT", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-22 15:53:03.808000-07:00", "start_ts": 1440283983.808}, "type": "Feature"}], "type": "FeatureCollection"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0850502, 37.3928465], "type": "Point"}, "id": "55d904cc7d65cb39ee9851ff", "properties": {"accuracy": 58.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:54:07.474000-07:00", "heading": 0, "latitude": 37.3928465, "longitude": -122.0850502, "sensed_speed": 0, "ts": 1440284047.474}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0860199, 37.3911957], "type": "Point"}, "id": "55d904cc7d65cb39ee985201", "properties": {"accuracy": 52.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:54:37.135000-07:00", "heading": 0, "latitude": 37.3911957, "longitude": -122.0860199, "sensed_speed": 0, "ts": 1440284077.135}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0850502, 37.3928465], [-122.0860199, 37.3911957]], "type": "LineString"}, "id": "56081ad5f6858f3a71f65e6d", "properties": {"duration": 29.66100001335144, "end_fmt_time": "2015-08-22 15:54:37.135000-07:00", "end_ts": 1440284077.135, "feature_type": "section", "sensed_mode": "MotionTypes.BICYCLING", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-22 15:54:07.474000-07:00", "start_ts": 1440284047.474}, "type": "Feature"}], "type": "FeatureCollection"}, {"features": [{"features": [{"geometry": {"coordinates": [-122.0862347, 37.3908994], "type": "Point"}, "id": "55d904cc7d65cb39ee985205", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:55:15.959000-07:00", "heading": 0, "latitude": 37.3908994, "longitude": -122.0862347, "sensed_speed": 0, "ts": 1440284115.959}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0861716, 37.3909757], "type": "Point"}, "id": "55d904cc7d65cb39ee985207", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:55:45.919000-07:00", "heading": 0, "latitude": 37.3909757, "longitude": -122.0861716, "sensed_speed": 0, "ts": 1440284145.919}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0861702, 37.3908236], "type": "Point"}, "id": "55d904cc7d65cb39ee98520a", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:56:16.040000-07:00", "heading": 0, "latitude": 37.3908236, "longitude": -122.0861702, "sensed_speed": 0, "ts": 1440284176.04}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0862915, 37.3906969], "type": "Point"}, "id": "55d904cc7d65cb39ee98520c", "properties": {"accuracy": 40.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:56:42.039000-07:00", "heading": 0, "latitude": 37.3906969, "longitude": -122.0862915, "sensed_speed": 0, "ts": 1440284202.039}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0867063, 37.3905146], "type": "Point"}, "id": "55d904cd7d65cb39ee98520e", "properties": {"accuracy": 30.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:57:13.854000-07:00", "heading": 0, "latitude": 37.3905146, "longitude": -122.0867063, "sensed_speed": 0, "ts": 1440284233.854}, "type": "Feature"}, {"geometry": {"coordinates": [-122.087352, 37.3907304], "type": "Point"}, "id": "55d904cd7d65cb39ee985211", "properties": {"accuracy": 31.5, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:57:45.678000-07:00", "heading": 0, "latitude": 37.3907304, "longitude": -122.087352, "sensed_speed": 0, "ts": 1440284265.678}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0876035, 37.3909339], "type": "Point"}, "id": "55d904cd7d65cb39ee985214", "properties": {"accuracy": 51.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:58:17.509000-07:00", "heading": 0, "latitude": 37.3909339, "longitude": -122.0876035, "sensed_speed": 0, "ts": 1440284297.509}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0880419, 37.3911618], "type": "Point"}, "id": "55d904cd7d65cb39ee985217", "properties": {"accuracy": 33.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:58:33.416000-07:00", "heading": 0, "latitude": 37.3911618, "longitude": -122.0880419, "sensed_speed": 0, "ts": 1440284313.416}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0884411, 37.391308], "type": "Point"}, "id": "55d904cd7d65cb39ee98521a", "properties": {"accuracy": 36.967, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:59:05.240000-07:00", "heading": 0, "latitude": 37.391308, "longitude": -122.0884411, "sensed_speed": 0, "ts": 1440284345.24}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0885732, 37.3913698], "type": "Point"}, "id": "55d904cd7d65cb39ee98521d", "properties": {"accuracy": 33.956, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 15:59:37.055000-07:00", "heading": 0, "latitude": 37.3913698, "longitude": -122.0885732, "sensed_speed": 0, "ts": 1440284377.055}, "type": "Feature"}, {"geometry": {"coordinates": [-122.0889631, 37.3911079], "type": "Point"}, "id": "55d904ce7d65cb39ee985221", "properties": {"accuracy": 52.134, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 16:00:08.847000-07:00", "heading": 0, "latitude": 37.3911079, "longitude": -122.0889631, "sensed_speed": 0, "ts": 1440284408.847}, "type": "Feature"}, {"geometry": {"coordinates": [-122.088923, 37.3911364], "type": "Point"}, "id": "55d904ce7d65cb39ee985223", "properties": {"accuracy": 51.0, "altitude": 0, "feature_type": "location", "fmt_time": "2015-08-22 16:00:40.644000-07:00", "heading": 0, "latitude": 37.3911364, "longitude": -122.088923, "sensed_speed": 0, "ts": 1440284440.644}, "type": "Feature"}], "type": "FeatureCollection"}, {"geometry": {"coordinates": [[-122.0862347, 37.3908994], [-122.0861716, 37.3909757], [-122.0861702, 37.3908236], [-122.0862915, 37.3906969], [-122.0867063, 37.3905146], [-122.087352, 37.3907304], [-122.0876035, 37.3909339], [-122.0880419, 37.3911618], [-122.0884411, 37.391308], [-122.0885732, 37.3913698], [-122.0889631, 37.3911079], [-122.088923, 37.3911364]], "type": "LineString"}, "id": "56081ad5f6858f3a71f65e6f", "properties": {"duration": 324.68499994277954, "end_fmt_time": "2015-08-22 16:00:40.644000-07:00", "end_ts": 1440284440.644, "feature_type": "section", "sensed_mode": "MotionTypes.ON_FOOT", "source": "SmoothedHighConfidenceMotion", "start_fmt_time": "2015-08-22 15:55:15.959000-07:00", "start_ts": 1440284115.959}, "type": "Feature"}], "type": "FeatureCollection"}], "type": "FeatureCollection"}
DEBUG:root:{"features": [{"geometry": {"coordinates": [-122.088923, 37.3911364], "type": "Point"}, "id": "56081ad3f6858f3a71f65e2e", "properties": {"duration": 2335.6589999198914, "enter_fmt_time": "2015-08-22 16:00:40.644000-07:00", "enter_ts": 1440284440.644, "exit_fmt_time": "2015-08-22 16:39:36.303000-07:00", "exit_ts": 1440286776.303, "feature_type": "start_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.08758, 37.3910055], "type": "Point"}, "id": "56081ad3f6858f3a71f65e30", "properties": {"duration": 61553.61099982262, "enter_fmt_time": "2015-08-22 16:40:01.696000-07:00", "enter_ts": 1440286801.696, "exit_fmt_time": "2015-08-23 09:45:55.307000-07:00", "exit_ts": 1440348355.307, "feature_type": "end_place", "source": "DwellSegmentationTimeFilter"}, "type": "Feature"}], "type": "FeatureCollection"}
Out[19]:
In [19]:
In [19]:
In [19]:
In [19]:
Content source: joshzarrabi/e-mission-server
Similar notebooks: