Nikhil VJ

Results 189 comments of Nikhil VJ

Obvious drawback of first option of taking middle/median trip : what if it's not the middle trip of the day, but another margin case? We have no control on how...

Another approach : Do it like transitfeed ScheduleViewer does it : Identify the unique trip patterns in the route and list them all. Let user pick the one they want....

@mvanlaar Wow man you've done a lot more than that! :1st_place_medal: Can we get in touch? Want to share your work with the rest of the team. Can you email...

Fields to track for names: ``` - agency.txt: agency_name - stops.txt: stop_name - routes.txt: route_short_name, route_long_name - trips.txt: trip_headsign, trip_short_name - stop_times.txt: stop_headsign ```

Suggestion: At present the trip's start time is taken from user and only used in constructing the name of the trip. Add another optional field of trip's end time, and...

@lightsprint09 Yikes! I remember how that feels. The program flow is set up such that when you change to another route, whatever sequence is found gets loaded. So the switching...

I also want to make the tabular data copy-paste-able to excel at some point. That way the user can also do bulk data-entry. User feedback helps to bring things up...

@shaaaarpy can you give reference of exactly which page you're talking about? On the default sequence page, when you load a route, if there is any existing trip under that...

thought of a way: - from `map.getBounds()` get the min and max lats and longs. (See [here](https://leafletjs.com/reference-1.4.0.html#latlngbounds-getwest) onwards) - filter the tabulator columns by min and max ranges.

Hi @lightsprint09 , thanks for bringing this up. I'm concerned as to why the horizontal scrollbar did not show up. Will try to fix that, and will try to set...