Ryan,
Yes, it’s pretty simple – however, you don’t need to combine the feeds, you can configure OneBusAway to consume multiple separate GTFS-realtime feeds, and then link each to the underlying GTFS data via the agency_id. For example, in Tampa we’re consuming these two feeds:
· HART – http://api.tampa.onebusaway.org:8088/trip-updates?debug
· PSTA - http://ridepsta.net/gtfsrt/trips?debug
The other thing to consider is that if you share some stops, you’ll want to “merge” them in OneBusAway so they appear as a single stop to riders, where arrivals
from both agencies appear when you tap on it. More info on that here, which is done via OBA configuration tools:
https://groups.google.com/d/msg/onebusaway-developers/FvOOav_C9D4/UjoZuxdYFAAJ
Sean
--
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/YGStWaeTxIw/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.
<bean class="org.onebusaway.transit_data_federation.impl.realtime.gtfs_realtime.GtfsRealtimeSource">
<property name="tripUpdatesUrl" value="http://realtime.prod.obahart.org:8088/trip-updates" />
<property name="vehiclePositionsUrl" value="http://realtime.prod.obahart.org:8088/vehicle-positions" />
<property name="refreshInterval" value="15" />
<property name="agencyId" value="Hillsborough Area Regional Transit" />
</bean>
<bean class="org.onebusaway.transit_data_federation.impl.realtime.gtfs_realtime.GtfsRealtimeSource">
<property name="tripUpdatesUrl" value="http://ridepsta.net/gtfsrt/trips" />
<property name="vehiclePositionsUrl" value="http://ridepsta.net/gtfsrt/vehicles" />
<property name="alertsUrl" value="http://ridepsta.net/gtfsrt/alerts" />
<property name="refreshInterval" value="15" />
<!-- <property name="showNegativeScheduledArrivals" value="false" /> -->
<property name="agencyId" value="PSTA" />
<property name="alertAgencyIdMap">
<map>
<entry key="1" value="PSTA" />
</map>
</property>
</bean>Ivan,
Sorry, I was out of the office when this request came in and haven’t gotten that far into my backlog yet. Congrats on adding more agencies!
I’ll try to get this pushed to a staging environment today so I can test and make sure everything works correctly with the new San Diego region details. For my reference, link to original request is https://groups.google.com/forum/#!topic/onebusaway-developers/aPVHJsDVovw.
Sean
From: Ivan Augustino [mailto:ivan.au...@sdmts.com]
Sent: Tuesday, October 25, 2016 7:45 PM
To: Barbeau, Sean; onebusaway...@googlegroups.com
Cc: Gary Dexter; Devin Braun
Subject: RE: [onebusaway-developers] Re: Looking to get our agency listed in the app
Hi Sean,
We haven’t heard back from the OBA team in regards to the request in the image below. Do you know who I can directly contact for this?

Ivan Augustino
Senior Application Developer
1255 Imperial Avenue, Suite 1000
San Diego, CA 92101-7490
Office: (619) 446-4000 Ext. 6592
Cell: (619) 956-6140
email: ivan.au...@sdmts.com