We are working with Clever Devices to bring CCT (Cobb Community Transit) realtime feed into OneBusAway for the Atlanta region. We are talking
with Clever Devices as to what is required from their side, in terms of the
realtime data fields. So far their feed looks to be formatted in a different way than other feeds we have consumed. Has anyone worked with a Clever Devices feed before? Is there a repeater out there that we could make use of? Also,
to include a new agency/feed into OBA's GTFS-realtime, what is the minimum set
of data required, so that we can consume it into OBA.
Thanks and Regards,
Tushar Humbe
--
You received this message because you are subscribed to the Google Groups "onebusaway-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onebusaway-devel...@googlegroups.com.
To post to this group, send email to onebusaway...@googlegroups.com.
Visit this group at http://groups.google.com/group/onebusaway-developers.
For more options, visit https://groups.google.com/groups/opt_out.
We are using the following APIs from Clever Devices:Is there a way to "add on to" the GTFS realtime format to include frequency based realtime updates? For example, can we get rid of trip IDs for a particular agency, and just have a frequency based update. (Next Bus in 5min, 25 min, etc.). But at the same time, do not disturb the Agencies which use trip IDs in their GTFS feed.Thanks and Regards,Tushar Humbe
On Tue, Oct 29, 2013 at 12:52 PM, Kurt Raschke <ku...@kurtraschke.com> wrote:
Are you working with the Clever Bus Time API (such as is described at http://www.transitchicago.com/asset.aspx?AssetId=2917)? I have looked into writing a transformer to turn that API into GTFS-realtime before, but it would be a pain because most of the data we would need is not included or would take some effort to derive.In short, for a minimal GTFS-realtime TripUpdate feed, you need the trip ID as it appears in the GTFS feed, and the trip's schedule deviation. If the data are coming from a system which is actually able to generate distinct predictions for upcoming stops instead of just applying the schedule deviation, then those (stop ID, time) pairs can also be included in the TripUpdate feed. Note that when I refer to 'time' at a specific stop, that can either be the schedule deviation of the trip at that stop (a relative value) or the actual time when the trip will arrive/depart (an absolute value). The vehicle ID is also helpful to have, particularly if you are also including a VehiclePosition feed.For a VehiclePosition feed, the minimal elements are the vehicle ID and the vehicle's latitude and longitude. It is also helpful to include the trip ID of the trip that the vehicle is serving in the VehiclePosition feed; this facilitates linking entities from the VehiclePosition and TripUpdate feeds.
-Kurt
Sent from my iPad
We are working with Clever Devices to bring CCT (Cobb Community Transit) realtime feed into OneBusAway for the Atlanta region. We are talking with Clever Devices as to what is required from their side, in terms of the realtime data fields. So far their feed looks to be formatted in a different way than other feeds we have consumed. Has anyone worked with a Clever Devices feed before? Is there a repeater out there that we could make use of? Also, to include a new agency/feed into OBA's GTFS-realtime, what is the minimum set of data required, so that we can consume it into OBA.
Thanks and Regards,
Tushar Humbe
--
You received this message because you are subscribed to the Google Groups "onebusaway-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onebusaway-developers+unsub...@googlegroups.com.
To post to this group, send email to onebusaway...@googlegroups.com.
Visit this group at http://groups.google.com/group/onebusaway-developers.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "onebusaway-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onebusaway-developers+unsub...@googlegroups.com.
I don’t think it ever happened. Landon would know better though.
To unsubscribe from this group and stop receiving emails from it, send an email to onebusaway-devel...@googlegroups.com.
To post to this group, send email to onebusaway...@googlegroups.com.
Visit this group at http://groups.google.com/group/onebusaway-developers.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "onebusaway-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onebusaway-devel...@googlegroups.com.
To post to this group, send email to
onebusaway...@googlegroups.com.
Visit this group at
http://groups.google.com/group/onebusaway-developers.
For more options, visit
https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "onebusaway-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onebusaway-devel...@googlegroups.com.
To post to this group, send email to
onebusaway...@googlegroups.com.
Visit this group at
https://groups.google.com/group/onebusaway-developers.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to onebusaway-developers+unsub...@googlegroups.com.
To post to this group, send email to onebusaway...@googlegroups.com.
Visit this group at http://groups.google.com/group/onebusaway-developers.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "onebusaway-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onebusaway-developers+unsub...@googlegroups.com.
To post to this group, send email to onebusaway...@googlegroups.com.
Visit this group at http://groups.google.com/group/onebusaway-developers.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "onebusaway-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onebusaway-developers+unsub...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "onebusaway-developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/onebusaway-developers/-AIMyaW9pLo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to onebusaway-devel...@googlegroups.com.
To post to this group, send email to onebusaway...@googlegroups.com.
Visit this group at https://groups.google.com/group/onebusaway-developers.
For more options, visit https://groups.google.com/d/optout.
Hi Tim,I'm not actually with LYNX, but from what I know they are going in a different direction. I was hoping to try creating a converter based on the API, but database access would probably make it much easier. If you end up creating a converter please let us know.
On Wed, Dec 14, 2016 at 11:53 AM Tim Cooper <timothy....@gmail.com> wrote:
There doesn't seem to be a Clever Devices to Google Realtime other than a module that Clever offers. I'm currently trying to create a realtime feed in .Net. I have access to the Clever database along with the API.Has LYNX created a solution yet?Tim--
On Thursday, October 27, 2016 at 2:11:02 PM UTC-4, Nathan Selikoff wrote:Here in Orlando, LYNX is in the process of rolling out Clever Devices to the fleet, so I'm also interested in utilizing a Clever Devices => GTFS-Realtime feed converter if it exists (or creating/helping create one if it doesn't).-Nathan
You received this message because you are subscribed to a topic in the Google Groups "onebusaway-developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/onebusaway-developers/-AIMyaW9pLo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to onebusaway-developers+unsub...@googlegroups.com.
To post to this group, send email to onebusaway...@googlegroups.com.
Visit this group at https://groups.google.com/group/onebusaway-developers.
For more options, visit https://groups.google.com/d/optout.