We have implemented a crowdsourcing application that can provide details regarding road condition and bus route characteristics for better planning and comfortable ride. We leverage on the capabilities of the on-device inertial sensors and use GPS opportunistically to build the travel trajectory and annotate the same on real map with additional bus route characteristics features. However, following are some factors, which can potentially influence the performance and applicability of the system that we tackle during the development process.

  • Orientation Issue:

    In a global axis space, we assume that the bus moves in the Y-axis, with other axes accordingly oriented. However the orientation of the smart-phone and that of the bus may not be in sync. We resolve this problem by taking the components of gravity into consideration. We observed that, whatever be the orientation, the axis which has the component of gravity in the acceleration value, has a mean value close to the “acceleration due to gravity” (usually around 9.5m/s 2 ). Considering this observation, we decide the Z-axis from the acceleration data of the user traces.

  • User Incentive:

    CrowdMap application gives users the benefit of easily finding out the bus routes and bus stops in a city of a developing country like India, which is otherwise almost impossible to figure out for a new commuter. Additionally, it provides a number of value added services like the nature of the buses on a specific route as well as the nature of the route, alongwith a comfort level for traveling in that route. As a consequence, the CrowdMap app provides an interface to figure out an alternate bus route, which is likely to be more comfortable for travel, although within the time budget of the commuter. Nevertheless, building such an application requires significant amount of ground truth data which is the major challenge for CrowdMap development process, that we solve through crowd-sourcing.

  • Privacy Issues:

    In order to counter the privacy issue, as we are collecting GPS data (no continuous logging after first month), we do not record any user identity to trace location details for any particular user and also take user permission before collecting the data. However, we are in the process of developing a privacy-preserving data collection method as a next step towards this direction

  • Increasing Application’s Usabilit:

    In order to increase the applicability of CrowdMap for scenarios, where Google transit information is not available, one possibility would be to develop public transport recommender system on top of it. However, as the recommendation may focus on different aspects like travel time, cost and comfort it is necessary to explore some aspects before implementing a fully operational recommender system. Another type of application like UrbanEye[1] which provides alerts to user on her travel route can also use the services offered by CrowdMap and provide more accurate information.