In [1]:
import emission.storage.timeseries.abstract_timeseries as esta
import emission.storage.decorations.trip_queries as esdt
import emission.storage.decorations.section_queries as esds
In [19]:
import datetime as pydt
import pytz
import time
import json
In [3]:
import emission.net.usercache.abstract_usercache as enua
In [4]:
import logging
logging.getLogger().setLevel(logging.DEBUG)
In [5]:
get_dt = lambda (month,date): time.mktime(pydt.datetime(2015,month,date,tzinfo=pytz.timezone("America/Los_Angeles")).timetuple())
In [6]:
esta.TimeSeries.get_uuid_list()
Out[6]:
[UUID('0763de67-f61e-3f5d-90e7-518e69793954'),
UUID('f955cff1-8fb8-3b42-8776-6d8874e5b90a'),
UUID('b0d937d0-70ef-305e-9563-440369012b39')]
In [7]:
myuuid = esta.TimeSeries.get_uuid_list()[0]
tomuuid = esta.TimeSeries.get_uuid_list()[2]
In [8]:
def get_zigzag_start_fmt_times(user_zigzag_path):
return [l.strip() for l in open(user_zigzag_path).readlines()]
In [9]:
my_ground_truth = get_zigzag_start_fmt_times("/Users/shankari/e-mission/e-mission-data/usercache_data/my_zigzag_trip_times")
In [10]:
def get_zigzag_trips(uuid, start_ts, end_ts, ground_truth):
zigzag_trips = []
tq = enua.UserCache.TimeQuery("start_ts", start_ts, end_ts)
candidate_trips = esdt.get_trips(uuid, tq)
for i, trip in enumerate(candidate_trips):
if trip.start_fmt_time in ground_truth:
logging.debug("Found zigzag trip %s!" % trip)
zigzag_trips.append(trip)
return zigzag_trips
In [11]:
my_zigzag_trips = get_zigzag_trips(myuuid, None, time.time(), my_ground_truth)
DEBUG:root:Found zigzag trip Trip({u'end_place': ObjectId('56081ad3f6858f3a71f65e20'), u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.4426899, 37.7280596]}, u'end_ts': 1440209488.817, u'start_ts': 1440205576.905, u'start_fmt_time': u'2015-08-21 18:06:16.905000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0862011, 37.3910039]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('56081ad3f6858f3a71f65e1e'), u'end_fmt_time': u'2015-08-21 19:11:28.817000-07:00', u'duration': 3911.911999940872, u'_id': ObjectId('56081ad3f6858f3a71f65e1f')})!
DEBUG:root:Found zigzag trip Trip({u'end_place': ObjectId('56081ad3f6858f3a71f65e2e'), u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0814687, 37.3918311]}, u'end_ts': 1440284440.644, 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.088923, 37.3911364]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('56081ad3f6858f3a71f65e2c'), u'end_fmt_time': u'2015-08-22 16:00:40.644000-07:00', u'duration': 1213.9320001602173, u'_id': ObjectId('56081ad3f6858f3a71f65e2d')})!
In [12]:
tom_ground_truth = get_zigzag_start_fmt_times("/Users/shankari/e-mission/e-mission-data/usercache_data/tom_zigzag_trip_times")
tom_zigzag_trips = get_zigzag_trips(tomuuid, None, time.time(), tom_ground_truth)
DEBUG:root:Found zigzag trip Trip({u'end_place': ObjectId('5608285cf6858f3c7580c8ba'), u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.083262, 37.4028433]}, u'end_ts': 1440432439.533, u'start_ts': 1440430310.857, u'start_fmt_time': u'2015-08-24 08:31:50.857000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-121.9036344, 37.3284675]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('5608285cf6858f3c7580c8b8'), u'end_fmt_time': u'2015-08-24 09:07:19.533000-07:00', u'duration': 2128.675999879837, u'_id': ObjectId('5608285cf6858f3c7580c8b9')})!
DEBUG:root:Found zigzag trip Trip({u'end_place': ObjectId('5608285df6858f3c7580c8c2'), u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0882077, 37.3881928]}, u'end_ts': 1440545964.213, u'start_ts': 1440517068.439, u'start_fmt_time': u'2015-08-25 08:37:48.439000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0931936, 37.3645939]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('5608285cf6858f3c7580c8c0'), u'end_fmt_time': u'2015-08-25 16:39:24.213000-07:00', u'duration': 28895.774000167847, u'_id': ObjectId('5608285df6858f3c7580c8c1')})!
DEBUG:root:Found zigzag trip Trip({u'end_place': ObjectId('5608285df6858f3c7580c8e6'), u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0850217, 37.3928567]}, u'end_ts': 1440775741.8, u'start_ts': 1440774944.444, u'start_fmt_time': u'2015-08-28 08:15:44.444000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0837477, 37.4039396]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('5608285df6858f3c7580c8e4'), u'end_fmt_time': u'2015-08-28 08:29:01.800000-07:00', u'duration': 797.3559999465942, u'_id': ObjectId('5608285df6858f3c7580c8e5')})!
DEBUG:root:Found zigzag trip Trip({u'end_place': ObjectId('5608285df6858f3c7580c91e'), u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39'), u'start_loc': {u'type': u'Point', u'coordinates': [-121.9073733, 37.321086]}, u'end_ts': 1441208617.707, u'start_ts': 1441207927.85, u'start_fmt_time': u'2015-09-02 08:32:07.850000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-121.948556, 37.2792126]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('5608285df6858f3c7580c91c'), u'end_fmt_time': u'2015-09-02 08:43:37.707000-07:00', u'duration': 689.8570001125336, u'_id': ObjectId('5608285df6858f3c7580c91d')})!
DEBUG:root:Found zigzag trip Trip({u'end_place': ObjectId('5608285df6858f3c7580c932'), u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0847801, 37.4013634]}, u'end_ts': 1441294761.32, u'start_ts': 1441294275.322, u'start_fmt_time': u'2015-09-03 08:31:15.322000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0862756, 37.3909557]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('5608285df6858f3c7580c930'), u'end_fmt_time': u'2015-09-03 08:39:21.320000-07:00', u'duration': 485.9979999065399, u'_id': ObjectId('5608285df6858f3c7580c931')})!
DEBUG:root:Found zigzag trip Trip({u'end_place': ObjectId('5608285df6858f3c7580c93a'), u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0861897, 37.3910416]}, u'end_ts': 1441325719.161, u'start_ts': 1441325092.945, u'start_fmt_time': u'2015-09-03 17:04:52.945000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0801769, 37.3921698]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('5608285df6858f3c7580c938'), u'end_fmt_time': u'2015-09-03 17:15:19.161000-07:00', u'duration': 626.2160000801086, u'_id': ObjectId('5608285df6858f3c7580c939')})!
DEBUG:root:Found zigzag trip Trip({u'end_place': ObjectId('5608285df6858f3c7580c950'), u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0865169, 37.3986848]}, u'end_ts': 1441644140.933, u'start_ts': 1441639379.149, u'start_fmt_time': u'2015-09-07 08:22:59.149000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.394481, 37.7766259]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('5608285df6858f3c7580c94e'), u'end_fmt_time': u'2015-09-07 09:42:20.933000-07:00', u'duration': 4761.78400015831, u'_id': ObjectId('5608285df6858f3c7580c94f')})!
DEBUG:root:Found zigzag trip Trip({u'end_place': ObjectId('5608285df6858f3c7580c98c'), u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0777908, 37.3957365]}, u'end_ts': 1441917622.318, u'start_ts': 1441916100.282, u'start_fmt_time': u'2015-09-10 13:15:00.282000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0862768, 37.3909523]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('5608285df6858f3c7580c98a'), u'end_fmt_time': u'2015-09-10 13:40:22.318000-07:00', u'duration': 1522.0360000133514, u'_id': ObjectId('5608285df6858f3c7580c98b')})!
DEBUG:root:Found zigzag trip Trip({u'end_place': ObjectId('5608285df6858f3c7580c990'), u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0861761, 37.3910551]}, u'end_ts': 1441920589.611, u'start_ts': 1441918676.649, u'start_fmt_time': u'2015-09-10 13:57:56.649000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0806359, 37.3998045]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('5608285df6858f3c7580c98e'), u'end_fmt_time': u'2015-09-10 14:29:49.611000-07:00', u'duration': 1912.962000131607, u'_id': ObjectId('5608285df6858f3c7580c98f')})!
DEBUG:root:Found zigzag trip Trip({u'end_place': ObjectId('5608285df6858f3c7580c99a'), u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0798907, 37.3965131]}, u'end_ts': 1441930612.622, u'start_ts': 1441930110.729, u'start_fmt_time': u'2015-09-10 17:08:30.729000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0881734, 37.3907896]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('5608285df6858f3c7580c998'), u'end_fmt_time': u'2015-09-10 17:16:52.622000-07:00', u'duration': 501.89299988746643, u'_id': ObjectId('5608285df6858f3c7580c999')})!
In [13]:
zigzag_trips = my_zigzag_trips + tom_zigzag_trips
In [36]:
[trip.user_id for trip in zigzag_trips]
Out[36]:
[UUID('0763de67-f61e-3f5d-90e7-518e69793954'),
UUID('0763de67-f61e-3f5d-90e7-518e69793954'),
UUID('b0d937d0-70ef-305e-9563-440369012b39'),
UUID('b0d937d0-70ef-305e-9563-440369012b39'),
UUID('b0d937d0-70ef-305e-9563-440369012b39'),
UUID('b0d937d0-70ef-305e-9563-440369012b39'),
UUID('b0d937d0-70ef-305e-9563-440369012b39'),
UUID('b0d937d0-70ef-305e-9563-440369012b39'),
UUID('b0d937d0-70ef-305e-9563-440369012b39'),
UUID('b0d937d0-70ef-305e-9563-440369012b39'),
UUID('b0d937d0-70ef-305e-9563-440369012b39'),
UUID('b0d937d0-70ef-305e-9563-440369012b39')]
In [42]:
zigzag_sections_shallow_list = [esdt.get_sections_for_trip(trip.user_id, trip.get_id()) for trip in zigzag_trips]
In [43]:
zigzag_sections = [item for sublist in zigzag_sections_shallow_list for item in sublist]
In [22]:
import bson.json_util as bju
In [49]:
trip_file = open("/Users/shankari/e-mission/e-mission-server/emission/tests/data/smoothing_data/trip_list.txt", "w")
json.dump(zigzag_trips, trip_file, indent=4, default=bju.default)
trip_file.close()
section_file = open("/Users/shankari/e-mission/e-mission-server/emission/tests/data/smoothing_data/section_list.txt", "w")
json.dump(zigzag_sections, section_file, indent=4, default=bju.default)
section_file.close()
for trip in zigzag_trips:
# Save points
trip_points = esta.TimeSeries.get_time_series(trip.user_id).find_entries(None, esdt.get_time_query_for_trip(trip.get_id()))
logging.debug("For trip %s, found %s points" % (trip.get_id(), trip_points.count()))
trip_points_file = open("/Users/shankari/e-mission/e-mission-server/emission/tests/data/smoothing_data/%s" % trip.get_id(), "w")
json.dump(list(trip_points), trip_points_file, indent=4, default=bju.default)
trip_points_file.close()
DEBUG:root:sort_key = metadata.write_ts
DEBUG:root:For trip 56081ad3f6858f3a71f65e1f, found 289 points
DEBUG:root:sort_key = metadata.write_ts
DEBUG:root:For trip 56081ad3f6858f3a71f65e2d, found 76 points
DEBUG:root:sort_key = metadata.write_ts
DEBUG:root:For trip 5608285cf6858f3c7580c8b9, found 193 points
DEBUG:root:sort_key = metadata.write_ts
DEBUG:root:For trip 5608285df6858f3c7580c8c1, found 331 points
DEBUG:root:sort_key = metadata.write_ts
DEBUG:root:For trip 5608285df6858f3c7580c8e5, found 75 points
DEBUG:root:sort_key = metadata.write_ts
DEBUG:root:For trip 5608285df6858f3c7580c91d, found 59 points
DEBUG:root:sort_key = metadata.write_ts
DEBUG:root:For trip 5608285df6858f3c7580c931, found 42 points
DEBUG:root:sort_key = metadata.write_ts
DEBUG:root:For trip 5608285df6858f3c7580c939, found 45 points
DEBUG:root:sort_key = metadata.write_ts
DEBUG:root:For trip 5608285df6858f3c7580c94f, found 411 points
DEBUG:root:sort_key = metadata.write_ts
DEBUG:root:For trip 5608285df6858f3c7580c98b, found 147 points
DEBUG:root:sort_key = metadata.write_ts
DEBUG:root:For trip 5608285df6858f3c7580c98f, found 101 points
DEBUG:root:sort_key = metadata.write_ts
DEBUG:root:For trip 5608285df6858f3c7580c999, found 46 points
In [25]:
trip
Out[25]:
Trip({u'end_place': ObjectId('5608285df6858f3c7580c99a'), u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0798907, 37.3965131]}, u'end_ts': 1441930612.622, u'start_ts': 1441930110.729, u'start_fmt_time': u'2015-09-10 17:08:30.729000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.0881734, 37.3907896]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('5608285df6858f3c7580c998'), u'end_fmt_time': u'2015-09-10 17:16:52.622000-07:00', u'duration': 501.89299988746643, u'_id': ObjectId('5608285df6858f3c7580c999')})
In [29]:
trip_points = list(esta.TimeSeries.get_time_series(trip.user_id).find_entries(None, esdt.get_time_query_for_trip(trip.get_id())))
DEBUG:root:sort_key = metadata.write_ts
In [30]:
trip_points_df = esta.TimeSeries.get_time_series(trip.user_id).get_data_df("background/filtered_location", esdt.get_time_query_for_trip(trip.get_id()))
DEBUG:root:sort_key = metadata.write_ts
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.0798907, 37.3965131]}, u'fmt_time': u'2015-09-10 17:08:30.729000-07:00', u'altitude': 0, u'ts': 1441930110.729, u'longitude': -122.0798907, u'latitude': 37.3965131, '_id': ObjectId('55f221437d65cb39ee988f82'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.0802485, 37.396693]}, u'fmt_time': u'2015-09-10 17:08:45.065000-07:00', u'altitude': 0, u'ts': 1441930125.065, u'longitude': -122.0802485, u'latitude': 37.396693, '_id': ObjectId('55f221437d65cb39ee988f84'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 48}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.077798, 37.3958855]}, u'fmt_time': u'2015-09-10 17:09:22.484000-07:00', u'altitude': 0, u'ts': 1441930162.484, u'longitude': -122.077798, u'latitude': 37.3958855, '_id': ObjectId('55f221437d65cb39ee988f87'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 49.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.0813401, 37.3975994]}, u'fmt_time': u'2015-09-10 17:09:44.553000-07:00', u'altitude': 0, u'ts': 1441930184.553, u'longitude': -122.0813401, u'latitude': 37.3975994, '_id': ObjectId('55f221447d65cb39ee988f8b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.0813244, 37.3975955]}, u'fmt_time': u'2015-09-10 17:10:52.220000-07:00', u'altitude': 0, u'ts': 1441930252.22, u'longitude': -122.0813244, u'latitude': 37.3975955, '_id': ObjectId('55f221447d65cb39ee988f8f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 54.952}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.0777584, 37.3959368]}, u'fmt_time': u'2015-09-10 17:11:52.261000-07:00', u'altitude': 0, u'ts': 1441930312.261, u'longitude': -122.0777584, u'latitude': 37.3959368, '_id': ObjectId('55f221447d65cb39ee988f95'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 72}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.0831444, 37.3958259]}, u'fmt_time': u'2015-09-10 17:13:08.477000-07:00', u'altitude': 0, u'ts': 1441930388.477, u'longitude': -122.0831444, u'latitude': 37.3958259, '_id': ObjectId('55f221457d65cb39ee988f99'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 85.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.0836995, 37.3949067]}, u'fmt_time': u'2015-09-10 17:13:27.735000-07:00', u'altitude': 0, u'ts': 1441930407.735, u'longitude': -122.0836995, u'latitude': 37.3949067, '_id': ObjectId('55f221457d65cb39ee988f9c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.0861753, 37.3910393]}, u'fmt_time': u'2015-09-10 17:14:12.185000-07:00', u'altitude': 0, u'ts': 1441930452.185, u'longitude': -122.0861753, u'latitude': 37.3910393, '_id': ObjectId('55f221457d65cb39ee988f9f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.0877208, 37.3909629]}, u'fmt_time': u'2015-09-10 17:14:43.320000-07:00', u'altitude': 0, u'ts': 1441930483.32, u'longitude': -122.0877208, u'latitude': 37.3909629, '_id': ObjectId('55f221457d65cb39ee988fa1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 52.607}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.0881443, 37.3907636]}, u'fmt_time': u'2015-09-10 17:15:18.520000-07:00', u'altitude': 0, u'ts': 1441930518.52, u'longitude': -122.0881443, u'latitude': 37.3907636, '_id': ObjectId('55f221467d65cb39ee988fa6'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 59.319}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.0881441, 37.3907865]}, u'fmt_time': u'2015-09-10 17:15:49.593000-07:00', u'altitude': 0, u'ts': 1441930549.593, u'longitude': -122.0881441, u'latitude': 37.3907865, '_id': ObjectId('55f221467d65cb39ee988fa9'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 24}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.0881781, 37.3907666]}, u'fmt_time': u'2015-09-10 17:16:20.640000-07:00', u'altitude': 0, u'ts': 1441930580.64, u'longitude': -122.0881781, u'latitude': 37.3907666, '_id': ObjectId('55f221467d65cb39ee988fab'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 59.009}
In [34]:
list(trip_points_df._id)
Out[34]:
[ObjectId('55f221437d65cb39ee988f82'),
ObjectId('55f221437d65cb39ee988f84'),
ObjectId('55f221437d65cb39ee988f87'),
ObjectId('55f221447d65cb39ee988f8b'),
ObjectId('55f221447d65cb39ee988f8f'),
ObjectId('55f221447d65cb39ee988f95'),
ObjectId('55f221457d65cb39ee988f99'),
ObjectId('55f221457d65cb39ee988f9c'),
ObjectId('55f221457d65cb39ee988f9f'),
ObjectId('55f221457d65cb39ee988fa1'),
ObjectId('55f221467d65cb39ee988fa6'),
ObjectId('55f221467d65cb39ee988fa9'),
ObjectId('55f221467d65cb39ee988fab')]
In [50]:
json.load(open("/Users/shankari/e-mission/e-mission-server/emission/tests/data/smoothing_data/trip_list.txt"), object_hook=bju.object_hook)
Out[50]:
[{u'_id': ObjectId('56081ad3f6858f3a71f65e1f'),
u'duration': 3911.911999940872,
u'end_fmt_time': u'2015-08-21 19:11:28.817000-07:00',
u'end_loc': {u'coordinates': [-122.0862011, 37.3910039], u'type': u'Point'},
u'end_place': ObjectId('56081ad3f6858f3a71f65e20'),
u'end_ts': 1440209488.817,
u'source': u'DwellSegmentationTimeFilter',
u'start_fmt_time': u'2015-08-21 18:06:16.905000-07:00',
u'start_loc': {u'coordinates': [-122.4426899, 37.7280596],
u'type': u'Point'},
u'start_place': ObjectId('56081ad3f6858f3a71f65e1e'),
u'start_ts': 1440205576.905,
u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')},
{u'_id': ObjectId('56081ad3f6858f3a71f65e2d'),
u'duration': 1213.9320001602173,
u'end_fmt_time': u'2015-08-22 16:00:40.644000-07:00',
u'end_loc': {u'coordinates': [-122.088923, 37.3911364], u'type': u'Point'},
u'end_place': ObjectId('56081ad3f6858f3a71f65e2e'),
u'end_ts': 1440284440.644,
u'source': u'DwellSegmentationTimeFilter',
u'start_fmt_time': u'2015-08-22 15:40:26.712000-07:00',
u'start_loc': {u'coordinates': [-122.0814687, 37.3918311],
u'type': u'Point'},
u'start_place': ObjectId('56081ad3f6858f3a71f65e2c'),
u'start_ts': 1440283226.712,
u'user_id': UUID('0763de67-f61e-3f5d-90e7-518e69793954')},
{u'_id': ObjectId('5608285cf6858f3c7580c8b9'),
u'duration': 2128.675999879837,
u'end_fmt_time': u'2015-08-24 09:07:19.533000-07:00',
u'end_loc': {u'coordinates': [-121.9036344, 37.3284675], u'type': u'Point'},
u'end_place': ObjectId('5608285cf6858f3c7580c8ba'),
u'end_ts': 1440432439.533,
u'source': u'DwellSegmentationTimeFilter',
u'start_fmt_time': u'2015-08-24 08:31:50.857000-07:00',
u'start_loc': {u'coordinates': [-122.083262, 37.4028433], u'type': u'Point'},
u'start_place': ObjectId('5608285cf6858f3c7580c8b8'),
u'start_ts': 1440430310.857,
u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39')},
{u'_id': ObjectId('5608285df6858f3c7580c8c1'),
u'duration': 28895.774000167847,
u'end_fmt_time': u'2015-08-25 16:39:24.213000-07:00',
u'end_loc': {u'coordinates': [-122.0931936, 37.3645939], u'type': u'Point'},
u'end_place': ObjectId('5608285df6858f3c7580c8c2'),
u'end_ts': 1440545964.213,
u'source': u'DwellSegmentationTimeFilter',
u'start_fmt_time': u'2015-08-25 08:37:48.439000-07:00',
u'start_loc': {u'coordinates': [-122.0882077, 37.3881928],
u'type': u'Point'},
u'start_place': ObjectId('5608285cf6858f3c7580c8c0'),
u'start_ts': 1440517068.439,
u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39')},
{u'_id': ObjectId('5608285df6858f3c7580c8e5'),
u'duration': 797.3559999465942,
u'end_fmt_time': u'2015-08-28 08:29:01.800000-07:00',
u'end_loc': {u'coordinates': [-122.0837477, 37.4039396], u'type': u'Point'},
u'end_place': ObjectId('5608285df6858f3c7580c8e6'),
u'end_ts': 1440775741.8,
u'source': u'DwellSegmentationTimeFilter',
u'start_fmt_time': u'2015-08-28 08:15:44.444000-07:00',
u'start_loc': {u'coordinates': [-122.0850217, 37.3928567],
u'type': u'Point'},
u'start_place': ObjectId('5608285df6858f3c7580c8e4'),
u'start_ts': 1440774944.444,
u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39')},
{u'_id': ObjectId('5608285df6858f3c7580c91d'),
u'duration': 689.8570001125336,
u'end_fmt_time': u'2015-09-02 08:43:37.707000-07:00',
u'end_loc': {u'coordinates': [-121.948556, 37.2792126], u'type': u'Point'},
u'end_place': ObjectId('5608285df6858f3c7580c91e'),
u'end_ts': 1441208617.707,
u'source': u'DwellSegmentationTimeFilter',
u'start_fmt_time': u'2015-09-02 08:32:07.850000-07:00',
u'start_loc': {u'coordinates': [-121.9073733, 37.321086], u'type': u'Point'},
u'start_place': ObjectId('5608285df6858f3c7580c91c'),
u'start_ts': 1441207927.85,
u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39')},
{u'_id': ObjectId('5608285df6858f3c7580c931'),
u'duration': 485.9979999065399,
u'end_fmt_time': u'2015-09-03 08:39:21.320000-07:00',
u'end_loc': {u'coordinates': [-122.0862756, 37.3909557], u'type': u'Point'},
u'end_place': ObjectId('5608285df6858f3c7580c932'),
u'end_ts': 1441294761.32,
u'source': u'DwellSegmentationTimeFilter',
u'start_fmt_time': u'2015-09-03 08:31:15.322000-07:00',
u'start_loc': {u'coordinates': [-122.0847801, 37.4013634],
u'type': u'Point'},
u'start_place': ObjectId('5608285df6858f3c7580c930'),
u'start_ts': 1441294275.322,
u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39')},
{u'_id': ObjectId('5608285df6858f3c7580c939'),
u'duration': 626.2160000801086,
u'end_fmt_time': u'2015-09-03 17:15:19.161000-07:00',
u'end_loc': {u'coordinates': [-122.0801769, 37.3921698], u'type': u'Point'},
u'end_place': ObjectId('5608285df6858f3c7580c93a'),
u'end_ts': 1441325719.161,
u'source': u'DwellSegmentationTimeFilter',
u'start_fmt_time': u'2015-09-03 17:04:52.945000-07:00',
u'start_loc': {u'coordinates': [-122.0861897, 37.3910416],
u'type': u'Point'},
u'start_place': ObjectId('5608285df6858f3c7580c938'),
u'start_ts': 1441325092.945,
u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39')},
{u'_id': ObjectId('5608285df6858f3c7580c94f'),
u'duration': 4761.78400015831,
u'end_fmt_time': u'2015-09-07 09:42:20.933000-07:00',
u'end_loc': {u'coordinates': [-122.394481, 37.7766259], u'type': u'Point'},
u'end_place': ObjectId('5608285df6858f3c7580c950'),
u'end_ts': 1441644140.933,
u'source': u'DwellSegmentationTimeFilter',
u'start_fmt_time': u'2015-09-07 08:22:59.149000-07:00',
u'start_loc': {u'coordinates': [-122.0865169, 37.3986848],
u'type': u'Point'},
u'start_place': ObjectId('5608285df6858f3c7580c94e'),
u'start_ts': 1441639379.149,
u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39')},
{u'_id': ObjectId('5608285df6858f3c7580c98b'),
u'duration': 1522.0360000133514,
u'end_fmt_time': u'2015-09-10 13:40:22.318000-07:00',
u'end_loc': {u'coordinates': [-122.0862768, 37.3909523], u'type': u'Point'},
u'end_place': ObjectId('5608285df6858f3c7580c98c'),
u'end_ts': 1441917622.318,
u'source': u'DwellSegmentationTimeFilter',
u'start_fmt_time': u'2015-09-10 13:15:00.282000-07:00',
u'start_loc': {u'coordinates': [-122.0777908, 37.3957365],
u'type': u'Point'},
u'start_place': ObjectId('5608285df6858f3c7580c98a'),
u'start_ts': 1441916100.282,
u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39')},
{u'_id': ObjectId('5608285df6858f3c7580c98f'),
u'duration': 1912.962000131607,
u'end_fmt_time': u'2015-09-10 14:29:49.611000-07:00',
u'end_loc': {u'coordinates': [-122.0806359, 37.3998045], u'type': u'Point'},
u'end_place': ObjectId('5608285df6858f3c7580c990'),
u'end_ts': 1441920589.611,
u'source': u'DwellSegmentationTimeFilter',
u'start_fmt_time': u'2015-09-10 13:57:56.649000-07:00',
u'start_loc': {u'coordinates': [-122.0861761, 37.3910551],
u'type': u'Point'},
u'start_place': ObjectId('5608285df6858f3c7580c98e'),
u'start_ts': 1441918676.649,
u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39')},
{u'_id': ObjectId('5608285df6858f3c7580c999'),
u'duration': 501.89299988746643,
u'end_fmt_time': u'2015-09-10 17:16:52.622000-07:00',
u'end_loc': {u'coordinates': [-122.0881734, 37.3907896], u'type': u'Point'},
u'end_place': ObjectId('5608285df6858f3c7580c99a'),
u'end_ts': 1441930612.622,
u'source': u'DwellSegmentationTimeFilter',
u'start_fmt_time': u'2015-09-10 17:08:30.729000-07:00',
u'start_loc': {u'coordinates': [-122.0798907, 37.3965131],
u'type': u'Point'},
u'start_place': ObjectId('5608285df6858f3c7580c998'),
u'start_ts': 1441930110.729,
u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39')}]
In [51]:
import bson.objectid as boi
In [60]:
import emission.core.get_database as edb
import emission.core.wrapper.trip as ecwt
In [61]:
trips = json.load(open("/Users/shankari/e-mission/e-mission-server/emission/tests/data/smoothing_data/trip_list.txt"),
object_hook=bju.object_hook)
for trip in trips:
edb.get_trip_new_db().save(trip)
trips = [ecwt.Trip(t) for t in trips]
In [76]:
sections = json.load(open("/Users/shankari/e-mission/e-mission-server/emission/tests/data/smoothing_data/section_list.txt"),
object_hook=bju.object_hook)
for section in sections:
edb.get_section_new_db().save(section)
In [71]:
def loadPointsForTrip(trip_id):
import emission.core.get_database as edb
entries = json.load(open("/Users/shankari/e-mission/e-mission-server/emission/tests/data/smoothing_data/%s" % trip_id),
object_hook=bju.object_hook)
for entry in entries:
edb.get_timeseries_db().save(entry)
In [87]:
import emission.storage.decorations.timeline as esdtl
In [89]:
import emission.analysis.plotting.leaflet_osm.our_plotter as lo
import emission.analysis.plotting.leaflet_osm.ipython_helper as ipy
import emission.analysis.plotting.geojson.geojson_feature_converter as gfc
In [96]:
zizag_trip
Out[96]:
Trip({u'end_place': ObjectId('5608285df6858f3c7580c950'), u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0865169, 37.3986848]}, u'end_ts': 1441644140.933, u'start_ts': 1441639379.149, u'start_fmt_time': u'2015-09-07 08:22:59.149000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.394481, 37.7766259]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('5608285df6858f3c7580c94e'), u'end_fmt_time': u'2015-09-07 09:42:20.933000-07:00', u'duration': 4761.78400015831, u'_id': ObjectId('5608285df6858f3c7580c94f')})
In [107]:
edb.get_place_db().save({"_id": boi.ObjectId('5608285df6858f3c7580c94e'),
"exit_ts": 1441639379.149,
"exit_fmt_time": '2015-09-07 08:22:59.149000-07:00',
"location": zizag_trip.start_loc})
Out[107]:
ObjectId('5608285df6858f3c7580c94e')
In [108]:
edb.get_place_db().save({"_id": boi.ObjectId('5608285df6858f3c7580c950'),
"enter_ts": 1441644140.933,
"enter_fmt_time": '2015-09-07 09:42:20.933000-07:00',
"location": zizag_trip.end_loc})
Out[108]:
ObjectId('5608285df6858f3c7580c950')
In [109]:
zizag_trip = trips[8]
loadPointsForTrip(zizag_trip.get_id())
lt = esdtl.Timeline([], [zizag_trip])
lt.fill_start_end_places()
DEBUG:root:len(places) = 0, len(trips) = 1
DEBUG:root:Starting with element of type trip, id 5608285df6858f3c7580c94f, details Trip({u'end_place': ObjectId('5608285df6858f3c7580c950'), u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39'), u'start_loc': {u'type': u'Point', u'coordinates': [-122.0865169, 37.3986848]}, u'end_ts': 1441644140.933, u'start_ts': 1441639379.149, u'start_fmt_time': u'2015-09-07 08:22:59.149000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.394481, 37.7766259]}, u'source': u'DwellSegmentationTimeFilter', u'start_place': ObjectId('5608285df6858f3c7580c94e'), u'end_fmt_time': u'2015-09-07 09:42:20.933000-07:00', u'duration': 4761.78400015831, u'_id': ObjectId('5608285df6858f3c7580c94f')})
DEBUG:root:len(trips) = 1, adding start_place 5608285df6858f3c7580c94e and end_place 5608285df6858f3c7580c950
In [110]:
map_list = lo.get_maps_for_geojson_list([gfc.trip_to_geojson(zizag_trip, lt)])
DEBUG:root:About to execute query {'trip_id': ObjectId('5608285df6858f3c7580c94f'), 'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39')}
DEBUG:root:len(places) = 1, len(trips) = 2
DEBUG:root:Starting with element of type trip, id 5608287af6858f3c7580cac0, details Section({u'user_id': UUID('b0d937d0-70ef-305e-9563-440369012b39'), u'sensed_mode': 0, u'start_loc': {u'type': u'Point', u'coordinates': [-122.0865169, 37.3986848]}, u'end_ts': 1441644047.362, u'start_ts': 1441639379.149, u'start_fmt_time': u'2015-09-07 08:22:59.149000-07:00', u'end_loc': {u'type': u'Point', u'coordinates': [-122.3948396, 37.7761944]}, u'source': u'SmoothedHighConfidenceMotion', u'end_fmt_time': u'2015-09-07 09:40:47.362000-07:00', u'duration': 4668.213000059128, u'end_stop': ObjectId('5608287af6858f3c7580cac2'), u'_id': ObjectId('5608287af6858f3c7580cac0'), u'trip_id': ObjectId('5608285df6858f3c7580c94f')})
DEBUG:root:sort_key = metadata.write_ts
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.0865169, 37.3986848]}, u'fmt_time': u'2015-09-07 08:22:59.149000-07:00', u'altitude': 0, u'ts': 1441639379.149, u'longitude': -122.0865169, u'latitude': 37.3986848, '_id': ObjectId('55edafe27d65cb39ee9882b8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 55.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.0962273, 37.4030409]}, u'fmt_time': u'2015-09-07 08:23:35.196000-07:00', u'altitude': 0, u'ts': 1441639415.196, u'longitude': -122.0962273, u'latitude': 37.4030409, '_id': ObjectId('55edafe27d65cb39ee9882bc'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 52.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1025235, 37.40482]}, u'fmt_time': u'2015-09-07 08:24:06.357000-07:00', u'altitude': 0, u'ts': 1441639446.357, u'longitude': -122.1025235, u'latitude': 37.40482, '_id': ObjectId('55edafe27d65cb39ee9882bf'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.748}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.106876, 37.4073706]}, u'fmt_time': u'2015-09-07 08:24:37.505000-07:00', u'altitude': 0, u'ts': 1441639477.505, u'longitude': -122.106876, u'latitude': 37.4073706, '_id': ObjectId('55edafe37d65cb39ee9882c2'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.107543, 37.4075664]}, u'fmt_time': u'2015-09-07 08:25:09.280000-07:00', u'altitude': 0, u'ts': 1441639509.28, u'longitude': -122.107543, u'latitude': 37.4075664, '_id': ObjectId('55edafe37d65cb39ee9882c5'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 46.358}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.107666, 37.4077599]}, u'fmt_time': u'2015-09-07 08:25:41.913000-07:00', u'altitude': 0, u'ts': 1441639541.913, u'longitude': -122.107666, u'latitude': 37.4077599, '_id': ObjectId('55edafe37d65cb39ee9882c7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 27.835}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1092916, 37.4082503]}, u'fmt_time': u'2015-09-07 08:26:12.202000-07:00', u'altitude': 0, u'ts': 1441639572.202, u'longitude': -122.1092916, u'latitude': 37.4082503, '_id': ObjectId('55edafe37d65cb39ee9882ca'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 49.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1134991, 37.4110033]}, u'fmt_time': u'2015-09-07 08:26:43.226000-07:00', u'altitude': 0, u'ts': 1441639603.226, u'longitude': -122.1134991, u'latitude': 37.4110033, '_id': ObjectId('55edafe37d65cb39ee9882cc'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1190713, 37.4151152]}, u'fmt_time': u'2015-09-07 08:27:13.255000-07:00', u'altitude': 0, u'ts': 1441639633.255, u'longitude': -122.1190713, u'latitude': 37.4151152, '_id': ObjectId('55edafe37d65cb39ee9882cf'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1259294, 37.4189707]}, u'fmt_time': u'2015-09-07 08:27:41.081000-07:00', u'altitude': 0, u'ts': 1441639661.081, u'longitude': -122.1259294, u'latitude': 37.4189707, '_id': ObjectId('55edafe47d65cb39ee9882d2'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1391066, 37.4267244]}, u'fmt_time': u'2015-09-07 08:28:48.180000-07:00', u'altitude': 0, u'ts': 1441639728.18, u'longitude': -122.1391066, u'latitude': 37.4267244, '_id': ObjectId('55edafe47d65cb39ee9882d6'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1391066, 37.4267244]}, u'fmt_time': u'2015-09-07 08:28:58.703000-07:00', u'altitude': 0, u'ts': 1441639738.703, u'longitude': -122.1391066, u'latitude': 37.4267244, '_id': ObjectId('55edafe47d65cb39ee9882d8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1416312, 37.4293277]}, u'fmt_time': u'2015-09-07 08:29:30.267000-07:00', u'altitude': 0, u'ts': 1441639770.267, u'longitude': -122.1416312, u'latitude': 37.4293277, '_id': ObjectId('55edafe47d65cb39ee9882da'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1416027, 37.4293148]}, u'fmt_time': u'2015-09-07 08:30:00.298000-07:00', u'altitude': 0, u'ts': 1441639800.298, u'longitude': -122.1416027, u'latitude': 37.4293148, '_id': ObjectId('55edafe47d65cb39ee9882dd'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1421434, 37.4293415]}, u'fmt_time': u'2015-09-07 08:30:31.494000-07:00', u'altitude': 0, u'ts': 1441639831.494, u'longitude': -122.1421434, u'latitude': 37.4293415, '_id': ObjectId('55edafe47d65cb39ee9882e0'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.146389, 37.4313212]}, u'fmt_time': u'2015-09-07 08:31:02.694000-07:00', u'altitude': 0, u'ts': 1441639862.694, u'longitude': -122.146389, u'latitude': 37.4313212, '_id': ObjectId('55edafe57d65cb39ee9882e2'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 44.413}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1512161, 37.4353159]}, u'fmt_time': u'2015-09-07 08:31:33.256000-07:00', u'altitude': 0, u'ts': 1441639893.256, u'longitude': -122.1512161, u'latitude': 37.4353159, '_id': ObjectId('55edafe57d65cb39ee9882e5'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 33}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1621971, 37.4423658]}, u'fmt_time': u'2015-09-07 08:32:36.246000-07:00', u'altitude': 0, u'ts': 1441639956.246, u'longitude': -122.1621971, u'latitude': 37.4423658, '_id': ObjectId('55edafe57d65cb39ee9882e9'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 58.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.165075, 37.4429388]}, u'fmt_time': u'2015-09-07 08:33:11.497000-07:00', u'altitude': 0, u'ts': 1441639991.497, u'longitude': -122.165075, u'latitude': 37.4429388, '_id': ObjectId('55edafe57d65cb39ee9882eb'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 54}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1650201, 37.4429553]}, u'fmt_time': u'2015-09-07 08:33:28.019000-07:00', u'altitude': 0, u'ts': 1441640008.019, u'longitude': -122.1650201, u'latitude': 37.4429553, '_id': ObjectId('55edafe57d65cb39ee9882ee'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 63}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1648692, 37.4431737]}, u'fmt_time': u'2015-09-07 08:33:59.281000-07:00', u'altitude': 0, u'ts': 1441640039.281, u'longitude': -122.1648692, u'latitude': 37.4431737, '_id': ObjectId('55edafe67d65cb39ee9882f1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 67.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1652415, 37.4427834]}, u'fmt_time': u'2015-09-07 08:34:30.329000-07:00', u'altitude': 0, u'ts': 1441640070.329, u'longitude': -122.1652415, u'latitude': 37.4427834, '_id': ObjectId('55edafe67d65cb39ee9882f4'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 79.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1651357, 37.4432453]}, u'fmt_time': u'2015-09-07 08:35:01.426000-07:00', u'altitude': 0, u'ts': 1441640101.426, u'longitude': -122.1651357, u'latitude': 37.4432453, '_id': ObjectId('55edafe67d65cb39ee9882f7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 141}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1660395, 37.4437627]}, u'fmt_time': u'2015-09-07 08:35:32.539000-07:00', u'altitude': 0, u'ts': 1441640132.539, u'longitude': -122.1660395, u'latitude': 37.4437627, '_id': ObjectId('55edafe67d65cb39ee9882fa'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1660395, 37.4437627]}, u'fmt_time': u'2015-09-07 08:36:00.941000-07:00', u'altitude': 0, u'ts': 1441640160.941, u'longitude': -122.1660395, u'latitude': 37.4437627, '_id': ObjectId('55edafe67d65cb39ee9882fc'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 81.601}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4141394, 37.7759586]}, u'fmt_time': u'2015-09-07 08:36:34.285000-07:00', u'altitude': 0, u'ts': 1441640194.285, u'longitude': -122.4141394, u'latitude': 37.7759586, '_id': ObjectId('55edafe77d65cb39ee9882ff'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 26}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1806205, 37.454192]}, u'fmt_time': u'2015-09-07 08:37:05.415000-07:00', u'altitude': 0, u'ts': 1441640225.415, u'longitude': -122.1806205, u'latitude': 37.454192, '_id': ObjectId('55edafe77d65cb39ee988302'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 31.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1840945, 37.4551591]}, u'fmt_time': u'2015-09-07 08:37:38.281000-07:00', u'altitude': 0, u'ts': 1441640258.281, u'longitude': -122.1840945, u'latitude': 37.4551591, '_id': ObjectId('55edafe77d65cb39ee988304'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.184044, 37.4551821]}, u'fmt_time': u'2015-09-07 08:38:09.294000-07:00', u'altitude': 0, u'ts': 1441640289.294, u'longitude': -122.184044, u'latitude': 37.4551821, '_id': ObjectId('55edafe77d65cb39ee988307'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 42}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1841716, 37.455132]}, u'fmt_time': u'2015-09-07 08:38:39.300000-07:00', u'altitude': 0, u'ts': 1441640319.3, u'longitude': -122.1841716, u'latitude': 37.455132, '_id': ObjectId('55edafe77d65cb39ee988309'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1865747, 37.4572954]}, u'fmt_time': u'2015-09-07 08:39:12.209000-07:00', u'altitude': 0, u'ts': 1441640352.209, u'longitude': -122.1865747, u'latitude': 37.4572954, '_id': ObjectId('55edafe77d65cb39ee98830c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 55.365}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1928985, 37.4610667]}, u'fmt_time': u'2015-09-07 08:39:45.353000-07:00', u'altitude': 0, u'ts': 1441640385.353, u'longitude': -122.1928985, u'latitude': 37.4610667, '_id': ObjectId('55edafe87d65cb39ee98830f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 65.343}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.197244, 37.4637286]}, u'fmt_time': u'2015-09-07 08:40:16.498000-07:00', u'altitude': 0, u'ts': 1441640416.498, u'longitude': -122.197244, u'latitude': 37.4637286, '_id': ObjectId('55edcc0f7d65cb39ee988313'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 46.196}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1980866, 37.4644353]}, u'fmt_time': u'2015-09-07 08:41:18.565000-07:00', u'altitude': 0, u'ts': 1441640478.565, u'longitude': -122.1980866, u'latitude': 37.4644353, '_id': ObjectId('55edcc0f7d65cb39ee988317'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.1980994, 37.4644346]}, u'fmt_time': u'2015-09-07 08:41:32.056000-07:00', u'altitude': 0, u'ts': 1441640492.056, u'longitude': -122.1980994, u'latitude': 37.4644346, '_id': ObjectId('55edcc0f7d65cb39ee988319'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2031412, 37.4673138]}, u'fmt_time': u'2015-09-07 08:42:03.733000-07:00', u'altitude': 0, u'ts': 1441640523.733, u'longitude': -122.2031412, u'latitude': 37.4673138, '_id': ObjectId('55edcc107d65cb39ee98831b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 61.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2031412, 37.4673138]}, u'fmt_time': u'2015-09-07 08:42:15.229000-07:00', u'altitude': 0, u'ts': 1441640535.229, u'longitude': -122.2031412, u'latitude': 37.4673138, '_id': ObjectId('55edcc107d65cb39ee98831d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 61.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2122162, 37.4733461]}, u'fmt_time': u'2015-09-07 08:42:48.267000-07:00', u'altitude': 0, u'ts': 1441640568.267, u'longitude': -122.2122162, u'latitude': 37.4733461, '_id': ObjectId('55edcc107d65cb39ee988321'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 109.795}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2196902, 37.4780787]}, u'fmt_time': u'2015-09-07 08:43:19.249000-07:00', u'altitude': 0, u'ts': 1441640599.249, u'longitude': -122.2196902, u'latitude': 37.4780787, '_id': ObjectId('55edcc107d65cb39ee988324'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 82.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2261308, 37.4817291]}, u'fmt_time': u'2015-09-07 08:43:50.358000-07:00', u'altitude': 0, u'ts': 1441640630.358, u'longitude': -122.2261308, u'latitude': 37.4817291, '_id': ObjectId('55edcc107d65cb39ee988327'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 48}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2303319, 37.4851202]}, u'fmt_time': u'2015-09-07 08:44:21.428000-07:00', u'altitude': 0, u'ts': 1441640661.428, u'longitude': -122.2303319, u'latitude': 37.4851202, '_id': ObjectId('55edcc117d65cb39ee98832a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 87.33}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2319245, 37.4862537]}, u'fmt_time': u'2015-09-07 08:44:52.501000-07:00', u'altitude': 0, u'ts': 1441640692.501, u'longitude': -122.2319245, u'latitude': 37.4862537, '_id': ObjectId('55edcc117d65cb39ee98832c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 28.898}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2319679, 37.4862581]}, u'fmt_time': u'2015-09-07 08:45:23.171000-07:00', u'altitude': 0, u'ts': 1441640723.171, u'longitude': -122.2319679, u'latitude': 37.4862581, '_id': ObjectId('55edcc117d65cb39ee98832f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 32.095}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2321228, 37.4862588]}, u'fmt_time': u'2015-09-07 08:45:54.214000-07:00', u'altitude': 0, u'ts': 1441640754.214, u'longitude': -122.2321228, u'latitude': 37.4862588, '_id': ObjectId('55edcc117d65cb39ee988332'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2345584, 37.4880547]}, u'fmt_time': u'2015-09-07 08:46:25.324000-07:00', u'altitude': 0, u'ts': 1441640785.324, u'longitude': -122.2345584, u'latitude': 37.4880547, '_id': ObjectId('55edcc117d65cb39ee988334'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 100.753}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2394242, 37.4909703]}, u'fmt_time': u'2015-09-07 08:46:59.297000-07:00', u'altitude': 0, u'ts': 1441640819.297, u'longitude': -122.2394242, u'latitude': 37.4909703, '_id': ObjectId('55edcc117d65cb39ee988337'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2464361, 37.4952534]}, u'fmt_time': u'2015-09-07 08:47:30.645000-07:00', u'altitude': 0, u'ts': 1441640850.645, u'longitude': -122.2464361, u'latitude': 37.4952534, '_id': ObjectId('55edcc127d65cb39ee98833b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.252072, 37.5003875]}, u'fmt_time': u'2015-09-07 08:48:01.766000-07:00', u'altitude': 0, u'ts': 1441640881.766, u'longitude': -122.252072, u'latitude': 37.5003875, '_id': ObjectId('55edcc127d65cb39ee98833e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2574706, 37.5049458]}, u'fmt_time': u'2015-09-07 08:48:33.334000-07:00', u'altitude': 0, u'ts': 1441640913.334, u'longitude': -122.2574706, u'latitude': 37.5049458, '_id': ObjectId('55edcc127d65cb39ee988340'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 49.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2606231, 37.507955]}, u'fmt_time': u'2015-09-07 08:49:03.450000-07:00', u'altitude': 0, u'ts': 1441640943.45, u'longitude': -122.2606231, u'latitude': 37.507955, '_id': ObjectId('55edcc127d65cb39ee988343'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 135.68}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2606992, 37.508107]}, u'fmt_time': u'2015-09-07 08:49:35.304000-07:00', u'altitude': 0, u'ts': 1441640975.304, u'longitude': -122.2606992, u'latitude': 37.508107, '_id': ObjectId('55edcc127d65cb39ee988345'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 33}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2606442, 37.5081124]}, u'fmt_time': u'2015-09-07 08:50:09.221000-07:00', u'altitude': 0, u'ts': 1441641009.221, u'longitude': -122.2606442, u'latitude': 37.5081124, '_id': ObjectId('55edcc137d65cb39ee988348'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 49.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2615703, 37.5090226]}, u'fmt_time': u'2015-09-07 08:50:39.303000-07:00', u'altitude': 0, u'ts': 1441641039.303, u'longitude': -122.2615703, u'latitude': 37.5090226, '_id': ObjectId('55edcc137d65cb39ee98834a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2662029, 37.5127438]}, u'fmt_time': u'2015-09-07 08:51:09.401000-07:00', u'altitude': 0, u'ts': 1441641069.401, u'longitude': -122.2662029, u'latitude': 37.5127438, '_id': ObjectId('55edcc137d65cb39ee98834d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2717513, 37.51746]}, u'fmt_time': u'2015-09-07 08:51:41.409000-07:00', u'altitude': 0, u'ts': 1441641101.409, u'longitude': -122.2717513, u'latitude': 37.51746, '_id': ObjectId('55edcc137d65cb39ee988350'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 27.257}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2753045, 37.5205203]}, u'fmt_time': u'2015-09-07 08:52:12.389000-07:00', u'altitude': 0, u'ts': 1441641132.389, u'longitude': -122.2753045, u'latitude': 37.5205203, '_id': ObjectId('55edcc137d65cb39ee988353'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2762949, 37.5209306]}, u'fmt_time': u'2015-09-07 08:52:43.846000-07:00', u'altitude': 0, u'ts': 1441641163.846, u'longitude': -122.2762949, u'latitude': 37.5209306, '_id': ObjectId('55edcc137d65cb39ee988355'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 33}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2762249, 37.5208917]}, u'fmt_time': u'2015-09-07 08:53:13.926000-07:00', u'altitude': 0, u'ts': 1441641193.926, u'longitude': -122.2762249, u'latitude': 37.5208917, '_id': ObjectId('55edcc147d65cb39ee988358'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2765812, 37.5212011]}, u'fmt_time': u'2015-09-07 08:53:47.186000-07:00', u'altitude': 0, u'ts': 1441641227.186, u'longitude': -122.2765812, u'latitude': 37.5212011, '_id': ObjectId('55edcc147d65cb39ee98835a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 55.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2794276, 37.5242796]}, u'fmt_time': u'2015-09-07 08:54:17.418000-07:00', u'altitude': 0, u'ts': 1441641257.418, u'longitude': -122.2794276, u'latitude': 37.5242796, '_id': ObjectId('55edcc147d65cb39ee98835d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 43.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2855005, 37.528352]}, u'fmt_time': u'2015-09-07 08:54:48.537000-07:00', u'altitude': 0, u'ts': 1441641288.537, u'longitude': -122.2855005, u'latitude': 37.528352, '_id': ObjectId('55edcc147d65cb39ee988360'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2920834, 37.5331247]}, u'fmt_time': u'2015-09-07 08:55:19.605000-07:00', u'altitude': 0, u'ts': 1441641319.605, u'longitude': -122.2920834, u'latitude': 37.5331247, '_id': ObjectId('55edcc147d65cb39ee988363'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 49.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2967151, 37.5367044]}, u'fmt_time': u'2015-09-07 08:55:50.655000-07:00', u'altitude': 0, u'ts': 1441641350.655, u'longitude': -122.2967151, u'latitude': 37.5367044, '_id': ObjectId('55edcc147d65cb39ee988366'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 52.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.2982435, 37.5394212]}, u'fmt_time': u'2015-09-07 08:56:20.713000-07:00', u'altitude': 0, u'ts': 1441641380.713, u'longitude': -122.2982435, u'latitude': 37.5394212, '_id': ObjectId('55edcc157d65cb39ee988368'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 52.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4141421, 37.7759597]}, u'fmt_time': u'2015-09-07 08:57:52.329000-07:00', u'altitude': 0, u'ts': 1441641472.329, u'longitude': -122.4141421, u'latitude': 37.7759597, '_id': ObjectId('55edcc157d65cb39ee98836e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 25}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3043765, 37.5463201]}, u'fmt_time': u'2015-09-07 08:58:23.531000-07:00', u'altitude': 0, u'ts': 1441641503.531, u'longitude': -122.3043765, u'latitude': 37.5463201, '_id': ObjectId('55edcc157d65cb39ee988371'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3067918, 37.5494493]}, u'fmt_time': u'2015-09-07 08:58:54.685000-07:00', u'altitude': 0, u'ts': 1441641534.685, u'longitude': -122.3067918, u'latitude': 37.5494493, '_id': ObjectId('55edcc167d65cb39ee988375'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 29}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3093505, 37.5530053]}, u'fmt_time': u'2015-09-07 08:59:27.332000-07:00', u'altitude': 0, u'ts': 1441641567.332, u'longitude': -122.3093505, u'latitude': 37.5530053, '_id': ObjectId('55edcc167d65cb39ee988378'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 116.692}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3091011, 37.5528664]}, u'fmt_time': u'2015-09-07 08:59:58.799000-07:00', u'altitude': 0, u'ts': 1441641598.799, u'longitude': -122.3091011, u'latitude': 37.5528664, '_id': ObjectId('55edcc167d65cb39ee98837a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 52.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3077011, 37.553451]}, u'fmt_time': u'2015-09-07 09:00:29.121000-07:00', u'altitude': 0, u'ts': 1441641629.121, u'longitude': -122.3077011, u'latitude': 37.553451, '_id': ObjectId('55edcc167d65cb39ee98837d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 34.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3112901, 37.555646]}, u'fmt_time': u'2015-09-07 09:01:00.334000-07:00', u'altitude': 0, u'ts': 1441641660.334, u'longitude': -122.3112901, u'latitude': 37.555646, '_id': ObjectId('55edcc167d65cb39ee98837f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 93.705}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3141872, 37.5592495]}, u'fmt_time': u'2015-09-07 09:01:30.385000-07:00', u'altitude': 0, u'ts': 1441641690.385, u'longitude': -122.3141872, u'latitude': 37.5592495, '_id': ObjectId('55edcc167d65cb39ee988382'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 48}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3197529, 37.5638735]}, u'fmt_time': u'2015-09-07 09:02:02.294000-07:00', u'altitude': 0, u'ts': 1441641722.294, u'longitude': -122.3197529, u'latitude': 37.5638735, '_id': ObjectId('55edcc177d65cb39ee988385'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.16}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.322341, 37.5667497]}, u'fmt_time': u'2015-09-07 09:02:34.212000-07:00', u'altitude': 0, u'ts': 1441641754.212, u'longitude': -122.322341, u'latitude': 37.5667497, '_id': ObjectId('55edcc177d65cb39ee988388'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.499}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3244683, 37.5680177]}, u'fmt_time': u'2015-09-07 09:03:04.748000-07:00', u'altitude': 0, u'ts': 1441641784.748, u'longitude': -122.3244683, u'latitude': 37.5680177, '_id': ObjectId('55edcc177d65cb39ee98838a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 119.841}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3244435, 37.5684337]}, u'fmt_time': u'2015-09-07 09:03:35.195000-07:00', u'altitude': 0, u'ts': 1441641815.195, u'longitude': -122.3244435, u'latitude': 37.5684337, '_id': ObjectId('55edcc177d65cb39ee98838d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 67.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3243826, 37.5685706]}, u'fmt_time': u'2015-09-07 09:04:06.412000-07:00', u'altitude': 0, u'ts': 1441641846.412, u'longitude': -122.3243826, u'latitude': 37.5685706, '_id': ObjectId('55edcc177d65cb39ee98838f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 76.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3266306, 37.5705537]}, u'fmt_time': u'2015-09-07 09:04:40.263000-07:00', u'altitude': 0, u'ts': 1441641880.263, u'longitude': -122.3266306, u'latitude': 37.5705537, '_id': ObjectId('55edcc177d65cb39ee988392'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.333}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3318739, 37.5722254]}, u'fmt_time': u'2015-09-07 09:05:11.679000-07:00', u'altitude': 0, u'ts': 1441641911.679, u'longitude': -122.3318739, u'latitude': 37.5722254, '_id': ObjectId('55edcc187d65cb39ee988395'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3332247, 37.5752412]}, u'fmt_time': u'2015-09-07 09:05:43.253000-07:00', u'altitude': 0, u'ts': 1441641943.253, u'longitude': -122.3332247, u'latitude': 37.5752412, '_id': ObjectId('55edcc187d65cb39ee988398'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.708}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.338579, 37.5775818]}, u'fmt_time': u'2015-09-07 09:06:14.416000-07:00', u'altitude': 0, u'ts': 1441641974.416, u'longitude': -122.338579, u'latitude': 37.5775818, '_id': ObjectId('55edcc187d65cb39ee98839b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 54.04}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3436356, 37.579735]}, u'fmt_time': u'2015-09-07 09:06:44.914000-07:00', u'altitude': 0, u'ts': 1441642004.914, u'longitude': -122.3436356, u'latitude': 37.579735, '_id': ObjectId('55edcc187d65cb39ee98839d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3442199, 37.5797635]}, u'fmt_time': u'2015-09-07 09:07:14.982000-07:00', u'altitude': 0, u'ts': 1441642034.982, u'longitude': -122.3442199, u'latitude': 37.5797635, '_id': ObjectId('55edcc187d65cb39ee98839f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 84}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3445669, 37.579804]}, u'fmt_time': u'2015-09-07 09:07:46.133000-07:00', u'altitude': 0, u'ts': 1441642066.133, u'longitude': -122.3445669, u'latitude': 37.579804, '_id': ObjectId('55edcc187d65cb39ee9883a3'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3469616, 37.5804554]}, u'fmt_time': u'2015-09-07 09:08:19.309000-07:00', u'altitude': 0, u'ts': 1441642099.309, u'longitude': -122.3469616, u'latitude': 37.5804554, '_id': ObjectId('55edcc197d65cb39ee9883a5'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 43.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3515499, 37.582682]}, u'fmt_time': u'2015-09-07 09:08:49.446000-07:00', u'altitude': 0, u'ts': 1441642129.446, u'longitude': -122.3515499, u'latitude': 37.582682, '_id': ObjectId('55edcc197d65cb39ee9883a8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 60}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3588049, 37.5859352]}, u'fmt_time': u'2015-09-07 09:09:21.366000-07:00', u'altitude': 0, u'ts': 1441642161.366, u'longitude': -122.3588049, u'latitude': 37.5859352, '_id': ObjectId('55edcc197d65cb39ee9883ab'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 54}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3619457, 37.5874928]}, u'fmt_time': u'2015-09-07 09:09:53.328000-07:00', u'altitude': 0, u'ts': 1441642193.328, u'longitude': -122.3619457, u'latitude': 37.5874928, '_id': ObjectId('55edcc197d65cb39ee9883ae'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 60.183}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3621965, 37.5876163]}, u'fmt_time': u'2015-09-07 09:10:25.249000-07:00', u'altitude': 0, u'ts': 1441642225.249, u'longitude': -122.3621965, u'latitude': 37.5876163, '_id': ObjectId('55edcc197d65cb39ee9883b0'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3621314, 37.587594]}, u'fmt_time': u'2015-09-07 09:10:59.269000-07:00', u'altitude': 0, u'ts': 1441642259.269, u'longitude': -122.3621314, u'latitude': 37.587594, '_id': ObjectId('55edcc197d65cb39ee9883b3'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.364287, 37.5880448]}, u'fmt_time': u'2015-09-07 09:11:29.352000-07:00', u'altitude': 0, u'ts': 1441642289.352, u'longitude': -122.364287, u'latitude': 37.5880448, '_id': ObjectId('55edcc1a7d65cb39ee9883b5'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 130.155}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3687757, 37.5907626]}, u'fmt_time': u'2015-09-07 09:12:01.232000-07:00', u'altitude': 0, u'ts': 1441642321.232, u'longitude': -122.3687757, u'latitude': 37.5907626, '_id': ObjectId('55edcc1a7d65cb39ee9883b9'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 72.333}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3829077, 37.5955713]}, u'fmt_time': u'2015-09-07 09:13:04.228000-07:00', u'altitude': 0, u'ts': 1441642384.228, u'longitude': -122.3829077, u'latitude': 37.5955713, '_id': ObjectId('55edcc1a7d65cb39ee9883be'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 52.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3859997, 37.5991997]}, u'fmt_time': u'2015-09-07 09:13:36.236000-07:00', u'altitude': 0, u'ts': 1441642416.236, u'longitude': -122.3859997, u'latitude': 37.5991997, '_id': ObjectId('55edcc1a7d65cb39ee9883c1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 31.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3871604, 37.5992553]}, u'fmt_time': u'2015-09-07 09:14:07.581000-07:00', u'altitude': 0, u'ts': 1441642447.581, u'longitude': -122.3871604, u'latitude': 37.5992553, '_id': ObjectId('55edcc1b7d65cb39ee9883c3'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3871427, 37.5992518]}, u'fmt_time': u'2015-09-07 09:14:37.608000-07:00', u'altitude': 0, u'ts': 1441642477.608, u'longitude': -122.3871427, u'latitude': 37.5992518, '_id': ObjectId('55edcc1b7d65cb39ee9883c6'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3871413, 37.5992539]}, u'fmt_time': u'2015-09-07 09:15:09.169000-07:00', u'altitude': 0, u'ts': 1441642509.169, u'longitude': -122.3871413, u'latitude': 37.5992539, '_id': ObjectId('55edcc1b7d65cb39ee9883c9'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.389175, 37.6004454]}, u'fmt_time': u'2015-09-07 09:15:41.531000-07:00', u'altitude': 0, u'ts': 1441642541.531, u'longitude': -122.389175, u'latitude': 37.6004454, '_id': ObjectId('55edcc1b7d65cb39ee9883cb'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 90.738}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3910314, 37.6041367]}, u'fmt_time': u'2015-09-07 09:16:11.664000-07:00', u'altitude': 0, u'ts': 1441642571.664, u'longitude': -122.3910314, u'latitude': 37.6041367, '_id': ObjectId('55edcc1b7d65cb39ee9883cd'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 62.338}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3949141, 37.6086332]}, u'fmt_time': u'2015-09-07 09:16:43.261000-07:00', u'altitude': 0, u'ts': 1441642603.261, u'longitude': -122.3949141, u'latitude': 37.6086332, '_id': ObjectId('55edcc1b7d65cb39ee9883d1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 49.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4054593, 37.6190665]}, u'fmt_time': u'2015-09-07 09:17:46.364000-07:00', u'altitude': 0, u'ts': 1441642666.364, u'longitude': -122.4054593, u'latitude': 37.6190665, '_id': ObjectId('55edcc1c7d65cb39ee9883d6'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.40881, 37.6248182]}, u'fmt_time': u'2015-09-07 09:18:18.615000-07:00', u'altitude': 0, u'ts': 1441642698.615, u'longitude': -122.40881, u'latitude': 37.6248182, '_id': ObjectId('55edcc1c7d65cb39ee9883d9'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 60.222}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4102327, 37.6286204]}, u'fmt_time': u'2015-09-07 09:18:50.279000-07:00', u'altitude': 0, u'ts': 1441642730.279, u'longitude': -122.4102327, u'latitude': 37.6286204, '_id': ObjectId('55edcc1c7d65cb39ee9883dc'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 147.611}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.411686, 37.6302265]}, u'fmt_time': u'2015-09-07 09:19:21.319000-07:00', u'altitude': 0, u'ts': 1441642761.319, u'longitude': -122.411686, u'latitude': 37.6302265, '_id': ObjectId('55edcc1c7d65cb39ee9883de'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 48}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4116584, 37.6302882]}, u'fmt_time': u'2015-09-07 09:19:51.315000-07:00', u'altitude': 0, u'ts': 1441642791.315, u'longitude': -122.4116584, u'latitude': 37.6302882, '_id': ObjectId('55edcc1d7d65cb39ee9883e1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 85.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4130942, 37.6325156]}, u'fmt_time': u'2015-09-07 09:20:54.315000-07:00', u'altitude': 0, u'ts': 1441642854.315, u'longitude': -122.4130942, u'latitude': 37.6325156, '_id': ObjectId('55edcc1d7d65cb39ee9883e5'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 54.848}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4131328, 37.6372697]}, u'fmt_time': u'2015-09-07 09:21:24.283000-07:00', u'altitude': 0, u'ts': 1441642884.283, u'longitude': -122.4131328, u'latitude': 37.6372697, '_id': ObjectId('55edcc1d7d65cb39ee9883e8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 39}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.413635, 37.645083]}, u'fmt_time': u'2015-09-07 09:21:56.113000-07:00', u'altitude': 0, u'ts': 1441642916.113, u'longitude': -122.413635, u'latitude': 37.645083, '_id': ObjectId('55edcc1d7d65cb39ee9883eb'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 72}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.408838, 37.6516867]}, u'fmt_time': u'2015-09-07 09:22:28.798000-07:00', u'altitude': 0, u'ts': 1441642948.798, u'longitude': -122.408838, u'latitude': 37.6516867, '_id': ObjectId('55edcc1d7d65cb39ee9883ee'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 48}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4050829, 37.6554126]}, u'fmt_time': u'2015-09-07 09:23:00.399000-07:00', u'altitude': 0, u'ts': 1441642980.399, u'longitude': -122.4050829, u'latitude': 37.6554126, '_id': ObjectId('55edcc1e7d65cb39ee9883f1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4050658, 37.6554586]}, u'fmt_time': u'2015-09-07 09:23:32.287000-07:00', u'altitude': 0, u'ts': 1441643012.287, u'longitude': -122.4050658, u'latitude': 37.6554586, '_id': ObjectId('55edcc1e7d65cb39ee9883f3'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.405072, 37.6554658]}, u'fmt_time': u'2015-09-07 09:24:03.233000-07:00', u'altitude': 0, u'ts': 1441643043.233, u'longitude': -122.405072, u'latitude': 37.6554658, '_id': ObjectId('55edcc1e7d65cb39ee9883f6'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4049559, 37.6582226]}, u'fmt_time': u'2015-09-07 09:24:34.296000-07:00', u'altitude': 0, u'ts': 1441643074.296, u'longitude': -122.4049559, u'latitude': 37.6582226, '_id': ObjectId('55edcc1e7d65cb39ee9883f8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 86.58}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4023082, 37.6629616]}, u'fmt_time': u'2015-09-07 09:25:04.332000-07:00', u'altitude': 0, u'ts': 1441643104.332, u'longitude': -122.4023082, u'latitude': 37.6629616, '_id': ObjectId('55edcc1e7d65cb39ee9883fb'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 91.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4141424, 37.77596]}, u'fmt_time': u'2015-09-07 09:26:05.698000-07:00', u'altitude': 0, u'ts': 1441643165.698, u'longitude': -122.4141424, u'latitude': 37.77596, '_id': ObjectId('55edcc1f7d65cb39ee988400'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 27}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4141421, 37.7759603]}, u'fmt_time': u'2015-09-07 09:26:39.419000-07:00', u'altitude': 0, u'ts': 1441643199.419, u'longitude': -122.4141421, u'latitude': 37.7759603, '_id': ObjectId('55edcc1f7d65cb39ee988403'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 27}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4141424, 37.77596]}, u'fmt_time': u'2015-09-07 09:27:15.146000-07:00', u'altitude': 0, u'ts': 1441643235.146, u'longitude': -122.4141424, u'latitude': 37.77596, '_id': ObjectId('55edcc1f7d65cb39ee988406'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 27}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4141421, 37.7759603]}, u'fmt_time': u'2015-09-07 09:27:47.248000-07:00', u'altitude': 0, u'ts': 1441643267.248, u'longitude': -122.4141421, u'latitude': 37.7759603, '_id': ObjectId('55edcc1f7d65cb39ee988409'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 27}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4141421, 37.7759603]}, u'fmt_time': u'2015-09-07 09:28:21.660000-07:00', u'altitude': 0, u'ts': 1441643301.66, u'longitude': -122.4141421, u'latitude': 37.7759603, '_id': ObjectId('55edcc1f7d65cb39ee98840c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 27}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4141424, 37.77596]}, u'fmt_time': u'2015-09-07 09:29:23.411000-07:00', u'altitude': 0, u'ts': 1441643363.411, u'longitude': -122.4141424, u'latitude': 37.77596, '_id': ObjectId('55edcc207d65cb39ee988410'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 27}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4141424, 37.77596]}, u'fmt_time': u'2015-09-07 09:29:54.554000-07:00', u'altitude': 0, u'ts': 1441643394.554, u'longitude': -122.4141424, u'latitude': 37.77596, '_id': ObjectId('55edcc207d65cb39ee988412'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 27}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4019078, 37.7109878]}, u'fmt_time': u'2015-09-07 09:30:25.111000-07:00', u'altitude': 0, u'ts': 1441643425.111, u'longitude': -122.4019078, u'latitude': 37.7109878, '_id': ObjectId('55edcc207d65cb39ee988415'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 78}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.401991, 37.7109958]}, u'fmt_time': u'2015-09-07 09:30:48.926000-07:00', u'altitude': 0, u'ts': 1441643448.926, u'longitude': -122.401991, u'latitude': 37.7109958, '_id': ObjectId('55edcc207d65cb39ee988418'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 69}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4141424, 37.77596]}, u'fmt_time': u'2015-09-07 09:33:04.170000-07:00', u'altitude': 0, u'ts': 1441643584.17, u'longitude': -122.4141424, u'latitude': 37.77596, '_id': ObjectId('55edcc217d65cb39ee98841f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 24}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3963486, 37.73839]}, u'fmt_time': u'2015-09-07 09:33:38.235000-07:00', u'altitude': 0, u'ts': 1441643618.235, u'longitude': -122.3963486, u'latitude': 37.73839, '_id': ObjectId('55edcc217d65cb39ee988423'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3950137, 37.745244]}, u'fmt_time': u'2015-09-07 09:34:10.701000-07:00', u'altitude': 0, u'ts': 1441643650.701, u'longitude': -122.3950137, u'latitude': 37.745244, '_id': ObjectId('55edcc217d65cb39ee988426'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 36}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4141428, 37.77596]}, u'fmt_time': u'2015-09-07 09:34:43.253000-07:00', u'altitude': 0, u'ts': 1441643683.253, u'longitude': -122.4141428, u'latitude': 37.77596, '_id': ObjectId('55edcc217d65cb39ee988429'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 27}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3922985, 37.7564992]}, u'fmt_time': u'2015-09-07 09:35:14.332000-07:00', u'altitude': 0, u'ts': 1441643714.332, u'longitude': -122.3922985, u'latitude': 37.7564992, '_id': ObjectId('55edcc227d65cb39ee98842c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 52.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3925115, 37.7572392]}, u'fmt_time': u'2015-09-07 09:36:10.976000-07:00', u'altitude': 0, u'ts': 1441643770.976, u'longitude': -122.3925115, u'latitude': 37.7572392, '_id': ObjectId('55edcc227d65cb39ee98842e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 54}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3923678, 37.7575906]}, u'fmt_time': u'2015-09-07 09:36:42.258000-07:00', u'altitude': 0, u'ts': 1441643802.258, u'longitude': -122.3923678, u'latitude': 37.7575906, '_id': ObjectId('55edcc227d65cb39ee988431'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 37.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4141406, 37.7759603]}, u'fmt_time': u'2015-09-07 09:37:12.253000-07:00', u'altitude': 0, u'ts': 1441643832.253, u'longitude': -122.4141406, u'latitude': 37.7759603, '_id': ObjectId('55edcc227d65cb39ee988434'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 24}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3950964, 37.7666736]}, u'fmt_time': u'2015-09-07 09:37:44.407000-07:00', u'altitude': 0, u'ts': 1441643864.407, u'longitude': -122.3950964, u'latitude': 37.7666736, '_id': ObjectId('55edcc227d65cb39ee988437'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 45}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3982272, 37.7694024]}, u'fmt_time': u'2015-09-07 09:38:11.721000-07:00', u'altitude': 0, u'ts': 1441643891.721, u'longitude': -122.3982272, u'latitude': 37.7694024, '_id': ObjectId('55edcc227d65cb39ee988439'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 78}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.4007906, 37.7720989]}, u'fmt_time': u'2015-09-07 09:38:43.316000-07:00', u'altitude': 0, u'ts': 1441643923.316, u'longitude': -122.4007906, u'latitude': 37.7720989, '_id': ObjectId('55edcc237d65cb39ee98843d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 150.951}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3973883, 37.7742985]}, u'fmt_time': u'2015-09-07 09:39:15.366000-07:00', u'altitude': 0, u'ts': 1441643955.366, u'longitude': -122.3973883, u'latitude': 37.7742985, '_id': ObjectId('55edcc237d65cb39ee988440'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 80.95}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3967105, 37.7750469]}, u'fmt_time': u'2015-09-07 09:39:46.461000-07:00', u'altitude': 0, u'ts': 1441643986.461, u'longitude': -122.3967105, u'latitude': 37.7750469, '_id': ObjectId('55edcc237d65cb39ee988443'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.394829, 37.7762089]}, u'fmt_time': u'2015-09-07 09:40:16.484000-07:00', u'altitude': 0, u'ts': 1441644016.484, u'longitude': -122.394829, u'latitude': 37.7762089, '_id': ObjectId('55edcc237d65cb39ee988446'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3948396, 37.7761944]}, u'fmt_time': u'2015-09-07 09:40:47.362000-07:00', u'altitude': 0, u'ts': 1441644047.362, u'longitude': -122.3948396, u'latitude': 37.7761944, '_id': ObjectId('55edcc237d65cb39ee988448'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57}
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.0865169, 37.3986848]}, u'fmt_time': u'2015-09-07 08:22:59.149000-07:00', u'altitude': 0, u'ts': 1441639379.149, u'longitude': -122.0865169, u'latitude': 37.3986848, '_id': ObjectId('55edafe27d65cb39ee9882b8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 55.5})
DEBUG:root:No filtered_points_entry, returning unchanged array
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.0865169, 37.3986848]}, u'fmt_time': u'2015-09-07 08:22:59.149000-07:00', u'altitude': 0, u'ts': 1441639379.149, u'longitude': -122.0865169, u'latitude': 37.3986848, '_id': ObjectId('55edafe27d65cb39ee9882b8'), 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.0962273, 37.4030409]}, u'fmt_time': u'2015-09-07 08:23:35.196000-07:00', u'altitude': 0, u'ts': 1441639415.196, u'longitude': -122.0962273, u'latitude': 37.4030409, '_id': ObjectId('55edafe27d65cb39ee9882bc'), 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.1025235, 37.40482]}, u'fmt_time': u'2015-09-07 08:24:06.357000-07:00', u'altitude': 0, u'ts': 1441639446.357, u'longitude': -122.1025235, u'latitude': 37.40482, '_id': ObjectId('55edafe27d65cb39ee9882bf'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 30.748}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.106876, 37.4073706]}, u'fmt_time': u'2015-09-07 08:24:37.505000-07:00', u'altitude': 0, u'ts': 1441639477.505, u'longitude': -122.106876, u'latitude': 37.4073706, '_id': ObjectId('55edafe37d65cb39ee9882c2'), 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.107543, 37.4075664]}, u'fmt_time': u'2015-09-07 08:25:09.280000-07:00', u'altitude': 0, u'ts': 1441639509.28, u'longitude': -122.107543, u'latitude': 37.4075664, '_id': ObjectId('55edafe37d65cb39ee9882c5'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 46.358}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.107666, 37.4077599]}, u'fmt_time': u'2015-09-07 08:25:41.913000-07:00', u'altitude': 0, u'ts': 1441639541.913, u'longitude': -122.107666, u'latitude': 37.4077599, '_id': ObjectId('55edafe37d65cb39ee9882c7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 27.835}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1092916, 37.4082503]}, u'fmt_time': u'2015-09-07 08:26:12.202000-07:00', u'altitude': 0, u'ts': 1441639572.202, u'longitude': -122.1092916, u'latitude': 37.4082503, '_id': ObjectId('55edafe37d65cb39ee9882ca'), 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.1134991, 37.4110033]}, u'fmt_time': u'2015-09-07 08:26:43.226000-07:00', u'altitude': 0, u'ts': 1441639603.226, u'longitude': -122.1134991, u'latitude': 37.4110033, '_id': ObjectId('55edafe37d65cb39ee9882cc'), 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.1190713, 37.4151152]}, u'fmt_time': u'2015-09-07 08:27:13.255000-07:00', u'altitude': 0, u'ts': 1441639633.255, u'longitude': -122.1190713, u'latitude': 37.4151152, '_id': ObjectId('55edafe37d65cb39ee9882cf'), 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.1259294, 37.4189707]}, u'fmt_time': u'2015-09-07 08:27:41.081000-07:00', u'altitude': 0, u'ts': 1441639661.081, u'longitude': -122.1259294, u'latitude': 37.4189707, '_id': ObjectId('55edafe47d65cb39ee9882d2'), 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.1391066, 37.4267244]}, u'fmt_time': u'2015-09-07 08:28:48.180000-07:00', u'altitude': 0, u'ts': 1441639728.18, u'longitude': -122.1391066, u'latitude': 37.4267244, '_id': ObjectId('55edafe47d65cb39ee9882d6'), 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.1391066, 37.4267244]}, u'fmt_time': u'2015-09-07 08:28:58.703000-07:00', u'altitude': 0, u'ts': 1441639738.703, u'longitude': -122.1391066, u'latitude': 37.4267244, '_id': ObjectId('55edafe47d65cb39ee9882d8'), 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.1416312, 37.4293277]}, u'fmt_time': u'2015-09-07 08:29:30.267000-07:00', u'altitude': 0, u'ts': 1441639770.267, u'longitude': -122.1416312, u'latitude': 37.4293277, '_id': ObjectId('55edafe47d65cb39ee9882da'), 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.1416027, 37.4293148]}, u'fmt_time': u'2015-09-07 08:30:00.298000-07:00', u'altitude': 0, u'ts': 1441639800.298, u'longitude': -122.1416027, u'latitude': 37.4293148, '_id': ObjectId('55edafe47d65cb39ee9882dd'), 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.1421434, 37.4293415]}, u'fmt_time': u'2015-09-07 08:30:31.494000-07:00', u'altitude': 0, u'ts': 1441639831.494, u'longitude': -122.1421434, u'latitude': 37.4293415, '_id': ObjectId('55edafe47d65cb39ee9882e0'), 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.146389, 37.4313212]}, u'fmt_time': u'2015-09-07 08:31:02.694000-07:00', u'altitude': 0, u'ts': 1441639862.694, u'longitude': -122.146389, u'latitude': 37.4313212, '_id': ObjectId('55edafe57d65cb39ee9882e2'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 44.413}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1512161, 37.4353159]}, u'fmt_time': u'2015-09-07 08:31:33.256000-07:00', u'altitude': 0, u'ts': 1441639893.256, u'longitude': -122.1512161, u'latitude': 37.4353159, '_id': ObjectId('55edafe57d65cb39ee9882e5'), 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.1621971, 37.4423658]}, u'fmt_time': u'2015-09-07 08:32:36.246000-07:00', u'altitude': 0, u'ts': 1441639956.246, u'longitude': -122.1621971, u'latitude': 37.4423658, '_id': ObjectId('55edafe57d65cb39ee9882e9'), 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.165075, 37.4429388]}, u'fmt_time': u'2015-09-07 08:33:11.497000-07:00', u'altitude': 0, u'ts': 1441639991.497, u'longitude': -122.165075, u'latitude': 37.4429388, '_id': ObjectId('55edafe57d65cb39ee9882eb'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 54.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1650201, 37.4429553]}, u'fmt_time': u'2015-09-07 08:33:28.019000-07:00', u'altitude': 0, u'ts': 1441640008.019, u'longitude': -122.1650201, u'latitude': 37.4429553, '_id': ObjectId('55edafe57d65cb39ee9882ee'), 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.1648692, 37.4431737]}, u'fmt_time': u'2015-09-07 08:33:59.281000-07:00', u'altitude': 0, u'ts': 1441640039.281, u'longitude': -122.1648692, u'latitude': 37.4431737, '_id': ObjectId('55edafe67d65cb39ee9882f1'), 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.1652415, 37.4427834]}, u'fmt_time': u'2015-09-07 08:34:30.329000-07:00', u'altitude': 0, u'ts': 1441640070.329, u'longitude': -122.1652415, u'latitude': 37.4427834, '_id': ObjectId('55edafe67d65cb39ee9882f4'), 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.1651357, 37.4432453]}, u'fmt_time': u'2015-09-07 08:35:01.426000-07:00', u'altitude': 0, u'ts': 1441640101.426, u'longitude': -122.1651357, u'latitude': 37.4432453, '_id': ObjectId('55edafe67d65cb39ee9882f7'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 141.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1660395, 37.4437627]}, u'fmt_time': u'2015-09-07 08:35:32.539000-07:00', u'altitude': 0, u'ts': 1441640132.539, u'longitude': -122.1660395, u'latitude': 37.4437627, '_id': ObjectId('55edafe67d65cb39ee9882fa'), 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.1660395, 37.4437627]}, u'fmt_time': u'2015-09-07 08:36:00.941000-07:00', u'altitude': 0, u'ts': 1441640160.941, u'longitude': -122.1660395, u'latitude': 37.4437627, '_id': ObjectId('55edafe67d65cb39ee9882fc'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 81.601}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4141394, 37.7759586]}, u'fmt_time': u'2015-09-07 08:36:34.285000-07:00', u'altitude': 0, u'ts': 1441640194.285, u'longitude': -122.4141394, u'latitude': 37.7759586, '_id': ObjectId('55edafe77d65cb39ee9882ff'), 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.1806205, 37.454192]}, u'fmt_time': u'2015-09-07 08:37:05.415000-07:00', u'altitude': 0, u'ts': 1441640225.415, u'longitude': -122.1806205, u'latitude': 37.454192, '_id': ObjectId('55edafe77d65cb39ee988302'), 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.1840945, 37.4551591]}, u'fmt_time': u'2015-09-07 08:37:38.281000-07:00', u'altitude': 0, u'ts': 1441640258.281, u'longitude': -122.1840945, u'latitude': 37.4551591, '_id': ObjectId('55edafe77d65cb39ee988304'), 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.184044, 37.4551821]}, u'fmt_time': u'2015-09-07 08:38:09.294000-07:00', u'altitude': 0, u'ts': 1441640289.294, u'longitude': -122.184044, u'latitude': 37.4551821, '_id': ObjectId('55edafe77d65cb39ee988307'), 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.1841716, 37.455132]}, u'fmt_time': u'2015-09-07 08:38:39.300000-07:00', u'altitude': 0, u'ts': 1441640319.3, u'longitude': -122.1841716, u'latitude': 37.455132, '_id': ObjectId('55edafe77d65cb39ee988309'), 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.1865747, 37.4572954]}, u'fmt_time': u'2015-09-07 08:39:12.209000-07:00', u'altitude': 0, u'ts': 1441640352.209, u'longitude': -122.1865747, u'latitude': 37.4572954, '_id': ObjectId('55edafe77d65cb39ee98830c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 55.365}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1928985, 37.4610667]}, u'fmt_time': u'2015-09-07 08:39:45.353000-07:00', u'altitude': 0, u'ts': 1441640385.353, u'longitude': -122.1928985, u'latitude': 37.4610667, '_id': ObjectId('55edafe87d65cb39ee98830f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 65.343}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.197244, 37.4637286]}, u'fmt_time': u'2015-09-07 08:40:16.498000-07:00', u'altitude': 0, u'ts': 1441640416.498, u'longitude': -122.197244, u'latitude': 37.4637286, '_id': ObjectId('55edcc0f7d65cb39ee988313'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 46.196}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.1980866, 37.4644353]}, u'fmt_time': u'2015-09-07 08:41:18.565000-07:00', u'altitude': 0, u'ts': 1441640478.565, u'longitude': -122.1980866, u'latitude': 37.4644353, '_id': ObjectId('55edcc0f7d65cb39ee988317'), 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.1980994, 37.4644346]}, u'fmt_time': u'2015-09-07 08:41:32.056000-07:00', u'altitude': 0, u'ts': 1441640492.056, u'longitude': -122.1980994, u'latitude': 37.4644346, '_id': ObjectId('55edcc0f7d65cb39ee988319'), 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.2031412, 37.4673138]}, u'fmt_time': u'2015-09-07 08:42:03.733000-07:00', u'altitude': 0, u'ts': 1441640523.733, u'longitude': -122.2031412, u'latitude': 37.4673138, '_id': ObjectId('55edcc107d65cb39ee98831b'), 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.2031412, 37.4673138]}, u'fmt_time': u'2015-09-07 08:42:15.229000-07:00', u'altitude': 0, u'ts': 1441640535.229, u'longitude': -122.2031412, u'latitude': 37.4673138, '_id': ObjectId('55edcc107d65cb39ee98831d'), 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.2122162, 37.4733461]}, u'fmt_time': u'2015-09-07 08:42:48.267000-07:00', u'altitude': 0, u'ts': 1441640568.267, u'longitude': -122.2122162, u'latitude': 37.4733461, '_id': ObjectId('55edcc107d65cb39ee988321'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 109.795}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2196902, 37.4780787]}, u'fmt_time': u'2015-09-07 08:43:19.249000-07:00', u'altitude': 0, u'ts': 1441640599.249, u'longitude': -122.2196902, u'latitude': 37.4780787, '_id': ObjectId('55edcc107d65cb39ee988324'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 82.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2261308, 37.4817291]}, u'fmt_time': u'2015-09-07 08:43:50.358000-07:00', u'altitude': 0, u'ts': 1441640630.358, u'longitude': -122.2261308, u'latitude': 37.4817291, '_id': ObjectId('55edcc107d65cb39ee988327'), 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.2303319, 37.4851202]}, u'fmt_time': u'2015-09-07 08:44:21.428000-07:00', u'altitude': 0, u'ts': 1441640661.428, u'longitude': -122.2303319, u'latitude': 37.4851202, '_id': ObjectId('55edcc117d65cb39ee98832a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 87.33}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2319245, 37.4862537]}, u'fmt_time': u'2015-09-07 08:44:52.501000-07:00', u'altitude': 0, u'ts': 1441640692.501, u'longitude': -122.2319245, u'latitude': 37.4862537, '_id': ObjectId('55edcc117d65cb39ee98832c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 28.898}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2319679, 37.4862581]}, u'fmt_time': u'2015-09-07 08:45:23.171000-07:00', u'altitude': 0, u'ts': 1441640723.171, u'longitude': -122.2319679, u'latitude': 37.4862581, '_id': ObjectId('55edcc117d65cb39ee98832f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 32.095}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2321228, 37.4862588]}, u'fmt_time': u'2015-09-07 08:45:54.214000-07:00', u'altitude': 0, u'ts': 1441640754.214, u'longitude': -122.2321228, u'latitude': 37.4862588, '_id': ObjectId('55edcc117d65cb39ee988332'), 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.2345584, 37.4880547]}, u'fmt_time': u'2015-09-07 08:46:25.324000-07:00', u'altitude': 0, u'ts': 1441640785.324, u'longitude': -122.2345584, u'latitude': 37.4880547, '_id': ObjectId('55edcc117d65cb39ee988334'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 100.753}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2394242, 37.4909703]}, u'fmt_time': u'2015-09-07 08:46:59.297000-07:00', u'altitude': 0, u'ts': 1441640819.297, u'longitude': -122.2394242, u'latitude': 37.4909703, '_id': ObjectId('55edcc117d65cb39ee988337'), 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.2464361, 37.4952534]}, u'fmt_time': u'2015-09-07 08:47:30.645000-07:00', u'altitude': 0, u'ts': 1441640850.645, u'longitude': -122.2464361, u'latitude': 37.4952534, '_id': ObjectId('55edcc127d65cb39ee98833b'), 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.252072, 37.5003875]}, u'fmt_time': u'2015-09-07 08:48:01.766000-07:00', u'altitude': 0, u'ts': 1441640881.766, u'longitude': -122.252072, u'latitude': 37.5003875, '_id': ObjectId('55edcc127d65cb39ee98833e'), 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.2574706, 37.5049458]}, u'fmt_time': u'2015-09-07 08:48:33.334000-07:00', u'altitude': 0, u'ts': 1441640913.334, u'longitude': -122.2574706, u'latitude': 37.5049458, '_id': ObjectId('55edcc127d65cb39ee988340'), 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.2606231, 37.507955]}, u'fmt_time': u'2015-09-07 08:49:03.450000-07:00', u'altitude': 0, u'ts': 1441640943.45, u'longitude': -122.2606231, u'latitude': 37.507955, '_id': ObjectId('55edcc127d65cb39ee988343'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 135.68}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2606992, 37.508107]}, u'fmt_time': u'2015-09-07 08:49:35.304000-07:00', u'altitude': 0, u'ts': 1441640975.304, u'longitude': -122.2606992, u'latitude': 37.508107, '_id': ObjectId('55edcc127d65cb39ee988345'), 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.2606442, 37.5081124]}, u'fmt_time': u'2015-09-07 08:50:09.221000-07:00', u'altitude': 0, u'ts': 1441641009.221, u'longitude': -122.2606442, u'latitude': 37.5081124, '_id': ObjectId('55edcc137d65cb39ee988348'), 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.2615703, 37.5090226]}, u'fmt_time': u'2015-09-07 08:50:39.303000-07:00', u'altitude': 0, u'ts': 1441641039.303, u'longitude': -122.2615703, u'latitude': 37.5090226, '_id': ObjectId('55edcc137d65cb39ee98834a'), 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.2662029, 37.5127438]}, u'fmt_time': u'2015-09-07 08:51:09.401000-07:00', u'altitude': 0, u'ts': 1441641069.401, u'longitude': -122.2662029, u'latitude': 37.5127438, '_id': ObjectId('55edcc137d65cb39ee98834d'), 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.2717513, 37.51746]}, u'fmt_time': u'2015-09-07 08:51:41.409000-07:00', u'altitude': 0, u'ts': 1441641101.409, u'longitude': -122.2717513, u'latitude': 37.51746, '_id': ObjectId('55edcc137d65cb39ee988350'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 27.257}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.2753045, 37.5205203]}, u'fmt_time': u'2015-09-07 08:52:12.389000-07:00', u'altitude': 0, u'ts': 1441641132.389, u'longitude': -122.2753045, u'latitude': 37.5205203, '_id': ObjectId('55edcc137d65cb39ee988353'), 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.2762949, 37.5209306]}, u'fmt_time': u'2015-09-07 08:52:43.846000-07:00', u'altitude': 0, u'ts': 1441641163.846, u'longitude': -122.2762949, u'latitude': 37.5209306, '_id': ObjectId('55edcc137d65cb39ee988355'), 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.2762249, 37.5208917]}, u'fmt_time': u'2015-09-07 08:53:13.926000-07:00', u'altitude': 0, u'ts': 1441641193.926, u'longitude': -122.2762249, u'latitude': 37.5208917, '_id': ObjectId('55edcc147d65cb39ee988358'), 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.2765812, 37.5212011]}, u'fmt_time': u'2015-09-07 08:53:47.186000-07:00', u'altitude': 0, u'ts': 1441641227.186, u'longitude': -122.2765812, u'latitude': 37.5212011, '_id': ObjectId('55edcc147d65cb39ee98835a'), 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.2794276, 37.5242796]}, u'fmt_time': u'2015-09-07 08:54:17.418000-07:00', u'altitude': 0, u'ts': 1441641257.418, u'longitude': -122.2794276, u'latitude': 37.5242796, '_id': ObjectId('55edcc147d65cb39ee98835d'), 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.2855005, 37.528352]}, u'fmt_time': u'2015-09-07 08:54:48.537000-07:00', u'altitude': 0, u'ts': 1441641288.537, u'longitude': -122.2855005, u'latitude': 37.528352, '_id': ObjectId('55edcc147d65cb39ee988360'), 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.2920834, 37.5331247]}, u'fmt_time': u'2015-09-07 08:55:19.605000-07:00', u'altitude': 0, u'ts': 1441641319.605, u'longitude': -122.2920834, u'latitude': 37.5331247, '_id': ObjectId('55edcc147d65cb39ee988363'), 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.2967151, 37.5367044]}, u'fmt_time': u'2015-09-07 08:55:50.655000-07:00', u'altitude': 0, u'ts': 1441641350.655, u'longitude': -122.2967151, u'latitude': 37.5367044, '_id': ObjectId('55edcc147d65cb39ee988366'), 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.2982435, 37.5394212]}, u'fmt_time': u'2015-09-07 08:56:20.713000-07:00', u'altitude': 0, u'ts': 1441641380.713, u'longitude': -122.2982435, u'latitude': 37.5394212, '_id': ObjectId('55edcc157d65cb39ee988368'), 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.4141421, 37.7759597]}, u'fmt_time': u'2015-09-07 08:57:52.329000-07:00', u'altitude': 0, u'ts': 1441641472.329, u'longitude': -122.4141421, u'latitude': 37.7759597, '_id': ObjectId('55edcc157d65cb39ee98836e'), 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.3043765, 37.5463201]}, u'fmt_time': u'2015-09-07 08:58:23.531000-07:00', u'altitude': 0, u'ts': 1441641503.531, u'longitude': -122.3043765, u'latitude': 37.5463201, '_id': ObjectId('55edcc157d65cb39ee988371'), 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.3067918, 37.5494493]}, u'fmt_time': u'2015-09-07 08:58:54.685000-07:00', u'altitude': 0, u'ts': 1441641534.685, u'longitude': -122.3067918, u'latitude': 37.5494493, '_id': ObjectId('55edcc167d65cb39ee988375'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 29.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3093505, 37.5530053]}, u'fmt_time': u'2015-09-07 08:59:27.332000-07:00', u'altitude': 0, u'ts': 1441641567.332, u'longitude': -122.3093505, u'latitude': 37.5530053, '_id': ObjectId('55edcc167d65cb39ee988378'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 116.692}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3091011, 37.5528664]}, u'fmt_time': u'2015-09-07 08:59:58.799000-07:00', u'altitude': 0, u'ts': 1441641598.799, u'longitude': -122.3091011, u'latitude': 37.5528664, '_id': ObjectId('55edcc167d65cb39ee98837a'), 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.3077011, 37.553451]}, u'fmt_time': u'2015-09-07 09:00:29.121000-07:00', u'altitude': 0, u'ts': 1441641629.121, u'longitude': -122.3077011, u'latitude': 37.553451, '_id': ObjectId('55edcc167d65cb39ee98837d'), 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.3112901, 37.555646]}, u'fmt_time': u'2015-09-07 09:01:00.334000-07:00', u'altitude': 0, u'ts': 1441641660.334, u'longitude': -122.3112901, u'latitude': 37.555646, '_id': ObjectId('55edcc167d65cb39ee98837f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 93.705}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3141872, 37.5592495]}, u'fmt_time': u'2015-09-07 09:01:30.385000-07:00', u'altitude': 0, u'ts': 1441641690.385, u'longitude': -122.3141872, u'latitude': 37.5592495, '_id': ObjectId('55edcc167d65cb39ee988382'), 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.3197529, 37.5638735]}, u'fmt_time': u'2015-09-07 09:02:02.294000-07:00', u'altitude': 0, u'ts': 1441641722.294, u'longitude': -122.3197529, u'latitude': 37.5638735, '_id': ObjectId('55edcc177d65cb39ee988385'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.16}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.322341, 37.5667497]}, u'fmt_time': u'2015-09-07 09:02:34.212000-07:00', u'altitude': 0, u'ts': 1441641754.212, u'longitude': -122.322341, u'latitude': 37.5667497, '_id': ObjectId('55edcc177d65cb39ee988388'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.499}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3244683, 37.5680177]}, u'fmt_time': u'2015-09-07 09:03:04.748000-07:00', u'altitude': 0, u'ts': 1441641784.748, u'longitude': -122.3244683, u'latitude': 37.5680177, '_id': ObjectId('55edcc177d65cb39ee98838a'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 119.841}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3244435, 37.5684337]}, u'fmt_time': u'2015-09-07 09:03:35.195000-07:00', u'altitude': 0, u'ts': 1441641815.195, u'longitude': -122.3244435, u'latitude': 37.5684337, '_id': ObjectId('55edcc177d65cb39ee98838d'), 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.3243826, 37.5685706]}, u'fmt_time': u'2015-09-07 09:04:06.412000-07:00', u'altitude': 0, u'ts': 1441641846.412, u'longitude': -122.3243826, u'latitude': 37.5685706, '_id': ObjectId('55edcc177d65cb39ee98838f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 76.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3266306, 37.5705537]}, u'fmt_time': u'2015-09-07 09:04:40.263000-07:00', u'altitude': 0, u'ts': 1441641880.263, u'longitude': -122.3266306, u'latitude': 37.5705537, '_id': ObjectId('55edcc177d65cb39ee988392'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.333}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3318739, 37.5722254]}, u'fmt_time': u'2015-09-07 09:05:11.679000-07:00', u'altitude': 0, u'ts': 1441641911.679, u'longitude': -122.3318739, u'latitude': 37.5722254, '_id': ObjectId('55edcc187d65cb39ee988395'), 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.3332247, 37.5752412]}, u'fmt_time': u'2015-09-07 09:05:43.253000-07:00', u'altitude': 0, u'ts': 1441641943.253, u'longitude': -122.3332247, u'latitude': 37.5752412, '_id': ObjectId('55edcc187d65cb39ee988398'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 40.708}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.338579, 37.5775818]}, u'fmt_time': u'2015-09-07 09:06:14.416000-07:00', u'altitude': 0, u'ts': 1441641974.416, u'longitude': -122.338579, u'latitude': 37.5775818, '_id': ObjectId('55edcc187d65cb39ee98839b'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 54.04}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3436356, 37.579735]}, u'fmt_time': u'2015-09-07 09:06:44.914000-07:00', u'altitude': 0, u'ts': 1441642004.914, u'longitude': -122.3436356, u'latitude': 37.579735, '_id': ObjectId('55edcc187d65cb39ee98839d'), 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.3442199, 37.5797635]}, u'fmt_time': u'2015-09-07 09:07:14.982000-07:00', u'altitude': 0, u'ts': 1441642034.982, u'longitude': -122.3442199, u'latitude': 37.5797635, '_id': ObjectId('55edcc187d65cb39ee98839f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 84.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3445669, 37.579804]}, u'fmt_time': u'2015-09-07 09:07:46.133000-07:00', u'altitude': 0, u'ts': 1441642066.133, u'longitude': -122.3445669, u'latitude': 37.579804, '_id': ObjectId('55edcc187d65cb39ee9883a3'), 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.3469616, 37.5804554]}, u'fmt_time': u'2015-09-07 09:08:19.309000-07:00', u'altitude': 0, u'ts': 1441642099.309, u'longitude': -122.3469616, u'latitude': 37.5804554, '_id': ObjectId('55edcc197d65cb39ee9883a5'), 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.3515499, 37.582682]}, u'fmt_time': u'2015-09-07 09:08:49.446000-07:00', u'altitude': 0, u'ts': 1441642129.446, u'longitude': -122.3515499, u'latitude': 37.582682, '_id': ObjectId('55edcc197d65cb39ee9883a8'), 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.3588049, 37.5859352]}, u'fmt_time': u'2015-09-07 09:09:21.366000-07:00', u'altitude': 0, u'ts': 1441642161.366, u'longitude': -122.3588049, u'latitude': 37.5859352, '_id': ObjectId('55edcc197d65cb39ee9883ab'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 54.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3619457, 37.5874928]}, u'fmt_time': u'2015-09-07 09:09:53.328000-07:00', u'altitude': 0, u'ts': 1441642193.328, u'longitude': -122.3619457, u'latitude': 37.5874928, '_id': ObjectId('55edcc197d65cb39ee9883ae'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 60.183}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3621965, 37.5876163]}, u'fmt_time': u'2015-09-07 09:10:25.249000-07:00', u'altitude': 0, u'ts': 1441642225.249, u'longitude': -122.3621965, u'latitude': 37.5876163, '_id': ObjectId('55edcc197d65cb39ee9883b0'), 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.3621314, 37.587594]}, u'fmt_time': u'2015-09-07 09:10:59.269000-07:00', u'altitude': 0, u'ts': 1441642259.269, u'longitude': -122.3621314, u'latitude': 37.587594, '_id': ObjectId('55edcc197d65cb39ee9883b3'), 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.364287, 37.5880448]}, u'fmt_time': u'2015-09-07 09:11:29.352000-07:00', u'altitude': 0, u'ts': 1441642289.352, u'longitude': -122.364287, u'latitude': 37.5880448, '_id': ObjectId('55edcc1a7d65cb39ee9883b5'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 130.155}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3687757, 37.5907626]}, u'fmt_time': u'2015-09-07 09:12:01.232000-07:00', u'altitude': 0, u'ts': 1441642321.232, u'longitude': -122.3687757, u'latitude': 37.5907626, '_id': ObjectId('55edcc1a7d65cb39ee9883b9'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 72.333}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3829077, 37.5955713]}, u'fmt_time': u'2015-09-07 09:13:04.228000-07:00', u'altitude': 0, u'ts': 1441642384.228, u'longitude': -122.3829077, u'latitude': 37.5955713, '_id': ObjectId('55edcc1a7d65cb39ee9883be'), 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.3859997, 37.5991997]}, u'fmt_time': u'2015-09-07 09:13:36.236000-07:00', u'altitude': 0, u'ts': 1441642416.236, u'longitude': -122.3859997, u'latitude': 37.5991997, '_id': ObjectId('55edcc1a7d65cb39ee9883c1'), 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.3871604, 37.5992553]}, u'fmt_time': u'2015-09-07 09:14:07.581000-07:00', u'altitude': 0, u'ts': 1441642447.581, u'longitude': -122.3871604, u'latitude': 37.5992553, '_id': ObjectId('55edcc1b7d65cb39ee9883c3'), 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.3871427, 37.5992518]}, u'fmt_time': u'2015-09-07 09:14:37.608000-07:00', u'altitude': 0, u'ts': 1441642477.608, u'longitude': -122.3871427, u'latitude': 37.5992518, '_id': ObjectId('55edcc1b7d65cb39ee9883c6'), 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.3871413, 37.5992539]}, u'fmt_time': u'2015-09-07 09:15:09.169000-07:00', u'altitude': 0, u'ts': 1441642509.169, u'longitude': -122.3871413, u'latitude': 37.5992539, '_id': ObjectId('55edcc1b7d65cb39ee9883c9'), 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.389175, 37.6004454]}, u'fmt_time': u'2015-09-07 09:15:41.531000-07:00', u'altitude': 0, u'ts': 1441642541.531, u'longitude': -122.389175, u'latitude': 37.6004454, '_id': ObjectId('55edcc1b7d65cb39ee9883cb'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 90.738}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3910314, 37.6041367]}, u'fmt_time': u'2015-09-07 09:16:11.664000-07:00', u'altitude': 0, u'ts': 1441642571.664, u'longitude': -122.3910314, u'latitude': 37.6041367, '_id': ObjectId('55edcc1b7d65cb39ee9883cd'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 62.338}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3949141, 37.6086332]}, u'fmt_time': u'2015-09-07 09:16:43.261000-07:00', u'altitude': 0, u'ts': 1441642603.261, u'longitude': -122.3949141, u'latitude': 37.6086332, '_id': ObjectId('55edcc1b7d65cb39ee9883d1'), 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.4054593, 37.6190665]}, u'fmt_time': u'2015-09-07 09:17:46.364000-07:00', u'altitude': 0, u'ts': 1441642666.364, u'longitude': -122.4054593, u'latitude': 37.6190665, '_id': ObjectId('55edcc1c7d65cb39ee9883d6'), 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.40881, 37.6248182]}, u'fmt_time': u'2015-09-07 09:18:18.615000-07:00', u'altitude': 0, u'ts': 1441642698.615, u'longitude': -122.40881, u'latitude': 37.6248182, '_id': ObjectId('55edcc1c7d65cb39ee9883d9'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 60.222}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4102327, 37.6286204]}, u'fmt_time': u'2015-09-07 09:18:50.279000-07:00', u'altitude': 0, u'ts': 1441642730.279, u'longitude': -122.4102327, u'latitude': 37.6286204, '_id': ObjectId('55edcc1c7d65cb39ee9883dc'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 147.611}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.411686, 37.6302265]}, u'fmt_time': u'2015-09-07 09:19:21.319000-07:00', u'altitude': 0, u'ts': 1441642761.319, u'longitude': -122.411686, u'latitude': 37.6302265, '_id': ObjectId('55edcc1c7d65cb39ee9883de'), 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.4116584, 37.6302882]}, u'fmt_time': u'2015-09-07 09:19:51.315000-07:00', u'altitude': 0, u'ts': 1441642791.315, u'longitude': -122.4116584, u'latitude': 37.6302882, '_id': ObjectId('55edcc1d7d65cb39ee9883e1'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 85.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4130942, 37.6325156]}, u'fmt_time': u'2015-09-07 09:20:54.315000-07:00', u'altitude': 0, u'ts': 1441642854.315, u'longitude': -122.4130942, u'latitude': 37.6325156, '_id': ObjectId('55edcc1d7d65cb39ee9883e5'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 54.848}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4131328, 37.6372697]}, u'fmt_time': u'2015-09-07 09:21:24.283000-07:00', u'altitude': 0, u'ts': 1441642884.283, u'longitude': -122.4131328, u'latitude': 37.6372697, '_id': ObjectId('55edcc1d7d65cb39ee9883e8'), 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.413635, 37.645083]}, u'fmt_time': u'2015-09-07 09:21:56.113000-07:00', u'altitude': 0, u'ts': 1441642916.113, u'longitude': -122.413635, u'latitude': 37.645083, '_id': ObjectId('55edcc1d7d65cb39ee9883eb'), 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.408838, 37.6516867]}, u'fmt_time': u'2015-09-07 09:22:28.798000-07:00', u'altitude': 0, u'ts': 1441642948.798, u'longitude': -122.408838, u'latitude': 37.6516867, '_id': ObjectId('55edcc1d7d65cb39ee9883ee'), 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.4050829, 37.6554126]}, u'fmt_time': u'2015-09-07 09:23:00.399000-07:00', u'altitude': 0, u'ts': 1441642980.399, u'longitude': -122.4050829, u'latitude': 37.6554126, '_id': ObjectId('55edcc1e7d65cb39ee9883f1'), 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.4050658, 37.6554586]}, u'fmt_time': u'2015-09-07 09:23:32.287000-07:00', u'altitude': 0, u'ts': 1441643012.287, u'longitude': -122.4050658, u'latitude': 37.6554586, '_id': ObjectId('55edcc1e7d65cb39ee9883f3'), 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.405072, 37.6554658]}, u'fmt_time': u'2015-09-07 09:24:03.233000-07:00', u'altitude': 0, u'ts': 1441643043.233, u'longitude': -122.405072, u'latitude': 37.6554658, '_id': ObjectId('55edcc1e7d65cb39ee9883f6'), 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.4049559, 37.6582226]}, u'fmt_time': u'2015-09-07 09:24:34.296000-07:00', u'altitude': 0, u'ts': 1441643074.296, u'longitude': -122.4049559, u'latitude': 37.6582226, '_id': ObjectId('55edcc1e7d65cb39ee9883f8'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 86.58}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4023082, 37.6629616]}, u'fmt_time': u'2015-09-07 09:25:04.332000-07:00', u'altitude': 0, u'ts': 1441643104.332, u'longitude': -122.4023082, u'latitude': 37.6629616, '_id': ObjectId('55edcc1e7d65cb39ee9883fb'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 91.5}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4141424, 37.77596]}, u'fmt_time': u'2015-09-07 09:26:05.698000-07:00', u'altitude': 0, u'ts': 1441643165.698, u'longitude': -122.4141424, u'latitude': 37.77596, '_id': ObjectId('55edcc1f7d65cb39ee988400'), 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.4141421, 37.7759603]}, u'fmt_time': u'2015-09-07 09:26:39.419000-07:00', u'altitude': 0, u'ts': 1441643199.419, u'longitude': -122.4141421, u'latitude': 37.7759603, '_id': ObjectId('55edcc1f7d65cb39ee988403'), 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.4141424, 37.77596]}, u'fmt_time': u'2015-09-07 09:27:15.146000-07:00', u'altitude': 0, u'ts': 1441643235.146, u'longitude': -122.4141424, u'latitude': 37.77596, '_id': ObjectId('55edcc1f7d65cb39ee988406'), 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.4141421, 37.7759603]}, u'fmt_time': u'2015-09-07 09:27:47.248000-07:00', u'altitude': 0, u'ts': 1441643267.248, u'longitude': -122.4141421, u'latitude': 37.7759603, '_id': ObjectId('55edcc1f7d65cb39ee988409'), 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.4141421, 37.7759603]}, u'fmt_time': u'2015-09-07 09:28:21.660000-07:00', u'altitude': 0, u'ts': 1441643301.66, u'longitude': -122.4141421, u'latitude': 37.7759603, '_id': ObjectId('55edcc1f7d65cb39ee98840c'), 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.4141424, 37.77596]}, u'fmt_time': u'2015-09-07 09:29:23.411000-07:00', u'altitude': 0, u'ts': 1441643363.411, u'longitude': -122.4141424, u'latitude': 37.77596, '_id': ObjectId('55edcc207d65cb39ee988410'), 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.4141424, 37.77596]}, u'fmt_time': u'2015-09-07 09:29:54.554000-07:00', u'altitude': 0, u'ts': 1441643394.554, u'longitude': -122.4141424, u'latitude': 37.77596, '_id': ObjectId('55edcc207d65cb39ee988412'), 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.4019078, 37.7109878]}, u'fmt_time': u'2015-09-07 09:30:25.111000-07:00', u'altitude': 0, u'ts': 1441643425.111, u'longitude': -122.4019078, u'latitude': 37.7109878, '_id': ObjectId('55edcc207d65cb39ee988415'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 78.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.401991, 37.7109958]}, u'fmt_time': u'2015-09-07 09:30:48.926000-07:00', u'altitude': 0, u'ts': 1441643448.926, u'longitude': -122.401991, u'latitude': 37.7109958, '_id': ObjectId('55edcc207d65cb39ee988418'), 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.4141424, 37.77596]}, u'fmt_time': u'2015-09-07 09:33:04.170000-07:00', u'altitude': 0, u'ts': 1441643584.17, u'longitude': -122.4141424, u'latitude': 37.77596, '_id': ObjectId('55edcc217d65cb39ee98841f'), 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.3963486, 37.73839]}, u'fmt_time': u'2015-09-07 09:33:38.235000-07:00', u'altitude': 0, u'ts': 1441643618.235, u'longitude': -122.3963486, u'latitude': 37.73839, '_id': ObjectId('55edcc217d65cb39ee988423'), 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.3950137, 37.745244]}, u'fmt_time': u'2015-09-07 09:34:10.701000-07:00', u'altitude': 0, u'ts': 1441643650.701, u'longitude': -122.3950137, u'latitude': 37.745244, '_id': ObjectId('55edcc217d65cb39ee988426'), 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.4141428, 37.77596]}, u'fmt_time': u'2015-09-07 09:34:43.253000-07:00', u'altitude': 0, u'ts': 1441643683.253, u'longitude': -122.4141428, u'latitude': 37.77596, '_id': ObjectId('55edcc217d65cb39ee988429'), 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.3922985, 37.7564992]}, u'fmt_time': u'2015-09-07 09:35:14.332000-07:00', u'altitude': 0, u'ts': 1441643714.332, u'longitude': -122.3922985, u'latitude': 37.7564992, '_id': ObjectId('55edcc227d65cb39ee98842c'), 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.3925115, 37.7572392]}, u'fmt_time': u'2015-09-07 09:36:10.976000-07:00', u'altitude': 0, u'ts': 1441643770.976, u'longitude': -122.3925115, u'latitude': 37.7572392, '_id': ObjectId('55edcc227d65cb39ee98842e'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 54.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3923678, 37.7575906]}, u'fmt_time': u'2015-09-07 09:36:42.258000-07:00', u'altitude': 0, u'ts': 1441643802.258, u'longitude': -122.3923678, u'latitude': 37.7575906, '_id': ObjectId('55edcc227d65cb39ee988431'), 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.4141406, 37.7759603]}, u'fmt_time': u'2015-09-07 09:37:12.253000-07:00', u'altitude': 0, u'ts': 1441643832.253, u'longitude': -122.4141406, u'latitude': 37.7759603, '_id': ObjectId('55edcc227d65cb39ee988434'), 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.3950964, 37.7666736]}, u'fmt_time': u'2015-09-07 09:37:44.407000-07:00', u'altitude': 0, u'ts': 1441643864.407, u'longitude': -122.3950964, u'latitude': 37.7666736, '_id': ObjectId('55edcc227d65cb39ee988437'), 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.3982272, 37.7694024]}, u'fmt_time': u'2015-09-07 09:38:11.721000-07:00', u'altitude': 0, u'ts': 1441643891.721, u'longitude': -122.3982272, u'latitude': 37.7694024, '_id': ObjectId('55edcc227d65cb39ee988439'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 78.0}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.4007906, 37.7720989]}, u'fmt_time': u'2015-09-07 09:38:43.316000-07:00', u'altitude': 0, u'ts': 1441643923.316, u'longitude': -122.4007906, u'latitude': 37.7720989, '_id': ObjectId('55edcc237d65cb39ee98843d'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 150.951}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3973883, 37.7742985]}, u'fmt_time': u'2015-09-07 09:39:15.366000-07:00', u'altitude': 0, u'ts': 1441643955.366, u'longitude': -122.3973883, u'latitude': 37.7742985, '_id': ObjectId('55edcc237d65cb39ee988440'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 80.95}) to line_string
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.3967105, 37.7750469]}, u'fmt_time': u'2015-09-07 09:39:46.461000-07:00', u'altitude': 0, u'ts': 1441643986.461, u'longitude': -122.3967105, u'latitude': 37.7750469, '_id': ObjectId('55edcc237d65cb39ee988443'), 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.394829, 37.7762089]}, u'fmt_time': u'2015-09-07 09:40:16.484000-07:00', u'altitude': 0, u'ts': 1441644016.484, u'longitude': -122.394829, u'latitude': 37.7762089, '_id': ObjectId('55edcc237d65cb39ee988446'), 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.3948396, 37.7761944]}, u'fmt_time': u'2015-09-07 09:40:47.362000-07:00', u'altitude': 0, u'ts': 1441644047.362, u'longitude': -122.3948396, u'latitude': 37.7761944, '_id': ObjectId('55edcc237d65cb39ee988448'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 57.0}) to line_string
DEBUG:root:sort_key = metadata.write_ts
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.394767, 37.7761847]}, u'fmt_time': u'2015-09-07 09:41:18.404000-07:00', u'altitude': 0, u'ts': 1441644078.404, u'longitude': -122.394767, u'latitude': 37.7761847, '_id': ObjectId('55edcc247d65cb39ee98844c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 43.5}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.3946493, 37.7762725]}, u'fmt_time': u'2015-09-07 09:41:49.536000-07:00', u'altitude': 0, u'ts': 1441644109.536, u'longitude': -122.3946493, u'latitude': 37.7762725, '_id': ObjectId('55edcc247d65cb39ee98844f'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 51}
DEBUG:root:ret_val = {u'loc': {u'type': u'Point', u'coordinates': [-122.394481, 37.7766259]}, u'fmt_time': u'2015-09-07 09:42:20.933000-07:00', u'altitude': 0, u'ts': 1441644140.933, u'longitude': -122.394481, u'latitude': 37.7766259, '_id': ObjectId('55edcc247d65cb39ee988452'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 27}
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.394767, 37.7761847]}, u'fmt_time': u'2015-09-07 09:41:18.404000-07:00', u'altitude': 0, u'ts': 1441644078.404, u'longitude': -122.394767, u'latitude': 37.7761847, '_id': ObjectId('55edcc247d65cb39ee98844c'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 43.5})
DEBUG:root:No filtered_points_entry, returning unchanged array
DEBUG:root:About to add Location({u'loc': {u'type': u'Point', u'coordinates': [-122.394767, 37.7761847]}, u'fmt_time': u'2015-09-07 09:41:18.404000-07:00', u'altitude': 0, u'ts': 1441644078.404, u'longitude': -122.394767, u'latitude': 37.7761847, '_id': ObjectId('55edcc247d65cb39ee98844c'), 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.3946493, 37.7762725]}, u'fmt_time': u'2015-09-07 09:41:49.536000-07:00', u'altitude': 0, u'ts': 1441644109.536, u'longitude': -122.3946493, u'latitude': 37.7762725, '_id': ObjectId('55edcc247d65cb39ee98844f'), 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.394481, 37.7766259]}, u'fmt_time': u'2015-09-07 09:42:20.933000-07:00', u'altitude': 0, u'ts': 1441644140.933, u'longitude': -122.394481, u'latitude': 37.7766259, '_id': ObjectId('55edcc247d65cb39ee988452'), u'heading': 0, u'sensed_speed': 0, u'accuracy': 27.0}) to line_string
DEBUG:root:centering based on start = {"geometry": {"coordinates": [-122.0865169, 37.3986848], "type": "Point"}, "id": "5608285df6858f3c7580c94e", "properties": {"exit_fmt_time": "2015-09-07 08:22:59.149000-07:00", "exit_ts": 1441639379.149, "feature_type": "start_place"}, "type": "Feature"}, end = {"geometry": {"coordinates": [-122.0865169, 37.3986848], "type": "Point"}, "id": "5608285df6858f3c7580c94e", "properties": {"exit_fmt_time": "2015-09-07 08:22:59.149000-07:00", "exit_ts": 1441639379.149, "feature_type": "end_place"}, "type": "Feature"}
In [111]:
ipy.inline_map(map_list[0])
Out[111]:
In [ ]:
Content source: joshzarrabi/e-mission-server
Similar notebooks: