philippine-transit-app-challenge.html 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <!DOCTYPE html>
  2. <html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " vocab="http://ogp.me/ns" lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>Philippine Transit App Challenge | Pleasant Programmer</title>
  7. <link href="../assets/css/rst.css" rel="stylesheet" type="text/css">
  8. <link href="../assets/css/code.css" rel="stylesheet" type="text/css">
  9. <link href="../assets/css/theme.css" rel="stylesheet" type="text/css">
  10. <link href="../assets/css/custom.css" rel="stylesheet" type="text/css">
  11. <link rel="alternate" type="application/rss+xml" title="RSS" href="../rss.xml">
  12. <link rel="canonical" href="http://pleasantprogrammer.com/posts/philippine-transit-app-challenge.html">
  13. <script type="text/javascript" src="//use.typekit.net/iwm5axp.js"></script><script type="text/javascript">try{Typekit.load();}catch(e){}</script><!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]--><meta name="author" content="Thomas Dy">
  14. <link rel="next" href="jeepney-and-bus-routes.html" title="Jeepney and Bus Routes" type="text/html">
  15. <meta property="og:site_name" content="Pleasant Programmer">
  16. <meta property="og:title" content="Philippine Transit App Challenge">
  17. <meta property="og:url" content="http://pleasantprogrammer.com/posts/philippine-transit-app-challenge.html">
  18. <meta property="og:description" content="Last week, the DOTC launched the Philippine Transit App Challenge. It's a competition to build something great using the newly available 1) jeepney/bus/rail routes and 2) traffic incident data in Metr">
  19. <meta property="og:type" content="article">
  20. <meta property="article:published_time" content="2013-07-07T00:17:37+08:00">
  21. <meta property="article:tag" content="philippine-transit-app">
  22. <meta property="article:tag" content="programming">
  23. </head>
  24. <body>
  25. <a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
  26. <header id="header" role="banner"><div class="thomas">
  27. <img src="../assets/img/thomas.gif" alt="DJ THOMAS IN DA HAUS"><img src="../assets/img/thomas.png" alt="Pleasant Programmer">
  28. </div>
  29. <h1 id="brand"><a href="http://pleasantprogrammer.com/" title="Pleasant Programmer" rel="home">
  30. <span id="blog-title">Pleasant Programmer</span>
  31. </a></h1>
  32. <nav id="menu" role="navigation"><ul>
  33. <li class="twitter"><a href="http://twitter.com/pleasantprog">@pleasantprog</a></li>
  34. <li><a href="../archive.html">Archives</a></li>
  35. <li><a href="../categories/index.html">Tags</a></li>
  36. <li><a href="../rss.xml">RSS</a></li>
  37. </ul></nav></header><div id="container">
  38. <main id="content" role="main"><article class="post-text h-entry hentry postpage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title" itemprop="headline name"><a href="#" class="u-url">Philippine Transit App Challenge</a></h1>
  39. <small>
  40. <span class="dateline">Posted: <a href="#" rel="bookmark"><time class="published dt-published" datetime="2013-07-07T00:17:37+08:00" itemprop="datePublished" title="2013-07-07 00:17">2013-07-07 00:17</time></a></span>
  41. |
  42. More posts about
  43. <a class="tag p-category" href="../categories/philippine-transit-app.html" rel="tag">philippine-transit-app</a>
  44. <a class="tag p-category" href="../categories/programming.html" rel="tag">programming</a>
  45. </small>
  46. </header><div class="e-content entry-content" itemprop="articleBody text">
  47. <div>
  48. <p>Last week, the DOTC launched the <a href="http://philippine-transit.hackathome.com">Philippine Transit App Challenge</a>. It's a competition to build something great using the newly available 1) jeepney/bus/rail routes and 2) traffic incident data in Metro Manila and Cebu.</p>
  49. <p>I'm actually quite excited about this as it's not everyday our government does wonderful things. Many people have been waiting for this kind of data to be available. Before, the only way to figure out which jeeps to ride to get from A to B is by asking other people. The website of the LTFRB used to just have a list of jeepney routes, but nothing else, no maps or list of stops.</p>
  50. <p>During the launch, they also presented how CITOM (the Cebu MMDA) is pilot-testing a <a href="http://cebutraffic.org/">traffic tracking system</a>. What they did was supply Android phones to taxi drivers. The phones send GPS data which can then be aggregated to see what the average speeds along streets are. This also benefits the taxi company as it provides easy tracking of their taxis compared to their old telephone/radio with pen-and-paper process.</p>
  51. <p>The <a href="http://philippine-transit.hackathome.com/dataset-philippines-transit-information-service-gtfs/">route data</a> are already available, as well as the <a href="http://philippine-transit.hackathome.com/dataset-citom-traffic-alert-platform/">Cebu</a> and <a href="http://philippine-transit.hackathome.com/dataset-mmda-traffic-alert-platform/">Metro Manila</a> incident data. You do have to register to access them though. Right now, they're just one-off dumps of the data but the various agencies have promised to provide consistently updated data. This will be provided via ASTI later in the year.</p>
  52. <p>I've just started looking at the route data and playing around with it. The quality could be better, but I'm glad we at least have something to work with.</p>
  53. </div>
  54. </div>
  55. <aside class="postpromonav"><nav><ul class="pager clearfix">
  56. <li class="next">
  57. <a href="jeepney-and-bus-routes.html" rel="next" title="Jeepney and Bus Routes">Next post →</a>
  58. </li>
  59. </ul></nav></aside><section class="comments"><div id="disqus_thread"></div>
  60. <script>
  61. var disqus_shortname ="pleasantprog",
  62. disqus_url="http://pleasantprogrammer.com/posts/philippine-transit-app-challenge.html",
  63. disqus_title="Philippine Transit App Challenge",
  64. disqus_identifier="cache/posts/philippine-transit-app-challenge.html",
  65. disqus_config = function () {
  66. this.language = "en";
  67. };
  68. (function() {
  69. var dsq = document.createElement('script'); dsq.async = true;
  70. dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
  71. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  72. })();
  73. </script><noscript>Please enable JavaScript to view the <a href="//disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a>
  74. </noscript>
  75. <a href="//disqus.com" class="dsq-brlink" rel="nofollow">Comments powered by <span class="logo-disqus">Disqus</span></a>
  76. </section></article><script>var disqus_shortname="pleasantprog";(function(){var a=document.createElement("script");a.async=true;a.src="//"+disqus_shortname+".disqus.com/count.js";(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a)}());</script></main><footer id="footer" role="contentinfo"><p><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"><img alt="CC-BY-SA" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png"></a> © 2015 Thomas Dy - Powered by <a href="http://getnikola.com">Nikola</a></p>
  77. </footer>
  78. </div>
  79. <script src="../assets/js/konami.js"></script><script src="http://code.jquery.com/jquery-2.0.3.min.js"></script><script>
  80. var easter_egg = new Konami();
  81. easter_egg.code = function() {
  82. $(".thomas").toggleClass("whoa");
  83. $("body").scrollTop(0);
  84. }
  85. easter_egg.load();
  86. // love you, thomas!
  87. // yours, @_phi + @meggykawsek
  88. </script>
  89. </body>
  90. </html>