-
Notifications
You must be signed in to change notification settings - Fork 19
Home
shankari edited this page Jul 1, 2015
·
7 revisions
The e-mission data collection project is a library that collects a users' location history in the background in a power efficient fashion. It currently supports android and iOS.
Pros:
- Location collection and segmentation based on activity detection are both implemented
- Detected trips are automatically uploaded to the server with google JWT based authentication
- Long-term logging to detect errors/breakages
Cons:
- There are significant zigzags in the location detection
- Segmentation is sometimes incorrect
Pros:
- Location collection works with no zig zagging
- Battery life on iOS6 is days
- Long-term logging to detect errors/breakages
Cons:
- Segmentation still does not work - reading the activity values is an async operation that does not complete in the timeframe that we expect