<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Roadblocks/Issues:<br>
* The OpenTripPlanner shares the same goal as this project or bigger.<br>
Need to discuss whether these two projects can help each other in any<br>
way. Like the possibility of rewriting the routing engine of OTP with<br>
pgrouting version, etc..<br></blockquote><div><br></div><div>Hi Kishore,</div><div><br></div><div>OpenTripPlanner is LGPL license, so if you can find something useful there, feel free to make use of it.</div><div>Of course you should reference to OTP the, but no need to do it yourself if something exists already that you can base on.</div>

<div><br></div><div>Daniel</div><div><br></div><div> </div><div><br></div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Thanks,<br>
J Kishore kumar.<br>
<br>
[1] - <a href="https://github.com/pgRouting/pgrouting/commit/657164066784c06e6ca0d98662d7951e3b096993" target="_blank">https://github.com/pgRouting/pgrouting/commit/657164066784c06e6ca0d98662d7951e3b096993</a><br>
[2] - <a href="http://lists.osgeo.org/pipermail/pgrouting-dev/2011-June/000315.html" target="_blank">http://lists.osgeo.org/pipermail/pgrouting-dev/2011-June/000315.html</a><br>
[3] - <a href="https://github.com/justjkk/dotpath/commit/730120bf602697af1012528730e7f05c28f2fe3a" target="_blank">https://github.com/justjkk/dotpath/commit/730120bf602697af1012528730e7f05c28f2fe3a</a><br>
[4] - <a href="http://busroutemaps.in/mtc-nonsc" target="_blank">http://busroutemaps.in/mtc-nonsc</a><br>
[5] - <a href="http://www.nctr.usf.edu/wp-content/uploads/2011/06/77926.pdf" target="_blank">http://www.nctr.usf.edu/wp-content/uploads/2011/06/77926.pdf</a><br>
[6] - <a href="http://opentripplanner.com/" target="_blank">http://opentripplanner.com/</a><br>
<div><div></div><div class="h5"><br>
On Sat, Jun 11, 2011 at 12:59 AM, Kishore Kumar &lt;<a href="mailto:justjkk@gmail.com">justjkk@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt; This is the third week&#39;s report for my project.<br>
&gt;<br>
&gt; Things done in the third week:<br>
&gt; * Sketched algorithm and table structure for solving Non-scheduled<br>
&gt; routing problem[1].<br>
&gt; * Writing a pure pl/pgsql function as a prototype implementing the<br>
&gt; non-scheduled routing function to test the algorithm and<br>
&gt; efficiency[2].<br>
&gt;<br>
&gt; Things to be finished by next week:<br>
&gt; * Finalize algorithm for non-scheduled routing using the prototype.<br>
&gt; * Implement Non-scheduled routing core function either in c if necessary.<br>
&gt; * Write wrapper SQL functions for Non-scheduled routing function<br>
&gt; covering major use cases.<br>
&gt;<br>
&gt; [1] - <a href="http://lists.osgeo.org/pipermail/pgrouting-dev/2011-June/000294.html" target="_blank">http://lists.osgeo.org/pipermail/pgrouting-dev/2011-June/000294.html</a><br>
&gt; [2] - <a href="https://github.com/pgRouting/pgrouting/commit/169cdf25da6235ccec4a73a8e03a164bfe8f780d" target="_blank">https://github.com/pgRouting/pgrouting/commit/169cdf25da6235ccec4a73a8e03a164bfe8f780d</a><br>
&gt;<br>
&gt; On Fri, Jun 3, 2011 at 10:27 PM, Kishore Kumar &lt;<a href="mailto:justjkk@gmail.com">justjkk@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Hi,<br>
&gt;&gt; Wow, the last week went too fast and I&#39;m presenting my second week report<br>
&gt;&gt; with this mail.<br>
&gt;&gt; Things done in the second week:<br>
&gt;&gt; * Collected more GTFS data through chennai-rail-gtfs[1] project.<br>
&gt;&gt; * Finalized database topology and confirmed[2] with mentor.<br>
&gt;&gt; * Wrote a couple of test cases for testing the SQL functions[3].<br>
&gt;&gt; Things to finish by next week:<br>
&gt;&gt; * To sketch the public transit routing algorithm as a modified a_star<br>
&gt;&gt; * To implement sm_public_transit_route function in c.<br>
&gt;&gt; Roadblocks:<br>
&gt;&gt; * Couldn&#39;t find enough time till today to finish this week&#39;s objectives.<br>
&gt;&gt; This resulted in cutting down on writing tests. Should write tests alongside<br>
&gt;&gt; implementation.<br>
&gt;&gt; [1] - <a href="https://github.com/justjkk/chennai-rail-gtfs" target="_blank">https://github.com/justjkk/chennai-rail-gtfs</a><br>
&gt;&gt; [2] - <a href="http://lists.osgeo.org/pipermail/pgrouting-dev/2011-June/000266.html" target="_blank">http://lists.osgeo.org/pipermail/pgrouting-dev/2011-June/000266.html</a><br>
&gt;&gt; [3]<br>
&gt;&gt; - <a href="https://github.com/justjkk/pgrouting/commit/54b5a24fa8b8d88a25d42d161357ea79237861af" target="_blank">https://github.com/justjkk/pgrouting/commit/54b5a24fa8b8d88a25d42d161357ea79237861af</a><br>
&gt;&gt; Thanks &amp; Regards,<br>
&gt;&gt; J Kishore kumar.<br>
&gt;&gt; On Fri, May 27, 2011 at 11:58 PM, Kishore Kumar &lt;<a href="mailto:justjkk@gmail.com">justjkk@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt; I am J Kishore kumar. My GSoC project aims to add public transport routing<br>
&gt;&gt;&gt; functionality to the pgRouting library. All project related documents are<br>
&gt;&gt;&gt; linked and managed through this wiki page[1]. Following is the first week<br>
&gt;&gt;&gt; report of this project.<br>
&gt;&gt;&gt; Things done before first week(till May 23rd):<br>
&gt;&gt;&gt; * Discussed with pgRouting developers regarding the feasibility of the<br>
&gt;&gt;&gt; project and algorithms.<br>
&gt;&gt;&gt; * Implemented unit testing infrastructure[2] for testing the existing code<br>
&gt;&gt;&gt; base.<br>
&gt;&gt;&gt; * Created a small flask application[3] that uses pgRouting library and<br>
&gt;&gt;&gt; draws routes on a Openlayers map.<br>
&gt;&gt;&gt; * Started creating GTFS data for Chennai Railway network[4] to use it in<br>
&gt;&gt;&gt; writing test cases for this transit library.<br>
&gt;&gt;&gt; Things done in the first week:<br>
&gt;&gt;&gt; * Added more trips and stop schedules that are converted from pdf<br>
&gt;&gt;&gt; documents released by railway authorities to [4].<br>
&gt;&gt;&gt; * Started with actual transit module code[5] and debugging.<br>
&gt;&gt;&gt; * Adding more route&#39;s trips to [4](yet to commit).<br>
&gt;&gt;&gt; Things to finish by next week:<br>
&gt;&gt;&gt; * Discuss with mentor and finalise database topology(current topology is a<br>
&gt;&gt;&gt; subset of GTFS without support for fare).<br>
&gt;&gt;&gt; * Write tests for single modal transit route functions(thus deciding what<br>
&gt;&gt;&gt; are the input and output parameters).<br>
&gt;&gt;&gt; Roadblocks:<br>
&gt;&gt;&gt; * Debugging c code written for postgresql functions is very hard. Should<br>
&gt;&gt;&gt; learn debugging techniques from project developers.<br>
&gt;&gt;&gt; * Marriage function in family has diverted me from spending more time.<br>
&gt;&gt;&gt; Will become better in a week.<br>
&gt;&gt;&gt; Thanks,<br>
&gt;&gt;&gt; J Kishore kumar.<br>
&gt;&gt;&gt; <a href="http://twitter.com/justjkk" target="_blank">http://twitter.com/justjkk</a><br>
&gt;&gt;&gt; [1] -<br>
&gt;&gt;&gt; <a href="https://github.com/pgRouting/pgrouting/wiki/Multi-modal-Public-Transit-Routing" target="_blank">https://github.com/pgRouting/pgrouting/wiki/Multi-modal-Public-Transit-Routing</a><br>
&gt;&gt;&gt; [2]<br>
&gt;&gt;&gt; - <a href="https://github.com/pgRouting/pgrouting/wiki/Automated-Testing-%28Unit-Tests%29" target="_blank">https://github.com/pgRouting/pgrouting/wiki/Automated-Testing-%28Unit-Tests%29</a><br>
&gt;&gt;&gt; [3] - <a href="https://github.com/justjkk/dotpath" target="_blank">https://github.com/justjkk/dotpath</a><br>
&gt;&gt;&gt; [4] - <a href="https://github.com/justjkk/chennai-rail-gtfs" target="_blank">https://github.com/justjkk/chennai-rail-gtfs</a><br>
&gt;&gt;&gt; [5] - <a href="https://github.com/pgRouting/pgrouting/tree/gsoc-multimodal" target="_blank">https://github.com/pgRouting/pgrouting/tree/gsoc-multimodal</a><br>
&gt;&gt;<br>
&gt;<br>
_______________________________________________<br>
SoC mailing list<br>
<a href="mailto:SoC@lists.osgeo.org">SoC@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/soc" target="_blank">http://lists.osgeo.org/mailman/listinfo/soc</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><span style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse">Georepublic UG &amp; Georepublic Japan<br>eMail: <a href="mailto:daniel.kastl@georepublic.de" style="color:rgb(66, 99, 171)" target="_blank">daniel.kastl@georepublic.de</a><br>

Web: <a href="http://georepublic.de/" style="color:rgb(66, 99, 171)" target="_blank">http://georepublic.de</a></span><br>