Transit Developers Google Group
This group is for software developers both inside and outside transit agencies who want to discuss reuse of transit software, open transit data, and interesting things that they've built.
Re: [transit-developers] Looking to recreate this type of graph and was wondering if anyone was familar with a tool or application that might replicate it.
could use Python to generate the summary variables from the GTFS.
Re: [transit-developers] Looking to recreate this type of graph and was wondering if anyone was familar with a tool or application that might replicate it.
For example: angle=time of day, radius=travel distance, color=average speed
to get to a selection of points at that distance
[link] is also very cool, showing travel
time everywhere from a single location with a slider to change time of day.
Re: [transit-developers] Looking to recreate this type of graph and was wondering if anyone was familar with a tool or application that might replicate it.
[link]
Seems that library will let you do that, but not sure if that's what you're
after or not.
Joel Haasnoot
Looking to recreate this type of graph and was wondering if anyone was familar with a tool or application that might replicate it.
I don't know if anyone has seen this type of graph but I would like to implement it for project to provide a snapshot of transit access to employment by travel time and time of day.
Any insights would be greatly appreciated. Our primary coding environment is python.
Thank you all in advance.
Re: PT Database and GTFS Feed for Metro Manila, Philippines
I have replied to you offline following up on your message.
Cheers
Neil
Re: [transit-developers] PT Database and GTFS Feed for Metro Manila, Philippines
on the list.
I've never heard of a tool that supports any of these three features.
However, the project I work on, OpenTripPlanner, supports pluggable fare
models, which would easily handle distance-based fares. I expect I
PT Database and GTFS Feed for Metro Manila, Philippines
I think I may have met some of you at Open Plans’ Transportation Camp
in Washington back in January, and I may have mentioned a World Bank
funded project to create a public transport database and GTFS feed for
Metro Manila. Since then we have been working on behalf of the
Philippines Department of Transport and Communications, and a number
Re: [transit-developers] GTFS SQLite database query
(provided you generate a routing network/graph from your roads/routes).
[link]
You'd probably have to create a real spatial/geometry table first from
'shapes.txt',
then build the routing network over that, you couldn't do it without
web service : bus location gps
if you have any idea that can help me i would be gratful
i want to create a web service for the location of buses by GPS,
(this web service will communicate with my android app)
any user can at any time consult this application and know the exact
location of the bus so he can know the estimated time for the bus
Stops for "wrapped trips" in stop-level API calls
We are contemplating some API improvement to the Bus Time API ([link]), and there's an issue with a non-obviously-right answer that we'd like some feedback on if possible. Unfortunately, it's hard to ask the question without setting the stage a little (which may ultimately mean that it just doesn't matter). The question surrounds what to include in stop-centric API calls about a bus that has not yet started the trip on which it will serve the stop in question.
Re: [transit-developers] Agency Logos, Multiple Agency Feeds
Here are a few examples of multiple operators serving the same location in Google Maps:
2 agencies: [link]
3 agencies: [link]
Re: [transit-developers] Agency Logos, Multiple Agency Feeds
there will come a point where you need a way to distinguish services
provided by these operators. Both operators could have the same route
number but the only way to tell is the headsign or in some cases, the
colors used in the routes.txt file.
Re: [transit-developers] Agency Logos, Multiple Agency Feeds
Also, I actually do like the idea of using icons in some ways. I was just
sharing a potential issue there.
Re: [transit-developers] Agency Logos, Multiple Agency Feeds
some sort of thing set up to where Google could put their logo within the
stop details. Even if it isn't an agency logo, maybe some sort of marker or
highlighting could be used to distinguish multiple operators at the same
Re: [transit-developers] Agency Logos, Multiple Agency Feeds
I believe that both TriMet and BART have included this in their license agreements. I have not looked at other license agreements.
Recent Comments