<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.transitwiki.org/TransitWiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Skinkie</id>
	<title>TransitWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.transitwiki.org/TransitWiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Skinkie"/>
	<link rel="alternate" type="text/html" href="https://www.transitwiki.org/TransitWiki/index.php/Special:Contributions/Skinkie"/>
	<updated>2026-04-19T05:25:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://www.transitwiki.org/TransitWiki/index.php?title=Rrrr&amp;diff=2832</id>
		<title>Rrrr</title>
		<link rel="alternate" type="text/html" href="https://www.transitwiki.org/TransitWiki/index.php?title=Rrrr&amp;diff=2832"/>
		<updated>2016-02-04T01:46:43Z</updated>

		<summary type="html">&lt;p&gt;Skinkie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RRRR, or R4, or rapid real-time routing is an open source computer program written in C that has implemented multiple public transport journey planning algorithms. The software accepts [[General Transit Feed Specification|GTFS]], as input, and compiles this to an intermediate timetable format. Additionally [[GTFS-realtime]] is supported for updating the journey planner in realtime. The output of the program complies to the JSON format found in [[OpenTripPlanner]]. The program can be used in simple A-B routing, and directly supports A to all, and all to B at the same operating cost. The software supports advanced routing features such as wait-time compression. Additionally an API for the Python programming language is available allowing scripted batch processing. The source code is available under a BSD license on [https://github.com/bliksemlabs/rrrr/tree/python-bindings Github].&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In The Netherlands a pre-commercial public procurement for ITS project was organised by [https://www.brabant.nl/ Province of Noord-Brabant] as part of the national Dutch project [http://www.beterbenutten.nl/en Optimising Use]. The project Multimodal Travel Information (MMRI) would host five consortia bridging the gap between realtime public transport data in national Dutch interfaces and journey planners. The Bliksem Consortium (now: Bliksem Labs B.V.) was formed to build a journey planner small enough to run on a mobile device without an internet connection. The initial pitch contained demo of static information running on iOS and Android. During the project a mobile journey planner, server program and data integration platform were created. The high quality input data Bliksem Integration provided in GTFS and GTFS-RT was used by all other consortia, and includes accessibility features for all trips and stops in the network.&lt;br /&gt;
&lt;br /&gt;
== Key people involved == &lt;br /&gt;
* Andrew Byrd, initial implementation and interpretation of the [http://research.microsoft.com/pubs/156567/raptor_alenex.pdf RAPTOR paper] paper by Daniel Delling, Thomas Pajor and Renato F. Werneck.&lt;br /&gt;
* Stefan de Konink, the current project lead and responsible for the initial time-dependent file structure and realtime updates. Furthermore the conversion of all code to ANSI-C and interpretation and implementation of the [http://tpajor.com/assets/paper/dpsw-isftr-13.pdf|Connection Scan Algorithm paper].&lt;br /&gt;
* Thomas Koch, the Java bridge to Android and further development of timetable integration in the side project: [[Bliksem Integration]] and Bliksem Integration Realtime.&lt;br /&gt;
* Joel Haasnoot, the initial Windows Phone implementation.&lt;br /&gt;
* Edwin Bosveld, the initial iOS implementation.&lt;br /&gt;
&lt;br /&gt;
[[Category:GTFS-consuming applications]]&lt;br /&gt;
[[Category:Trip-planning &amp;amp; navigation applications]]&lt;/div&gt;</summary>
		<author><name>Skinkie</name></author>
	</entry>
	<entry>
		<id>https://www.transitwiki.org/TransitWiki/index.php?title=Rrrr&amp;diff=2831</id>
		<title>Rrrr</title>
		<link rel="alternate" type="text/html" href="https://www.transitwiki.org/TransitWiki/index.php?title=Rrrr&amp;diff=2831"/>
		<updated>2016-02-04T01:45:17Z</updated>

		<summary type="html">&lt;p&gt;Skinkie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RRRR, or R4, or rapid real-time routing is an open source computer program written in C that has implemented multiple public transport journey planning algorithms. The software accepts [[General Transit Feed Specification|GTFS]], as input, and compiles this to an intermediate timetable format. Additionally [[GTFS-realtime]] is supported for updating the journey planner in realtime. The output of the program complies to the JSON format found in [[OpenTripPlanner]]. The program can be used in simple A-B routing, and directly supports A to all, and all to B at the same operating cost. The software supports advanced routing features such as wait-time compression. Additionally an API for the Python programming language is available allowing scripted batch processing. The source code is available under a BSD license on [https://github.com/bliksemlabs/rrrr/tree/python-bindings Github].&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In The Netherlands a pre-commercial public procurement for ITS project was organised by [https://www.brabant.nl/ Province of Noord-Brabant] as part of the national Dutch project [http://www.beterbenutten.nl/en Optimising Use]. The project Multimodal Travel Information (MMRI) would host five consortia bridging the gap between realtime public transport data in national Dutch interfaces and journey planners. The Bliksem Consortium (now: Bliksem Labs B.V.) was formed to build a journey planner small enough to run on a mobile device without an internet connection. The initial pitch contained demo of static information running on iOS and Android. During the project a mobile journey planner, server program and data integration platform were created. The high quality input data Bliksem Integration provided in GTFS and GTFS-RT was used by all other consortia, and includes accessibility features for all trips and stops in the network.&lt;br /&gt;
&lt;br /&gt;
== Key people involved == &lt;br /&gt;
* Andrew Byrd, initial implementation and interpretation of the [http://research.microsoft.com/pubs/156567/raptor_alenex.pdf RAPTOR paper] paper by Daniel Delling, Thomas Pajor and Renato F. Werneck.&lt;br /&gt;
* Stefan de Konink, the current project lead and responsible for the initial time-dependent file structure and realtime updates. Furthermore the conversion of all code to ANSI-C and interpretation and implementation of the [http://tpajor.com/assets/paper/dpsw-isftr-13.pdf|Connection Scan Algorithm paper].&lt;br /&gt;
* Thomas Koch, the Java bridge to Android and further development of timetable integration in the side project: [[Bliksem Integration]] and Bliksem Integration Realtime.&lt;br /&gt;
* Joel Haasnoot, the initial Windows Phone implementation.&lt;br /&gt;
* Edwin Bosveld, the initial iOS implementation.&lt;br /&gt;
&lt;br /&gt;
[[Category:GTFS-consuming applications]]&lt;/div&gt;</summary>
		<author><name>Skinkie</name></author>
	</entry>
	<entry>
		<id>https://www.transitwiki.org/TransitWiki/index.php?title=Publicly-accessible_public_transportation_data&amp;diff=2830</id>
		<title>Publicly-accessible public transportation data</title>
		<link rel="alternate" type="text/html" href="https://www.transitwiki.org/TransitWiki/index.php?title=Publicly-accessible_public_transportation_data&amp;diff=2830"/>
		<updated>2016-02-04T01:43:25Z</updated>

		<summary type="html">&lt;p&gt;Skinkie: TEC Belgium&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Spearheaded by a small group of transit agencies in the [[United States]], public transportation operators started publishing their transportation network and schedule data in electronic form, accessible to the public through the [[Internet]] for bulk download in a [[Zip (file format)|Zip]] archive. The data format used in the publications is [[GTFS]], which was incubated for this purpose. GTFS has become an industry standard for publishing transportation network and schedule data, as more and more agencies and operators followed the example that the initial group had set. &lt;br /&gt;
The audience for the published data consists of software developers and web services such as [[Google]], who use the data to provide content to their apps and web services. &lt;br /&gt;
The following two lists contain references to the published data. The first list contains references to schedule and network data published in GTFS. The second list contains references to data feeds that are published in formats other than GTFS. It also includes references to dynamic data that contains next bus and train departure data and transit vehicle locations in &amp;quot;real time&amp;quot;. &lt;br /&gt;
Both lists include references to applicable terms and conditions or data licensing requirements as stated by the data publishers.&lt;br /&gt;
&lt;br /&gt;
==List of publicly-accessible public transportation data feeds: static data in the GTFS format==&lt;br /&gt;
&lt;br /&gt;
This is a list of references to public transportation data feeds that contain static data, and that are published by transit agencies and transit operators in the GTFS format. The feeds contain data about scheduled times, stop locations, route information and optionally fare information and route shape details over a scheduling period, which is defined in the feed. For the GTFS format specification, see the [http://code.google.com/transit/spec/transit_feed_specification.html General Transit Feed Specification] document. This list was originally maintained at [[Public Feeds wiki page on Google Transit Data Feed Google Code project]]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Agency !! Area !! Feed Location !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.trimet.org/ TriMet] || Portland, OR || http://developer.trimet.org/schedule/gtfs.zip || Use is subject to the terms of their [http://developer.trimet.org/terms_of_use.shtml developer license]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.bart.gov/ BART] || San Francisco Bay Area, CA || http://www.bart.gov/schedules/developers/open.aspx || Use is subject to the terms of their [http://www.bart.gov/dev/schedules/license.htm developer license]. Additional information at [http://www.bart.gov/schedules/developers/open.aspx]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.caltrain.com/ Caltrain] || San Francisco Bay Area, CA || http://www.caltrain.com/developer.html || Use is subject to the terms of their [http://www.smctd.com/dla.html Developer License Agreement].&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.dart.org DART] || Dallas, TX || http://www.dart.org/transitdata/ || Please read [http://www.dart.org/transitdata/legalnotices.asp legal notice]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.octa.net OCTA] || Orange County, CA || http://www.octa.net/current/google_transit.zip || Use subject to [http://www.octa.net/disclaimer.aspx disclaimer]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.sacrt.com Sacramento RT] || Sacramento, CA || http://iportal.sacrt.com/GTFS/SRTD || [http://www.sacrt.com/gtfs.stm License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.capmetro.org Capital Metro] || Austin, TX || http://www.capmetro.org/gisdata/google_transit.zip || Disclaimer and additional files/formats available on [http://www.capmetro.org/gisdata/gisdata.asp their GIS Data page]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.hta.org/ Humboldt Transit Authority] || Humboldt County, CA || http://data.trilliumtransit.com/gtfs/humboldtcounty-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rio-vista-ca.com/transit/ Rio Vista Delta Breeze] || Rio Vista, CA || http://data.trilliumtransit.com/gtfs/riovista-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://unitrans.ucdavis.edu/ Unitrans] || Davis, CA || http://iportal.sacrt.com/GTFS/Unitrans || [http://www.sacrt.com/gtfs.stm License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rtd-denver.com Regional Transportation District] || Denver, CO || http://www.rtd-denver.com/GoogleFeeder/ || [http://www.rtd-denver.com/License_Agreement/License_Agreement.pdf License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.transperth.wa.gov.au/ Transperth] || Perth, WA (Australia) || http://www.transperth.wa.gov.au/About/Spatial-Data-Access || [http://www.transperth.wa.gov.au/TimetablesMaps/SpatialDataAccess/tabid/254/language/en-AU/Default.aspx License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yrt.ca York Region Transit] || York County, ON || http://www.yrt.ca/google/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ridemcts.com/ Milwaukee County Transit System] || Milwaukee, WI || http://kamino.mcts.org/gtfs/google_transit.zip || [http://kamino.mcts.org/gtfs/ Terms of Use]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.thebus.org Oahu Transit Services, Inc] || Honolulu, HI || http://webapps.thebus.org/transitdata/Production/google_transit.zip || [http://www.thebus.org/transitfeed/terms-of-use.asp Terms of Use]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.gohrt.com/ Hampton Roads Transit] || Hampton Roads, VA || http://googletf.gohrt.com/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.metrolinktrains.com/ Metrolink] || Southern California || http://www.metrolinktrains.com/help/page/title/developer_resources ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.gomcta.com/ Monroe County Transit Authority] || Monroe County, PA || http://www.gtfs-data-exchange.com/agency/monroe-county-transit-authority/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.naipta.az.gov/ Mountain Line] || Flagstaff, AZ || http://data.trilliumtransit.com/gtfs/naipta-az-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.jeffersontransit.com/ Jefferson Transit Authority] || Port Townsend, WA || http://www.gtfs-data-exchange.com/agency/jefferson-transit-authority/ || [http://www.jeffersontransit.com/information.html License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.islandtransit.org/ Island Transit] || Island County, WA || http://www.gtfs-data-exchange.com/agency/island-transit/ || [http://islandtransit.org/license_agreement/ License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| [http://ridemetro.org/ METRO] || Houston, TX || http://www.ridemetro.org/Pages/NewsDownloads.aspx || [http://ridemetro.org/AboutUs/Publications/DataDownloads.aspx Legal Notice]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.sfmta.com SFMTA (Muni)] || San Francisco, CA || http://www.sfmta.com/transitdata || [http://www.sfmta.com/transitdata License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| [http://irvineshuttle.net/ The Irvine Shuttle] || Irvine, CA || http://irvineshuttle.net/files/managed/Document/70/google_transit.zip || [http://www.cityofirvine.org/civica/filebank/blobdload.asp?BlobID=12803 Website Policy]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.broward.org/bct/ Broward County Transit] || Broward County, FL || http://www.broward.org/bct/google/latest/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.btransit.org/ Blacksburg Transit] || Blacksburg, VA || http://www.gtfs-data-exchange.com/agency/blacksburg-transit/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.wmata.com/ Washington Metropolitan Area Transit Authority] || Washington, DC || http://www.wmata.com/rider_tools/developer_resources.cfm || [http://www.wmata.com/rider_tools/license_agreement.cfm License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mountainline.com/ Mountain Line] || Missoula, MT || http://www.montanatransit.com/googletransit/MUTD/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.takeets.com/ Edmonton Transit System (ETS)] || Edmonton, AB || https://data.edmonton.ca/download/gzhc-5ss6/application/zip || [http://www.edmonton.ca/transportation/ets/about_ets/ets-data-for-developers.aspx Terms of Use]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.metro.net/ Los Angeles County Metro] || Los Angeles, CA  || http://developer.metro.net/gtfs/google_transit.zip || [http://developer.metro.net/policies/terms/ Terms and Conditions]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.septa.org/ SEPTA] || Philadelphia, PA  || http://www2.septa.org/developer/index.php ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.sdmts.com/ San Diego MTS] || San Diego, CA || http://www.sdmts.com/google_transit_files/google_transit.zip || [http://www.sdmts.com/Planning/Developers_TermsAndConditions.asp Terms of Use]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.tillamookbus.com/ Tillamook County Transportation District] || Tillamook County, OR || http://data.trilliumtransit.com/gtfs/tillamook-or-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.eot.state.ma.us/developers/ Massachusetts] || Massachusetts EOT || http://www.eot.state.ma.us/developers  || http://www.massdot.state.ma.us/Portals/0/docs/developers/develop_license_agree.pdf&lt;br /&gt;
|-&lt;br /&gt;
| [http://parking.uark.edu/26.php Razorback Transit] || Fayetteville, AR || http://www.ozarkwebtech.com/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.laketahoetransit.com/home Truckee / North Tahoe Transportation Management Association] || North Lake Tahoe, CA || http://data.trilliumtransit.com/gtfs/laketahoe-ca-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.bluego.org/ TTD-South Shore Services (BlueGo)] || Tahoe Basin Area, CA || ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mbta.com/ MBTA] || Boston, MA || http://www.mbta.com/rider_tools/developers/default.asp?id=21895 || [http://www.eot.state.ma.us/developers/downloads/TOS.pdf Developer's License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.eot.state.ma.us/developers Massachusetts Executive Office of Transportation] || Massachusetts || [http://www.eot.state.ma.us/developers Links to bay, regional and ferry GTFS] || [http://www.eot.state.ma.us/developers/downloads/TOS.pdf Developer's License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| All SF Bay ferry operators || San Francisco Bay, CA || http://data.trilliumtransit.com/gtfs/sfbay-ferries-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| The JO || Johnson County, KS || http://www.jocogov.org/sites/default/files/documents/TRN/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.tankbus.org TANK] || Covington, KY || http://caistage.nku.edu/tankgoogletransit/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rabaride.com Redding Area Bus Authority] || Redding, CA || http://data.trilliumtransit.com/gtfs/redding-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.gonctd.com/ North County Transit District] || North San Diego County, CA || http://www.gonctd.com/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.kcata.org/ Kansas City Area Transportation Authority (KCATA)] || Kansas City, MO || http://www.kcata.org/transit_data ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.riderta.com/ Greater Cleveland Regional Transit Authority] || Cleveland, Ohio ||  http://www.riderta.com/sites/default/files/gtfs/latest/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rtcsnv.com/ Regional Transportation Commission of Southern Nevada] || Southern Nevada || http://rtcws.rtcsnv.com/g/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ltd.org Lane Transit District] || Lane County, Oregon || http://www.ltd.org/googlepublic/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://metro.kingcounty.gov/ King County Metro Transit] || King County, WA || http://www.kingcounty.gov/transportation/kcdot/MetroTransit/Developers.aspx ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.translink.ca/ TransLink] || Vancouver, BC || http://www.translink.ca/en/Schedules-and-Maps/Developer-Resources/GTFS-Data.aspx || Terms of Use shown on the download page&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cdta.org/ CDTA] || Albany, NY || http://www.cdta.org/schedules/google_transit.zip || [http://www.cdta.org/schedules_developer_tools_developer_license.php Developer license] and [http://www.cdta.org/schedules_developer_tools.php developer page]&lt;br /&gt;
|-&lt;br /&gt;
| [http://community.gorge.net/hrctd/Dial-A-Ride.htm Columbia Area Transit] || Hood River County, OR || http://oregon-gtfs.com/gtfs_data/hoodriver-or-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.trinitytransit.org Trinity Transit] || Trinity County, CA || http://data.trilliumtransit.com/gtfs/trinity-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.fasttransit.org/ Fairfield and Suisun Transit (FAST)] || Fairfield and Suisun City, CA || http://data.trilliumtransit.com/gtfs/fairfield-ca-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.metrostlouis.org/ Metro Saint Louis] || St. Louis, MO || ftp://www.metrostlouis.org/transit/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ridesmart.com/ South Metro Area Regional Transit (SMART)] || Wilsonville, OR || http://data.trilliumtransit.com/gtfs/wilsonville-or-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.co.siskiyou.ca.us/gensvcs/transportation.htm Siskiyou Transit and General Express (STAGE)] || Siskiyou County, CA || http://data.trilliumtransit.com/gtfs/siskiyou-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.transitchicago.com Chicago Transit Authority (CTA)] || Chicago area, IL || http://www.transitchicago.com/developers/gtfs.aspx || Use is subject to terms of CTA's [http://www.transitchicago.com/developers Developer License Agreement]. More data/feeds at the [http://www.transitchicago.com/developers CTA Developer Center]. &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ridethebus.org/ Sunset Empire Transportation District] || Clatsop County, OR || http://www.ridethebus.org/Google_Transit/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.portauthority.org Port Authority of Allegheny County] || Pittsburgh, PA || http://www.portauthority.org/GoogleTransitFeed || Use is subject to the terms and conditions of [http://www.portauthority.org/PAAC/CompanyInfo/DeveloperResources/DeveloperLicenseAgreement/tabid/521/Default.aspx Port Authority's License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mta.info MTA] || New York, NY || http://www.mta.info/developers/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.hsvcity.com Huntsville Shuttle] || Huntsville, AL || [http://maps.hsvcity.com/GoogleTransit/google_transit.zip] ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.arlingtontransit.com Arlington Transit] || Arlington, VA || http://realtime.commuterpage.com/RTT/Public/Utility/GTFS.aspx ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cityofescalon.org/transit.htm eTrans] || Escalon, CA || http://data.trilliumtransit.com/gtfs/escalon-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://northwest-point.com/ NorthWest POINT] || Oregon || http://oregon-gtfs.com/gtfs_data/northwestpoint-or-us || [http://oregon-gtfs.com/ Terms of use]&lt;br /&gt;
|-&lt;br /&gt;
| [http://southwest-point.com/ SouthWest POINT] || Oregon || http://oregon-gtfs.com/gtfs_data/southwestpoint-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.catbus.com/ Clemson Area Transit (CAT)] || Clemson, SC ||  http://data.trilliumtransit.com/gtfs/clemson-sc-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.taketrax.com/ Tehama Area Rural eXpress (TRAX)] || Tehama County, CA. Including Susanville Indian Rancheria Public Transportation Program between Redding, Red Bluff, and Susanville. || http://data.trilliumtransit.com/gtfs/tehama-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.duluthtransit.com/ Duluth Transit] || Duluth, MN || http://www.duluthtransit.com/gtf/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.metlink.org.nz/google-transit-feed/ Metlink] || Wellington (New Zealand) || http://www.metlink.org.nz/customer-services/general-transit-feed-specification/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.soundtransit.org/ Sound Transit] || Puget Sound Region, WA || http://www.soundtransit.org/Developer-resources || [http://developer.soundtransit.org/documents/developer/pdf/electronicdatatermsofuse.pdf Terms of Use]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.maxx.co.nz/ ARTA] || Auckland (New Zealand)  || https://api.at.govt.nz/docs/v1#GTFS-downloads ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.miamidade.gov/ Miami-Dade Transit] || Miami-Dade, FL  || http://www.miamidade.gov/transit/googletransit/current/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mvta.com/ Minnesota Valley Transit Authority] || Minnesota Valley || http://wiki.mvta.com/files/Home/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://ci.santa-rosa.ca.us/departments/transit/CityBus/ City of Santa Rosa CityBus] || Santa Rosa, CA || ftp://ftp.ci.santa-rosa.ca.us/SantaRosaCityBus/  || [http://ci.santa-rosa.ca.us/departments/transit/CityBus/Pages/GTSFOpenSourceData.aspx Developer License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| [http://caravanairporttransportation.com Caravan Airport Shuttle] || Oregon || http://oregon-gtfs.com/gtfs_data/caravan-or-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cascadeseasttransit.com Cascades East Transit] || Oregon || http://oregon-gtfs.com/gtfs_data/cascadeseast-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.hutshuttle.com HUT Airport Shuttle] || Oregon || http://oregon-gtfs.com/gtfs_data/hut-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.grantcountypeoplemover.com People Mover] || Oregon || http://oregon-gtfs.com/gtfs_data/peoplemover-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.porterstageline.com Porter Stage Lines] || Oregon || http://oregon-gtfs.com/gtfs_data/porterstage-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.kokkola-bus.com/ValleyRetrieverBuslines.html Valley Retriever] || Oregon || http://oregon-gtfs.com/gtfs_data/valleyretriever-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cumtd.com/ Champaign-Urbana Mass Transit District] || Champaign-Urbana, IL || http://www.cumtd.com/google/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| Rockland County || Rockland County, NY || https://geopower.jws.com/rockland/DataPage.jsp# ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.dartfirststate.com/ Delaware First State] || Delaware || http://www.dartfirststate.com/information/routes/gtfs_data/dartfirststate_de_us.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ridescat.com SpaceCoast FL US] || Space Coast, FL || http://data.trilliumtransit.com/gtfs/spacecoast-fl-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.srt.org Stanislaus County, CA] || Stanislaus County || http://data.trilliumtransit.com/gtfs/stanislaus-ca-us/ || Stanislaus Area Regional Transit (Stanislaus County), Bus Line Service of Turlock (Turlock, California), Ceres Area Transit (Ceres, California)&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rvtd.org/ Rogue Valley Transportation District ] || Rogue Valley, OR || http://www.rvtd.org/images/subpages/GTFS_feed.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.calgarytransit.com/ Calgary Transit ] || Calgary, AB || https://data.calgary.ca/OpenData/Pages/DatasetDetails.aspx?DatasetID=PDC0-99999-99999-00501-P%28CITYonlineDefault%29 || https://data.calgary.ca/OpenData/Pages/TermsOfUse.aspx&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.metlink.org.nz// Greater Wellington's public transportation network ] || Greater Wellington (New Zealand) || http://www.metlink.org.nz/googletransit/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.halifax.ca// Halifax Metro] || Halifax, NS || http://halifax.ca/GoogleTransit/developerdata.html ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cota.com/ Central Ohio Transit Authority] || Columbus, OH || http://www.cota.com/Auxiliary/Data.aspx ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://sites.google.com/site/gotrianglegtfs/ GoTriangle] || Research Triangle, NC || http://sites.google.com/site/gotrianglegtfs/google-transit ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vitoria-gasteiz.org/ Red de Transporte urbano de Vitoria-Gasteiz] || Vitoria-Gasteiz (Spain) || http://www.vitoria-gasteiz.org/we001/http/vgTransit/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.adelaidemetro.com.au/ Adelaide Metro] || Adelaide (Australia) || http://adelaidemetro.com.au/GTFS/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.toronto.ca/ TTC] || Toronto, ON || http://www.toronto.ca/open/datasets/ttc-routes/ || http://www1.toronto.ca/wps/portal/contentonly?vgnextoid=4a37e03bb8d1e310VgnVCM10000071d60f89RCRD&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.hamilton.ca/ Hamilton Street Railway] || Hamilton, ON || http://www.hamilton.ca/ProjectsInitiatives/OpenData/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vvta.org/ Victor Valley Transit Authority] || Victor Valley, CA ||http://data.trilliumtransit.com/gtfs/victorville-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://data.keolis-rennes.com Rennes] || Rennes (France) || http://data.keolis-rennes.com/fr/les-donnees/donnees-telechargeables.html ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.montgomerycountymd.gov Montgomery County] || Montgomery County, MD || http://www.montgomerycountymd.gov/content/dot/transit/news/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.spokanetransit.com Spokane Transit Authority] || Spokane, WA || http://198.1.35.130/sta/gmap-data/SpokaneTransitGTFS.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.pacebus.com Pace Bus] || Chicago, IL || http://www.pacebus.com/gtfs/gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.roseville.ca.us/transportation/roseville_transit/default.asp Roseville Transit] || Roseville, CA || http://iportal.sacrt.com/GTFS/Roseville ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yolobus.com/ Yolobus] || Yolo County, CA || http://iportal.sacrt.com/GTFS/Yolobus ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yubasuttertransit.com/ Yuba-Sutter Transit] || Yuba City, CA || http://data.trilliumtransit.com/gtfs/yubasutter-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.norwalktransit.com/ Norwalk Transit District] || Norwalk, CT || http://rfshared.s3.amazonaws.com/gtfs/norwalk_gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cccta.org/ County Transit] || Central Contra Costa County, CA || http://cccta.org/GTFS/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.wavetransit.com/ Wave Transit] || Wilmington, NC || http://www.wavetransit.com/gtransit/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://gov.allconet.org/act/ Allegany County Transit] || Allegany County, MD || http://gov.allconet.org/ACT/ggl/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.scgov.net/scat/ Sarasota County Area Transit] || Sarasota, FL || https://www.scgov.net/SCAT/Google/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.gmpte.com Greater Manchester Passenger Transport Executive] || Manchester (Great Britain) || https://data.gov.uk/dataset/public-transport-schedules-gtfs ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.gtt.to.it Gruppo Torinese Trasporti] || Torino (Italy) || http://opendata.5t.torino.it/gtfs/torino_it.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://macog.com Michiana Area Council Of Governments] || South Bend, IN || http://macog.com/google/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://columbiacountyrider.com/ Columbia County Rider] || Columbia County, OR || http://oregon-gtfs.com/gtfs_data/columbiacounty-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ci.sandy.or.us/index.asp?Type=B_BASIC&amp;amp;SEC={BF6D9F91-1204-479D-B3A5-B12572DA8DD1} Sandy Area Metro] || Sandy, OR || http://oregon-gtfs.com/gtfs_data/sandy-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.nfta.com/ NFTA Metro] || Buffalo - Niagara Region, NY || http://metro.nfta.com/Contact/Developers.aspx ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://sanjoaquinrtd.com San Joaquin Regional Transit District (RTD)] || San Joaquin Valley, CA || http://sanjoaquinrtd.com/RTD-GTFS/RTD-GTFS.zip || [http://sanjoaquinrtd.com/legal/default.php Terms of Use]&lt;br /&gt;
|-&lt;br /&gt;
| [http://scmtd.com/ Santa Cruz Metro Transit District] || Santa Cruz, CA || http://scmtd.com/google_transit/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ci.green-bay.wi.us/transit/ Brown County / Green Bay Metro Transit] || Green Bay, WI || http://maps.gis.co.brown.wi.us/web_documents/Planning/Google_Transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cherriots.com Salem-Keizer Transit (Cherriots)] || Salem, OR || http://www.cherriots.org/developer/gtfs.zip || Developer area and usage agreement are available [http://www.cherriots.org/developer/agreement.htm here]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.co.coos.or.us Coos County Area Transit] || Coos County, OR || http://oregon-gtfs.com/gtfs_data/cooscounty-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.linnshuttle.com Linn Shuttle] || Linn County, OR || http://oregon-gtfs.com/gtfs_data/linnshuttle-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.charlottesville.org Charlottesville Area Transit] || Charlottesville, VA || http://avlweb.charlottesville.org/rtt/public/utility/GTFS.aspx ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.co.josephine.or.us/Page.asp?NavID=628 Josephine County Transit] || Josephine County, OR || http://oregon-gtfs.com/gtfs_data/josephinecounty-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.umpquatransit.com/ U-Trans] || Roseburg, OR || http://oregon-gtfs.com/gtfs_data/umpquatransit-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.panynj.gov/path/ Port Authority Trans-Hudson (PATH)] || New York/New Jersey || http://data.trilliumtransit.com/gtfs/path-nj-us/ || [http://www.panynj.gov/path/developers.html Developer page &amp;amp; terms of use]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.discovercorona.com/City-Departments/Public-Works/Public-Services-and-Information/Corona-Cruiser.aspx Corona Cruiser] || Corona, CA || http://data.trilliumtransit.com/gtfs/corona-ca-us/ || [http://www.discovercorona.com/City-Departments/Public-Works/Transportation/GTFS.aspx License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mymetrobus.com Metro Transit] || Madison, WI || http://www.cityofmadison.com/metro/gtfs/mmt_gtfs.zip || [http://www.cityofmadison.com/metro/Apps/terms.cfm Terms of Use]&lt;br /&gt;
|-&lt;br /&gt;
| [http://modestoareaexpress.com Modesto Area Express] || Modesto, CA || http://data.trilliumtransit.com/gtfs/modesto-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.grt.ca Grand River Transit] || Cambridge/Kitchener-Waterloo, ON || http://www.grt.ca/en/doingBusiness/supportingsoftwareapplications.asp?_mid_=18101 ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://bctransit.com BC Transit] || Victoria / Whistler, BC || http://bctransit.com/data/default.cfm ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://vta.org Santa Clara Valley Transportation Authority] || Santa Clara, CA || http://www.vta.org/getting-around/gtfs-info/data-file || [http://www.vta.org/getting-around/gtfs-info/dev-terms-of-use Terms and Conditions]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.sunline.org Sunline] || Palm Springs, CA || http://www.sunline.org/transit/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rkt.no/ Rogaland Kollektivtrafikk FKF] || Kolumbus (Norway) || http://www.rkt.no/gt/google_transit.zip || [http://next.kolumbus.no/rutedata/rutedata-registrering/ Registration required]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.bkk.hu Budapesti Közlekedési Központ] || Budapest (Hungary) || http://www.bkk.hu/gtfs/budapest_gtfs.zip || http://www.bkk.hu/magunkrol/fejlesztoknek/&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.gohart.org HART] || Hillsborough County, FL || http://www.gohart.org/google/google_transit.zip || [http://groups.google.com/group/googletransitdatafeed/browse_thread/thread/798e2af28996fac2 License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| Ponferada || León (Spain) || https://sites.google.com/site/pruebasgeoreferencesimplygo/lineabus1-kml/&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.co.lincoln.or.us/transit/ Lincoln County Transit] || Lincoln County, OR || http://oregon-gtfs.com/gtfs_data/lincolncounty-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yctransitarea.org/ Yamhill County Area Transit] || Yamhill County, OR || http://oregon-gtfs.com/gtfs_data/yamhill-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rgrta.com/ Rochester-Genesee Regional Transportation Authority] || Rochester, NY || http://scheduledata.rgrta.com/ || [http://scheduledata.rgrta.com/License%20Agreement%20and%20Terms%20of%20Use.pdf License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rtl-longueuil.qc.ca Réseau de transport de Longueuil (RTL)] || Longueuil, QC || http://www.rtl-longueuil.qc.ca/Contenu.aspx?NavID=1158 ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.friweb.hu/vonalhalozat/ Szeged] || Szeged (Hungary) || http://www.gtfs-data-exchange.com/agency/szkt/latest.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cata.org/ CATA] || Lansing, MI || http://www.cata.org/AboutCATA/DeveloperResources/tabid/555/Default.aspx || [http://www.cata.org/AboutCATA/DeveloperResources/GTFS/tabid/556/Default.aspx License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.emtmadrid.es/ EMT] || Madrid (Spain) || https://servicios.emtmadrid.es:8443/gtfs/transitemt.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rtcwashie.com/ RTC Washoe] || Washoe County, NV || http://www.rtcwashoe.com/googletransit/latest/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.psta.net/ Penillas Suncoast Transit Authority] || Penillas County, FL || http://www.psta.net/latest/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rtcquebec.ca/ RTC Quebec] || Quebec (Canada) || http://www.rtcquebec.ca/Default.aspx?tabid=192&amp;amp;language=fr-CA ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.viainfo.net/ San Antonio VIA] || San Antonio, TX || http://www.viainfo.net/BusService/google_transit.zip || http://www.viainfo.net/Opportunities/DevLicense.aspx&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.corvallistransit.com/ Corvallis Transit] || Corvallis, OR || ftp://ftp.ci.corvallis.or.us/pw/Transportation/GoogleTransitFeed/ ||&lt;br /&gt;
|-&lt;br /&gt;
| Rockland County Department of Public Transportation || Rockland and Westchester Counties, NY || https://geopower.jws.com/rockland/DataPage.jsp# ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.intercitytransit.com/ Intercity Transit] || Olympia, WA || http://www.intercitytransit.com/googledata/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ridetarc.org/ TARC] || Louisville, KY || http://googletransit.ridetarc.org/feed ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://cobreeze.com/ Central Oregon Breeze] || Oregon || http://oregon-gtfs.com/gtfs_data/centraloregonbreeze-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.umatilla.nsn.us/bus.html Confederated Tribes of the Umatilla Indian Reservation] || Oregon || http://www.gtfs-data-exchange.com/agency/confederated-tribes-of-the-umatilla-indian-reservation ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.currypublictransit.org/ Curry Public Transit] || Curry, OR || http://www.gtfs-data-exchange.com/agency/curry-public-transit/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mfcity.com/transport City of Milton-Freewater] || Milton-Freewater, OR || http://www.gtfs-data-exchange.com/agency/city-of-milton-freewater-oregon/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.amt.qc.ca/developpeurs Agence métropolitaine de transport] || Montreal, QC || http://www.amt.qc.ca/developpeurs/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.basintransit.com/ Basin Transit Service] || Klamath Falls, OR || http://oregon-gtfs.com/gtfs_data/basin-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.woodburn-or.gov/?q=transit Woodburn Transit] || Woodburn, OR || http://oregon-gtfs.com/gtfs_data/woodburn-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://southlanewheels.org/ South Lane Wheels] || South Lane, OR || http://oregon-gtfs.com/gtfs_data/southlanewheels-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rideconnection.org/ride/default.aspx Ride Connection] || Portland Metro Area, OR || http://oregon-gtfs.com/gtfs_data/rideconnection-or-us || [http://www.rideconnection.org/ride/AboutUs/GTFSLicensingAgreement.aspx Terms of use]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.go-metro.com Cincinnati Metro] || Cincinnati, OH || http://www.go-metro.com/uploads/google_transit.zip || [http://www.go-metro.com/about-metro/developer-data Terms of Use]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.go-metro.com Washington State Ferries] || Washington State || https://business.wsdot.wa.gov/Transit/csv_files/wsf/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.sanbenitocountyexpress.org/ San Benito County Express] || San Benito County, CA || http://data.trilliumtransit.com/gtfs/sanbenito-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.theride.org/ Ann Arbor Area Transportation Authority] || Ann Arbor, MI || http://www.theride.org/google/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.metroplan.org/ Central Arkansas Transit Authority] || Central Arkansas, AR || http://metroplan.org/maps/transit/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.4mta.org/ Mendocino Transit Authority] || Mendocino County, CA || http://data.trilliumtransit.com/gtfs/mendocino-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://cabq.gov/ City of Albuquerque] || Albuquerque, NM || http://data.cabq.gov/transit/gtfs/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://transport.nsw.gov.au/ Transport of NSW] || Sydney and New South Wales (Australia) || https://tdx.transportnsw.info || https://tdx.transportnsw.info/terms-conditions.php&lt;br /&gt;
|-&lt;br /&gt;
| [http://kingsporttransit.org Kingsport Transit] || Kingsport, TN || http://kingsporttransit.org/GTFS/gtfs ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://pts.umich.edu/ University of Michigan Transit Services] || University of Michigan, Ann Arbor, MI || http://pts.umich.edu/gtfs/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.trafiklab.se/ Sweden] || Sweden || http://www.trafiklab.se/api/gtfs-sverige ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://cottonwoodaz.gov/cat.php Cottonwood Area Transit] || Cottonwood, AZ || http://data.trilliumtransit.com/gtfs/cottonwood-az-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://cottonwoodaz.gov/cat-verde_lynx.php Verde Lynx] || Cottonwood and Sedona area, AZ || http://data.trilliumtransit.com/gtfs/verdelynx-az-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://actransit.org AC Transit] || Alameda and Contra Costa Counties, CA || http://www.actransit.org/wp-content/uploads/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.valleymetro.org Valley Metro] || Phoenix, AZ || http://www.valleymetro.org/developers ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.getbus.org Golden Empire Transit District] || Bakersfield, CA || http://www.getbus.org/google-transit-data-download/ || [http://www.getbus.org/googletransit/GET-GTFS-License_Agreement.txt/ License Agreement]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.amadortransit.com Amador Regional Transit] || Amador County, CA || http://data.trilliumtransit.com/gtfs/amador-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://transit.calaverasgov.us Calaveras Transit] || Calaveras County, CA || http://data.trilliumtransit.com/gtfs/calaveras-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.estransit.com Eastern Sierra Transit Authority] || Inyo and Mono Counties, CA || http://data.trilliumtransit.com/gtfs/easternsierra-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://data.trilliumtransit.com/gtfs/easternsierra-ca-us/ESTA%20Data%20License%20Agreement.html Data License Agreement] ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.maderactc.org/translinks.html Madera County Transit] || Madera County, CA || http://data.trilliumtransit.com/gtfs/madera-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.plumastransit.com/default.html Plumas Transit] || Plumas County, CA || http://data.trilliumtransit.com/gtfs/plumas-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yarts.com Yosemite Area Regional Transit] || Yosemite Area, CA || http://data.trilliumtransit.com/gtfs/yosemite-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.lassentransportation.org/a/Lassen-Rural-Bus-LRB.php Lassen Rural Bus] || Lassen County, CA || http://data.trilliumtransit.com/gtfs/lassen-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.indygo.net/ IndyGo] || Indianapolis, IN || http://www.indygo.net/pages/indygo-developer-content-area ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.itsmarta.com/ MARTA] || Atlanta, GA || http://itsmarta.com/marta-developer-resources.aspx ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://bloomingtontransit.com/ Bloomington Transit] || Bloomington, IN || http://bloomington.in.gov/transit/gtfeed/GoogleTransitFeed.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.fairfaxcounty.gov/ Fairfax County] || Fairfax County, VA || http://www.fairfaxcounty.gov/connector/connector_gtfs.zip || [http://www.fairfaxcounty.gov/connector/data/ Terms and Conditions]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.njtransit.com/ New Jersey Transit] || New Jersey || https://www.njtransit.com/developer ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.marintransit.org/ Marin Transit] || Marin, CA ||  http://www.marintransit.org/data/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rochestercitylines.com/ Rochester City Lines] || Rochester, MN || http://data.trilliumtransit.com/gtfs/rochestercitylines-mn-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.palosverdes.com/pvtransit/ PVPTA] || Palos Verdes Peninsula, CA || http://data.trilliumtransit.com/gtfs/pvpta-ca-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.buttebus.org/ Butte Silver-Bow] || Butte, MT || http://data.trilliumtransit.com/gtfs/butte-mt-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.thunderbay.ca/ Thunder Bay Transit] || Thunder Bay, ON || http://api.nextlift.ca/gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://swanislandtma.org Swan Island TMA] || Portland, OR || http://oregon-gtfs.com/gtfs_data/swanisland-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mymanatee.org/mcat Manatee County Area Transit] || Bradenton, FL || http://data.trilliumtransit.com/gtfs/manatee-fl-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.neotransit.org Northeast Oregon Public Transit] || La Grand, OR || http://oregon-gtfs.com/gtfs_data/northeast-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://dati.trentino.it Trentino] || Trentino (Italy) || http://www.dati.trentino.it/dataset/trasporti-pubblici-del-trentino-formato-gtfs || http://dati.trentino.it/it/storage/f/2013-03-15T085950/mitt_opendata.zip&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.springsgov.com Mountain Metro Transit] || Colorado Springs, CO || http://www.springsgov.com/units/transit/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ridewta.com Whatcom Transportation Authority] || Whatcom County, WA || https://github.com/whatcomtrans/publicwtadata/raw/master/GTFS/wta_gtfs_latest.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cmrtransit.org Central Maryland Regional Transit] || Central Maryland || http://www.cmrtransit.org/about/developer-resources/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.lagunabeachcity.net/cityhall/pw/transit/ Laguna Beach Transit] || Laguna Beach, CA || http://data.trilliumtransit.com/gtfs/lagunabeach-ca-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.amtrakcascades.com/ Cascades POINT] || Oregon || http://oregon-gtfs.com/gtfs_data/cascadespoint-or-us || [http://oregon-gtfs.com/ Terms of use]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.nashvillemta.org/ Nashville MTA] || Nashville, TN || http://www.nashvillemta.org/Nashville-MTA-Developer-Data-Request.asp ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.511ny.org/ 511 New York] || New York || http://www.511ny.org/developer.aspx ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.stm.info/ Société de transport de Montréal] || Montréal, QC || http://www.stm.info/en/about/developers || http://www.stm.info/en/about/developers/terms-use&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rideuta.com Utah Transit Authority] || Salt Lake City, UT || http://developer.rideuta.com/DeveloperResources/developer.aspx ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.winnipegtransit.com Winnipeg Transit] || Winnipeg, MB || http://gtfs.winnipegtransit.com/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.gotransit.com GO Ontario] || Ontario || http://www.gotransit.com/publicroot/gtfs/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ripta.com Rhode Island Public Transit Authority ] || Rhode Island || http://www.ripta.com/googledata/current/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.fivecounty.utah.gov SunTran] || Five Counties, UT || http://www.fivecounty.utah.gov/transit/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.slorta.org SLORTA] || San Luis Obispo, CA || https://sites.google.com/site/slocountytransit/google-transit-docs/slorta_datafiles/latest/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ruraltransit.org// Fresno County Rural Transit Agency] || Fresno, CA || http://data.trilliumtransit.com/gtfs/fresnocounty-ca-us ||&lt;br /&gt;
|-&lt;br /&gt;
| Minneapolis-St.Paul Regional GIS Consortium || Minnepolis-St.Paul, MN || ftp://gisftp.metc.state.mn.us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ci.oshkosh.wi.us/Transit// Go Transit] || Oshkosh, WI || http://data.trilliumtransit.com/gtfs/oshkosh-wi-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rvarc.org/ Roanoke Valley Region], ([http://www.valleymetro.com Valley Metro], [http://www.radartransit.org/ Radar Transit]) || Roanoke Valley Region, VA || http://data.trilliumtransit.com/gtfs/roanoke-va-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [https://data.qld.gov.au/ Queensland] || Queensland (Australia) || translink.com.au/sites/default/files/assets/resources/about-translink/reporting-and-publications/open-data/gtfs/SEQ.zip?140718 ||&lt;br /&gt;
|-&lt;br /&gt;
| Mexico City || Mexico City (Mexico) ||  http://datosabiertos.df.gob.mx/sigdata/index.php/Publicacion/busquedaxdepe/20 ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://mot.gov.il Israel Public Transportation] || Israel || ftp://gtfs.mot.gov.il/israel-public-transportation.zip || Note: Requires right-to-left text processing capability&lt;br /&gt;
|-&lt;br /&gt;
| [http://mot.gov.il Israel Railways] || Israel || ftp://gtfs.mot.gov.il/irw_gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vbb.de Verkehrsverbund Berlin-Brandenburg] || Berlin and Brandenburg (Germany) || http://www.vbb.de/de/datei/gtfs-daten.zip || gtfs by CC BY Attribution&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.sctransit.com/ Sonoma County Transit] || Santa Rosa, CA || http://data.trilliumtransit.com/gtfs/sonomacounty-ca-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://myciti.org.za/ MyCiTi] || Cape Town (South Africa) || http://myciti.org.za/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.nictd.com/ Northern Indiana Commuter Transportation District] || Chesterton, IN || http://www.nictd.com/google/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.octranspo1.com/ OC Transpo] || Ottawa, ON || http://data.ottawa.ca/en/dataset/oc-transpo-schedules ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.highdesert-point.com/high-desert-point/ HighDesert POINT] || Oregon || http://oregon-gtfs.com/gtfs_data/highdesertpoint-or-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.highdesert-point.com/eastern-point/ Eastern POINT] || Oregon || http://oregon-gtfs.com/gtfs_data/easternpoint-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.highdesert-point.com/eugene-to-bend/ Eugene to BEND] || Oregon || http://oregon-gtfs.com/gtfs_data/eugenetobend-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ltd.org/diamondex/ Diamond Express] || Oakridge, OR || http://oregon-gtfs.com/gtfs_data/diamondexpress-or-us ||&lt;br /&gt;
|-&lt;br /&gt;
| Tisséo || Toulouse (France) || http://data.toulouse-metropole.fr/les-donnees/-/opendata/card/16271-reseau-tisseo-metro-bus-tram-gtfs ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.radfordtransit.com/ Radford Transit] || Radford, VA || http://data.trilliumtransit.com/gtfs/radford-va-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.c-tran.com/ C-Tran] || Clark County, WA || http://www.c-tran.com/images/Google/GoogleTransitUpload.zip || http://www.c-tran.com/about-c-tran/business/c-tran-gtfs-data&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mthoodexpress.com// Mt. Hood Express] || Clackamas County, OR || http://oregon-gtfs.com/gtfs_data/mthoodexpress-or-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| The Netherlands || The Netherlands || http://gtfs.ovapi.nl/nl/gtfs-nl.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ci.beaumont.ca.us/index.aspx?NID=160 Beaumont Transit System] || Beaumont, CA || http://data.trilliumtransit.com/gtfs/beaumont-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.linktransit.com/ Link Transit] || Wenatchee, WA || http://data.trilliumtransit.com/gtfs/linktransit-wa-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.athenstransit.org/ Athens Transit] || Athens, OH || http://www.athenstransit.org/code/wp-content/athenstransit-athens-oh-us/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://transit.torranceca.gov/ Torrance Transit] || Torrance, CA || http://transit.torranceca.gov/24436.htm ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ashevillenc.gov/Departments/Transit.aspx Asheville Redefines Transit] || Asheville, NC || http://data.trilliumtransit.com/gtfs/asheville-nc-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.pulaskitransit.org/ Pulaski Area Transit] || Pulaski, VA || http://data.trilliumtransit.com/gtfs/pulaski-va-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.marta.cc/ Mountain Transit] || Big Bear Lake, CA || http://data.trilliumtransit.com/gtfs/bigbear-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.clallamtransit.com/ Clallam Transit] || Clallam County and Olympic Peninsula, WA || http://mjcaction.com/MJC_GTFS_Public/clallam_google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://makah.com/transit/ Makah Public Transit] || Makah Tribe || http://mjcaction.com/MJC_GTFS_Public/makah_google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| People for People ||  || http://mjcaction.com/MJC_GTFS_Public/pfp_google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yakimatransit.org/ Yakima Transit] || Yakima, WA || http://mjcaction.com/MJC_GTFS_Public/yakima_google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://tapsbus.com/ TAPS Bus] || Texoma Area || http://mjcaction.com/MJC_GTFS_Public/taps_google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.sctlink.com/ South County Transit] || South County, CA || http://mjcaction.com/MJC_GTFS_Public/southcounty_google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mississauga.ca/portal/miway MiWay] || Mississauga, ON || https://www.miapp.ca/GTFS/google_transit.zip?# ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.omnitrans.org OmniTrans] || San Bernardino County, CA || http://www.omnitrans.org/google/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.lawrenceks.org Lawrence Transit] || Lawrence, KS || http://lawrenceks.org/assets/gis/google-transit/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://ladot.lacity.org/index.htm LA DOT] || Los Angeles, CA || http://lacitydot.com/gtfs/administrator/gtfszip/ladotgtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.infotec.be TEC] || Walloon, Belgium || http://gtfs.ovapi.nl/tec/gtfs-tec-latest.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.suntran.com Suntran] || Tucson, AZ || http://www.suntran.com/developers.php ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cityofkinston.ca City of Kingston] || Kingston, ON || http://www.cityofkingston.ca/cok/data/transit_feeds/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| Société de transport de Sherbrooke (STS) || Sherbrooke, QC ||  http://donnees.ville.sherbrooke.qc.ca/dataset/transpo || http://donnees.ville.sherbrooke.qc.ca/licence&lt;br /&gt;
|-&lt;br /&gt;
| [http://gis.nevcounty.net Gold Country Stage] || Western Nevada County, CA ||  http://gis.nevcounty.net/GTFS/GTFS.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [https://gocarta.com CARTA] || Chattanooga, TN || http://carta-gtfs.herokuapp.com ||&lt;br /&gt;
|-&lt;br /&gt;
| [https://toaks.org City of Thousand Oaks] || Thousand Oaks, CA || http://www.toaks.org/GoogleTransit/thousandoaks/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.brampton.ca Brampton Transit] || Brampton, ON || http://www.brampton.ca/en/City-Hall/OpenGov/Open-Data-Catalogue/Pages/Welcome.aspx ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.strathcona.ca Strathcona County] || Strathcona County, AB || https://data.strathcona.ca/Transportation/Strathcona-County-Transit-Bus-Schedule-GFTS-Data-F/cvta-prr6 ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.agenziamobilita.roma.it Agenzia per la mobilità] || Roma (Italy) || http://dati.muovi.roma.it/gtfs/google_transit.zip  || http://www.agenziamobilita.roma.it/it/servizi/open-data/dataset.html&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.norta.com Norta] || New Orleans, LA ||  http://www.norta.com/myrta || Requires sign up to MY RTA&lt;br /&gt;
|-&lt;br /&gt;
| Mornington Railway || Moorooduc/Mornington in Victoria, Australia ||  http://addtransit.com/gtfs/MorningtonRailway/MorningtonRailway.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.wichita.gov Wichita Transit] || Wichita, KS || http://www.gtfs-data-exchange.com/agency/wichita-transit/ || [http://www.wichitatransit.org/Policy/Pages/default.aspx Terms of Use]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.action.act.gov.au/ ACTION Buses] || Canberra (Australia) || http://www.action.act.gov.au/timetables_and_maps/Plan-Your-Trip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.piercetransit.org Pierce Transit] || Pierce County, WA || ftp://ops.piercetranst.org/schedulefeed || Submission of signed disclaimer required&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.comune.palermo.it AMAT Palermo SPA] || Palermo (Italy) || http://www.comune.palermo.it/gtfs/amat_feed_gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.redwoodcoasttransit.org Redwood Coast Transit] || Del Norte County, California || http://data.trilliumtransit.com/gtfs/delnorte-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.kerntransit.org Kern Transit] || Kern County, CA || http://data.trilliumtransit.com/gtfs/kerncounty-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.jeffcoexpress.org JeffCo Express] || Jefferson County, MO || http://data.trilliumtransit.com/gtfs/jeffersoncounty-mo-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mercedthebus.com The Bus (Merced)] || Merced County, CA || http://data.trilliumtransit.com/gtfs/mercedthebus-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://siouxfalls.org/sam Sioux Area Metro] || Sioux Falls, SD || http://data.trilliumtransit.com/gtfs/siouxareametro-sd-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://thebus.com The Bus (Marble Valley Regional Transit District] || Marble Valley, VT || http://data.trilliumtransit.com/gtfs/thebus-vt-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [https://sites.google.com/a/rctvt.org/riderct/ Rural Community Transportation] || Rural VT || http://data.trilliumtransit.com/gtfs/ruralcommunity-vt-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://us.megabus.com/burlington.aspx Megabus] || Nationwide US and Canada || http://data.trilliumtransit.com/gtfs/megabus-ct-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://elevatedtransit.com Elevated Transit] || Statewide Utah || http://data.trilliumtransit.com/gtfs/elevatedtransit-ut-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| Kakegawa City || Kagewa (Japan) || http://opentrans.it/feed/gtfs/5707702298738688/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| Omaezaki City || Omaezaki (Japan) || http://opentrans.it/feed/gtfs/5634472569470976/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| Susono City || Susono (Japan) || http://opentrans.it/feed/gtfs/5649391675244544/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://go-rts.com Regional Transit System] || Gainesville, FL || http://go-rts.com/about-rts/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://pt.berkeley.edu/around/beartransit Bear Transit] || University of California, Berkeley shuttle system || http://data.trilliumtransit.com/gtfs/beartransit-ca-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cttransit.com Conneticut Department of Transportation] || Conneticut || http://www.cttransit.com/about/developers/gtfsdata/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.rigassatiksme.lv/lv/ Riga Satiksme] || Riga (Latvia) || http://saraksti.rigassatiksme.lv/riga/gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://amat-mi.it/it/ AMAT] || Milan (Italy) || http://amat-mi.it/it/downloads/data/gtfs/current/Export_OpenDataTPL_Current.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| Paris || Paris (France) || http://dataratp.download.opendatasoft.com/RATP_GTFS_FULL.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mtmmolfetta.it/ MTM Molfetta] || Molfetta (Italy) || http://www.mtmmolfetta.it/transit/mtm-feed-gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| Sussex County || Sussex County, NJ || http://www.sussex.nj.us/documents/transit/google/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://rctransit.org River Cities Transit] || Kelso-Longview, WA || http://data.trilliumtransit.com/gtfs/rivercitiestransit-wa-us/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.muni.org/Departments/transit/PeopleMover/Pages/default.aspx Anchorage People Mover] || Anchorage, AK ||  http://gtfs.muni.org/People_Mover.gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.dashbus.com Alexandria Transit Company (DASH)] || Alexandria, VA || http://www.dashbus.com/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.golynx.com Orlando FL LYNX Central Florida Regional Transportation Authority] || Orlando, FL || http://www.golynx.com/maps-schedules/data-download.stml ||&lt;br /&gt;
|-&lt;br /&gt;
| Metro Tasmania || Hobart, Launceston and Burnie (Australia) || http://www.metrotas.com.au/community/gtfs/ ||&lt;br /&gt;
|-&lt;br /&gt;
| Biella e Vercelli Province || Piedmont (Italy) || http://www.magellanoprogetti.it/atap/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| Biella e Vercelli Province || Piedmont (Italy) || http://www.magellanoprogetti.it/atap/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| Pamplona || Pamplona (Spain) || 86.109.125.18:88/gt/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vic.gov.au Public Transport Victoria] || Victoria (Australia) || https://www.data.vic.gov.au/data/dataset/ptv-timetable-and-geographic-information-2015-gtfs ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ridetransfort.com Transfort] || Fort Collins, CO || http://www.ridetransfort.com/developers ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.zditm.szczecin.pl/ ZDiTM Szczecin] || Szczecin (Poland) || http://www.zditm.szczecin.pl/rozklady/GTFS/latest/google_gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ruhrtalbahn.de/ Ruhrtalbahn] || Ruhrgebiet (Germany) || http://www.gtfs-data-exchange.com/agency/ruhrtalbahn/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.eisenbahnmuseum-bochum.de/ Eisenbahnmuseum Bochum] || Bochum (Germany) || http://www.gtfs-data-exchange.com/agency/eisenbahnmuseum-bochum/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.peatus.ee Estonia] || Estonia || http://www.peatus.ee/gtfs/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.actv.it/ Venice] || Venice (Italy) || http://www.actv.it/opendata/ ||&lt;br /&gt;
|-&lt;br /&gt;
| Palo Verde Valley Transit Agency || East Riverside County, CA || http://data.trilliumtransit.com/gtfs/paloverde_valley-ca-us/paloverde_valley-ca-us.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.bigbluebus.com Big Blue Bus] || Santa Monica, CA || http://gtfs.bigbluebus.com/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.navarra.es Navarra] || Navarra (Spain) || https://gobiernoabierto.navarra.es/sites/all/modules/pubdlcnt/pubdlcnt.php?file=http%3A%2F%2Fwww.navarra.es%2Fappsext%2FDescargarFichero%2Fdefault.aspx%3FcodigoAcceso%3DOpenData%26fichero%3DTransporteInterurbano%2Fgtfs.zip&amp;amp;nid=2082 ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cts-strasbourg.eu CTS Strasbourg] || Strasbourg (France) || http://www.cts-strasbourg.eu/fr/portail-open-data/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.tulsatransit.com Tulsa Transit] || Tulsa, OK || http://www.tulsatransit.org/gtfs/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cityofbarriesites.com/ City of Barrie] || Barrie, ON || http://transit.cityofbarriesites.com/files/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| Terre Haute Transit || Terre Haute, IN || http://data.trilliumtransit.com/gtfs/terrehautetransit-in-us/terrehautetransit-in-us.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| Des Moines Area Regional Transit Authority (DART) || Des Moines, IA || http://api.ridedart.com/gtfs/file?key=ef0bd8fa9ef652bcfaea713da3b64078 ||&lt;br /&gt;
|-&lt;br /&gt;
| Belgian railwaycompany NMBS || Belgium || http://gtfs.irail.be/nmbs/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.reittiopas.fi Reittiopas] || Helsinki (Finland) || http://developer.reittiopas.fi/pages/en/other-apis.php ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.peatus.ee PATUS] || Estonia || http://www.peatus.ee/gtfs/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.stops.lt Vilnius] || Vilnius (Lithuania) || http://www.stops.lt/vilnius/vilnius/gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.stops.lt/kaunas Kaunas] || Kaunas (Lithuania) || http://www.stops.lt/kaunas/kaunas/gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.stops.lt/klaipeda Klaipėda] || Klaipėda (Lithuania) || http://www.stops.lt/klaipeda/klaipeda/gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.stops.lt/panevezys Panevėžys] || Panevėžys (Lithuania) || http://www.stops.lt/panevezys/panevezys/gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.stops.lt/druskininkai Druskininkai] || Druskininkai (Lithuania) || http://www.stops.lt/druskininkai/druskininkai/gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| La Palma Island || La Palma Island (Balearic Islands, Spain) || http://194.179.122.188/files/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| Mallorca Island || Mallorca Island (Balearic Islands, Spain) || http://www.tib.org/portal/documents/10286/110211/es-ctm-mallorca.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| Bologna || Bologna (Italy) || https://solweb.tper.it/web/tools/open-data/open-data-download.aspx?source=tper.it&amp;amp;filename=gommagtfsbo&amp;amp;version=20150512&amp;amp;format=zip || &lt;br /&gt;
|-&lt;br /&gt;
| Ferrara || Ferrara (Italy) || https://solweb.tper.it/web/tools/open-data/open-data-download.aspx?source=tper.it&amp;amp;filename=gommagtfsfe&amp;amp;version=20150512&amp;amp;format=zip ||&lt;br /&gt;
|-&lt;br /&gt;
| AMTAB S.p.A. Bari || Bari (Italy) || http://bari.opendata.planetek.it/OrariBus/v2.1/ ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.smtd.org Springfield Mass Transit District] || Springfield, IL || http://data.smtd.org/gtfs/smtd_gtfs_feed.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.metlinkmelbourne.com.au/ Melbourne Public Transport] || Melbourne (Australia) || https://s3-ap-southeast-2.amazonaws.com/melbourne-pt-gtfs/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.gocitybus.com/ Greater Lafayette Public Transportation Corporation (CityBus)] || Lafayette, IN || http://myride.gocitybus.com/public/laf/google/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://gtfs.gbrail.info UK railways] || United Kingdom || http://gtfs.gbrail.info/gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.transportforireland.ie Dublin Bus] || Dublin, Ireland || http://www.transportforireland.ie/transitData/google_transit_dublinbus.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://geodata.gov.gr/en/dataset/simeia-polisis Οργανισμός Αστικών Συγκοινωνιών ΟΑΣΑ - Αthens Urban Transport Organisation] || Athens, Greece || http://geodata.gov.gr/dataset/244cfb87-21a0-4f9f-90af-25e9a232af41/resource/d94179a0-a2bd-432f-8c5e-e05eae2886cf/download/gtfs.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://metroinfo.org.nz Metro Christchurch] || Christchurch, New Zealand || http://http://rtt.metroinfo.org.nz/rtt/public/utility/gtfs.aspx ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.harrisonburgva.gov/ Harrisonburg Department of Public Transportation] || Harrisonburg, VA || http://www.harrisonburgva.gov/sites/default/files/Transit/google_transit.zip ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://sagestage.com Sage Stage Modoc Transportation Agency] || Modoc County, CA || http://sagestage.com/wp-content/uploads/2016/01/gtfs-zip.zip ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==List of publicly-accessible public transportation data feeds: dynamic data and others==&lt;br /&gt;
This is a list of references to static public transportation data published by transit agencies and transit operators in formats other than GTFS. It also includes dynamic data feeds in [https://developers.google.com/transit/gtfs-realtime/ GTFS-realtime]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Agency !! Area !! Feed Location !! Type !! Format !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.trimet.org/ TriMet] || Portland, OR || http://developer.trimet.org/ws_docs/ || Real time departure predictions and vehicle locations || REST/XML || Registration for API key required&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.trimet.org/ TriMet] || Portland, OR || http://developer.trimet.org/GTFS.shtml || GTFS-realtime || GTFS-realtime || [http://developer.trimet.org/terms_of_use.shtml Terms of Use] &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.bart.gov/ BART] || San Francisco Bay Area || http://api.bart.gov/docs/overview/index.aspx || Real time departure predictions, route and schedule information || REST/XML || [http://www.bart.gov/schedules/developers/api.aspx Developer page]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.bart.gov/ BART] || San Francisco Bay Area || http://www.bart.gov/schedules/developers/gtfs-realtime.aspx || BART GTFS-Real Time || GTFS-realtime || [http://www.bart.gov/schedules/developers/api.aspx Developer page]&lt;br /&gt;
|-&lt;br /&gt;
| King County METRO || Seattle, WA || http://www.its.washington.edu/its_ws.html || Real time departure predictions || REST/XML ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.metro.net L.A. Metro] || Los Angeles, CA || [http://developer.metro.net] || Trip planner API, Real time departure predictions (buses) || REST/XML || Trip planner: Registration for API key required&lt;br /&gt;
|-&lt;br /&gt;
| [http://transport.nsw.gov.au/ Transport for NSW] || New South Wales and Sydney (Australia) || https://tdx.131500.com.au  || Network and schedule data || File set TransXChange || Registration required &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.transitchicago.com/ CTA Bus] || Chicago, IL || http://www.ctabustracker.com/bustime/APIDocument.jsp || Real time departure predictions and bus locations || REST/XML || Registration for API key required&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.sfmta.com SFMTA] || San Francisco, CA || http://www.sfmta.com/cms/asite/nextmunidata.htm || Real time departure predictions and vehicle locations || REST/XML ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ytv.fi/fin ytv] || Helsinki Metro (Finland) || http://developer.reittiopas.fi/pages/en/home.php || Trip planner API || REST/XML || Registration required, non-commercial use (test and development)&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.traveline.info/mobile.html Traveline NextBuses] || England, Wales and Scotland || || Scheduled and some real time departure predictions || REST/XML || Registration required, commercial license&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.traveline.info/mobile.html Traveline NextBuses] || England, Wales and Scotland || || Scheduled and some real time departure predictions || REST/XML || Registration required, commercial license&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.eot.state.ma.us/developers MBTA/EOT] || Boston, MA || http://www.eot.state.ma.us/developers || Real time departure predictions and bus locations || REST/XML || Bus, Subway and Commuter Rail&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.eot.state.ma.us/developers MBTA/EOT] || Boston, MA || http://www.eot.state.ma.us/developers || Real-Time Data in GTFS-realtime Format || GTFS-realtime || [http://www.eot.state.ma.us/developers/downloads/DLA_11-13-09.pdf License]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.wmata.com WMATA] || Washington, D.C. || http://developer.wmata.com/ || Real time departure predictions for Metro Rail and Bus || REST/XML || Registration for API key required&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.actransit.org/ AC Transit] || Alameda and Contra Costa Counties, CA || http://www.actransit.org/rider-info/nextbus-xml-data/ || Real time departure predictions and bus locations || REST/XML || 110 out of 175 routes&lt;br /&gt;
|-&lt;br /&gt;
| [http://data.london.gov.uk/datastore/ London Datastore] || London (UK) || http://www.tfl.gov.uk/businessandpartners/syndication/16492.aspx || Various datasets and real time feeds || ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ttc.ca/ Toronto Transit Commission] || Toronto, ON || [http://webservices.nextbus.com/service/publicXMLFeed?command=agencyList NextBus Webservices] || Real time departure predictions || REST/XML ||&lt;br /&gt;
|-&lt;br /&gt;
| Various Universities || US || [http://webservices.nextbus.com/service/publicXMLFeed?command=agencyList NextBus Webservices] || Real time departure predictions || REST/XML ||&lt;br /&gt;
|-&lt;br /&gt;
| DC Circulator, Charm City Circulator, US || Maryland, Virginia || [http://webservices.nextbus.com/service/publicXMLFeed?command=agencyList NextBus Webservices] || Real time departure predictions || REST/XML ||&lt;br /&gt;
|-&lt;br /&gt;
| Portland Streetcar || Portland, OR || [http://webservices.nextbus.com/service/publicXMLFeed?command=agencyList NextBus Webservices] || Real time departure predictions || REST/XML ||&lt;br /&gt;
|-&lt;br /&gt;
| MTA || New York, NY || [http://bustime.mta.info/wiki/Developers/Index] || Bus locations route B63|| REST/XML ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://triangletransit.org/ Triangle Transit] || Chapel Hill, NC || [http://webservices.nextbus.com/service/publicXMLFeed?command=agencyList NextBus Webservices] || Real time departure predictions || REST/XML ||&lt;br /&gt;
|-&lt;br /&gt;
| Dutch Railways (NS) || The Netherlands || [http://ns.nl/api] || Trip planning, station list, live departures, prices and service disruptions || REST/XML ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.cumtd.com CUMTD] || Champaign-Urbana, IL || [http://developer.cumtd.com/] || Real time departure predictions|| REST/XML || [http://developer.cumtd.com/terms-of-use Terms of Use]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mtc.ca.gov/ MTC] || San Francisco Bay Area, CA || [http://511.org/developer-resources_transit-api.asp] || Real time departure predictions|| REST/XML || [http://511portalstaging.lan.511.org/developer-resources_api-terms_rtt.asp Terms and Conditions]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.transitchicago.com/ CTA Customer Alerts] || Chicago, IL || http://www.transitchicago.com/developers/alerts.aspx || Real time service messages|| REST/XML ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.transitchicago.com/ CTA Train Tracker] || Chicago, IL || http://www.transitchicago.com/developers/traintracker.aspx || Real time departure predictions || REST/XML || Registration for API key required&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.thebus.org/ OTS] || Oahu, HI || http://hea.thebus.org/api_info.asp || Real time departure predictions || REST/XML || Registration for API key required&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.psta.net/ PSTA] || Pinellas County, FL || http://psta.net/developers/ridepsta_API.php || Real time departure predictions || REST/XML || Registration for API key required&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.itsmarta.com/ MARTA] || Atlanta, GA || http://www.itsmarta.com/marta-developer-resources.aspx || Real time departure predictions || REST/Json ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mta.info/ MTA] || New York, NY || http://datamine.mta.info/ || Subway real-time data feeds (Beta) || GTFS-realtime ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rideuta.com/ UTA] || Salt Lake City, UT || http://developer.rideuta.com/DeveloperResources/DataInstructions.aspx || Next bus and train times || REST/XML/SIRI ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.opendata.ch/ OpenData.ch] || Switzerland || http://transport.opendata.ch/ || Public timetable data || REST/JSON ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.octranspo1.com OC Transpo] || Ottawa, ON || http://www.octranspo1.com/developers || Real time departure predictions || REST/XML ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vic.gov.au/ Victorian Government] || Victoria (Australia) || https://www.data.vic.gov.au/raw_data/ptv-timetable-api/6056 || Timetable API || REST/JSON || Documentation at http://stevage.github.io/PTV-API-doc/&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ridetarc.org/ Transit Authority of River City] || Louisville, KY || http://gtfsrealtime.ridetarc.org/ || Real-Time Data in GTFS-realtime Format || GTFS-realtime ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mymetrobus.com/ Metro Transit] || Madison, WI || http://www.cityofmadison.com/metro/gtfs/alerts.pb || Service alerts (only) in GTFS-realtime Format || GTFS-realtime || Interim location for file being uploaded manually&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Skinkie</name></author>
	</entry>
	<entry>
		<id>https://www.transitwiki.org/TransitWiki/index.php?title=Transit_software&amp;diff=2829</id>
		<title>Transit software</title>
		<link rel="alternate" type="text/html" href="https://www.transitwiki.org/TransitWiki/index.php?title=Transit_software&amp;diff=2829"/>
		<updated>2016-02-03T22:34:32Z</updated>

		<summary type="html">&lt;p&gt;Skinkie: /* Journey Planners */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Route Match.jpg|thumbnail|right|Route Match transit software in action. Source: http://www.laketransit.org/]]&lt;br /&gt;
== Introduction ==&lt;br /&gt;
There are many vendors providing software for the transit industry for various applications. While the field includes a few large, well-known players, there are also smaller businesses providing customized solutions. One resource for discovering any vendors in the industry is to attend an [http://www.apta.com/Pages/default.aspx American Public Transportation Association] (APTA) Expo. APTA also provides a [http://apta.officialbuyersguide.net/ buyer's guide] on their website which includes paid advertising as well as basic listings of vendors in various categories including software. &lt;br /&gt;
&lt;br /&gt;
''The software packages or vendors referenced in this article are provided as examples within the industry, not meant to be an exhaustive list, nor representative of any rating, ranking, or promotion of any vendor over another. Users and industry representatives are encouraged to add other active vendors to create a reference page. Promotional language or personal opinions are not acceptable.'' &lt;br /&gt;
&lt;br /&gt;
== Purchasing ==&lt;br /&gt;
As with procurement of almost anything in the public transportation business, transit software packages are typically not an off-the-shelf product. They typically require procurement using a pre-defined specification allowing for various firms to competitively bid. Bidding for software the first time for an agency can be challenging without expertise in the field. Small but growing agencies that need to move away from basic solutions towards more robust software can find themselves frustrated during software implementation if their specifications were not adequate to reach the final desired product. Even with a well-written specification, software implementation can be challenging because most packages are tailored to suit each agencies' need. Unlike consumer software such as Microsoft Office, which has been developed over decades of response with a huge user base, transit software has a much smaller audience and comparatively less development history. &lt;br /&gt;
&lt;br /&gt;
Agencies are advised to consult other agencies for specifications and experience before setting out on a new software procurement. &lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
Many vendors provide numerous software solutions which can incorporate various aspects of transit operations and planning into one procurement. Specificity about what your agency needs in a software package is crucial. Integrated software can be very helpful in providing comprehensive analysis, but adding modules to a procurement increases the price of purchase. Modules can include otherwise distinct software for dispatching, service scheduling, work (bid) scheduling, paratransit scheduling, fleet maintenance, fare management, and more.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
=== Service Scheduling and Dispatch ===&lt;br /&gt;
Some of the businesses providing scheduling and dispatch (often separately for fixed-route and paratransit as modules), include: &lt;br /&gt;
* [http://routematch.com/ RouteMatch]&lt;br /&gt;
* [http://www.trapezegroup.com/solutions/public-transit/scheduling-software Trapeze]&lt;br /&gt;
* GIRO's [http://www.giro.ca/en/ HASTUS]&lt;br /&gt;
* [http://initusa.com/en/products/ITCS.php?thisID=435 INIT]&lt;br /&gt;
* [http://www.cts-software.com/ CTS Software] for paratransit (not to be confused with [http://cts.cubic.com/en-us/solutions/enterprisesystemsfortransit.aspx Cubic Transportation Systems]) &lt;br /&gt;
&lt;br /&gt;
=== Journey Planners ===&lt;br /&gt;
Software to provide transit and/or multimodal trip itineraries based on a original and a destination.&lt;br /&gt;
* [http://bliksemlabs.com Bliksem Labs] known for the open source [[rrrr]] journey planner.&lt;br /&gt;
* [http://hacon.de/ Hacon] known for the HAFAS journey planner.&lt;br /&gt;
* [http://www.tt-solutions.nl/ HPe] known for the national rail planners.&lt;br /&gt;
* [http://opentripplanner.org/ OpenTripPlanner] Open source multimodal journeyplanner home of [[OpenTripPlanner]].&lt;br /&gt;
&lt;br /&gt;
=== Fare Media ===&lt;br /&gt;
Fare media vendors can include both hardware and software providers; some firms provide the software solution that can accompany varying hardware, while others provide a fully integrated proprietary product.&lt;br /&gt;
* [http://routematch.com/ RouteMatch]&lt;br /&gt;
* [http://www.trapezegroup.com/solutions/public-transit/scheduling-software Trapeze]&lt;br /&gt;
* [http://cts.cubic.com/en-us/solutions/enterprisesystemsfortransit.aspx Cubic Transportation Systems]&lt;br /&gt;
* [http://www.mjminnovations.com/ MJM Innovations]&lt;br /&gt;
* [http://www.spx.com/en/genfare/ SPX Genfare (formerly GFI)]&lt;br /&gt;
* [https://addtransit.com/online-ticketing.php AddTransit]&lt;br /&gt;
&lt;br /&gt;
=== GTFS Feed ===&lt;br /&gt;
Firms that create GTFS files and/or display GTFS data:&lt;br /&gt;
* [https://www.rome2rio.com/ Rome2Rio]&lt;br /&gt;
* [http://www.transittimesapp.com/ Transit Times App]&lt;br /&gt;
* [http://thetransitapp.com/ The Transit App]&lt;br /&gt;
* [https://addtransit.com/online-ticketing.php AddTransit]&lt;br /&gt;
* [https://maps.google.com Google Maps]&lt;br /&gt;
&lt;br /&gt;
== Other Resources ==&lt;br /&gt;
* APTA [http://apta.officialbuyersguide.net/ buyer's guide]&lt;br /&gt;
* &amp;quot;[http://publictransport.about.com/od/Transit_Technology/a/Software-Used-In-The-Public-Transit-Industry-Hastus-By-Giro.htm Software Used in the Public Transit Industry]&amp;quot; by Christopher MacKechnie for About.com&lt;br /&gt;
&lt;br /&gt;
[[Category: Technology]]&lt;/div&gt;</summary>
		<author><name>Skinkie</name></author>
	</entry>
	<entry>
		<id>https://www.transitwiki.org/TransitWiki/index.php?title=Transit_software&amp;diff=2828</id>
		<title>Transit software</title>
		<link rel="alternate" type="text/html" href="https://www.transitwiki.org/TransitWiki/index.php?title=Transit_software&amp;diff=2828"/>
		<updated>2016-02-03T22:33:52Z</updated>

		<summary type="html">&lt;p&gt;Skinkie: Added journey planner section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Route Match.jpg|thumbnail|right|Route Match transit software in action. Source: http://www.laketransit.org/]]&lt;br /&gt;
== Introduction ==&lt;br /&gt;
There are many vendors providing software for the transit industry for various applications. While the field includes a few large, well-known players, there are also smaller businesses providing customized solutions. One resource for discovering any vendors in the industry is to attend an [http://www.apta.com/Pages/default.aspx American Public Transportation Association] (APTA) Expo. APTA also provides a [http://apta.officialbuyersguide.net/ buyer's guide] on their website which includes paid advertising as well as basic listings of vendors in various categories including software. &lt;br /&gt;
&lt;br /&gt;
''The software packages or vendors referenced in this article are provided as examples within the industry, not meant to be an exhaustive list, nor representative of any rating, ranking, or promotion of any vendor over another. Users and industry representatives are encouraged to add other active vendors to create a reference page. Promotional language or personal opinions are not acceptable.'' &lt;br /&gt;
&lt;br /&gt;
== Purchasing ==&lt;br /&gt;
As with procurement of almost anything in the public transportation business, transit software packages are typically not an off-the-shelf product. They typically require procurement using a pre-defined specification allowing for various firms to competitively bid. Bidding for software the first time for an agency can be challenging without expertise in the field. Small but growing agencies that need to move away from basic solutions towards more robust software can find themselves frustrated during software implementation if their specifications were not adequate to reach the final desired product. Even with a well-written specification, software implementation can be challenging because most packages are tailored to suit each agencies' need. Unlike consumer software such as Microsoft Office, which has been developed over decades of response with a huge user base, transit software has a much smaller audience and comparatively less development history. &lt;br /&gt;
&lt;br /&gt;
Agencies are advised to consult other agencies for specifications and experience before setting out on a new software procurement. &lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
Many vendors provide numerous software solutions which can incorporate various aspects of transit operations and planning into one procurement. Specificity about what your agency needs in a software package is crucial. Integrated software can be very helpful in providing comprehensive analysis, but adding modules to a procurement increases the price of purchase. Modules can include otherwise distinct software for dispatching, service scheduling, work (bid) scheduling, paratransit scheduling, fleet maintenance, fare management, and more.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
=== Service Scheduling and Dispatch ===&lt;br /&gt;
Some of the businesses providing scheduling and dispatch (often separately for fixed-route and paratransit as modules), include: &lt;br /&gt;
* [http://routematch.com/ RouteMatch]&lt;br /&gt;
* [http://www.trapezegroup.com/solutions/public-transit/scheduling-software Trapeze]&lt;br /&gt;
* GIRO's [http://www.giro.ca/en/ HASTUS]&lt;br /&gt;
* [http://initusa.com/en/products/ITCS.php?thisID=435 INIT]&lt;br /&gt;
* [http://www.cts-software.com/ CTS Software] for paratransit (not to be confused with [http://cts.cubic.com/en-us/solutions/enterprisesystemsfortransit.aspx Cubic Transportation Systems]) &lt;br /&gt;
&lt;br /&gt;
=== Journey Planners ===&lt;br /&gt;
Software to provide transit and/or multimodal trip itineraries based on a original and a destination.&lt;br /&gt;
* [http://bliksemlabs.com Bliksem Labs] known for the open source rrrr journey planner.&lt;br /&gt;
* [http://hacon.de/ Hacon] known for the HAFAS journey planner.&lt;br /&gt;
* [http://www.tt-solutions.nl/ HPe] known for the national rail planners.&lt;br /&gt;
* [http://opentripplanner.org/ OpenTripPlanner] Multimodal journeyplanner home of [[OpenTripPlanner]].&lt;br /&gt;
&lt;br /&gt;
=== Fare Media ===&lt;br /&gt;
Fare media vendors can include both hardware and software providers; some firms provide the software solution that can accompany varying hardware, while others provide a fully integrated proprietary product.&lt;br /&gt;
* [http://routematch.com/ RouteMatch]&lt;br /&gt;
* [http://www.trapezegroup.com/solutions/public-transit/scheduling-software Trapeze]&lt;br /&gt;
* [http://cts.cubic.com/en-us/solutions/enterprisesystemsfortransit.aspx Cubic Transportation Systems]&lt;br /&gt;
* [http://www.mjminnovations.com/ MJM Innovations]&lt;br /&gt;
* [http://www.spx.com/en/genfare/ SPX Genfare (formerly GFI)]&lt;br /&gt;
* [https://addtransit.com/online-ticketing.php AddTransit]&lt;br /&gt;
&lt;br /&gt;
=== GTFS Feed ===&lt;br /&gt;
Firms that create GTFS files and/or display GTFS data:&lt;br /&gt;
* [https://www.rome2rio.com/ Rome2Rio]&lt;br /&gt;
* [http://www.transittimesapp.com/ Transit Times App]&lt;br /&gt;
* [http://thetransitapp.com/ The Transit App]&lt;br /&gt;
* [https://addtransit.com/online-ticketing.php AddTransit]&lt;br /&gt;
* [https://maps.google.com Google Maps]&lt;br /&gt;
&lt;br /&gt;
== Other Resources ==&lt;br /&gt;
* APTA [http://apta.officialbuyersguide.net/ buyer's guide]&lt;br /&gt;
* &amp;quot;[http://publictransport.about.com/od/Transit_Technology/a/Software-Used-In-The-Public-Transit-Industry-Hastus-By-Giro.htm Software Used in the Public Transit Industry]&amp;quot; by Christopher MacKechnie for About.com&lt;br /&gt;
&lt;br /&gt;
[[Category: Technology]]&lt;/div&gt;</summary>
		<author><name>Skinkie</name></author>
	</entry>
	<entry>
		<id>https://www.transitwiki.org/TransitWiki/index.php?title=Rrrr&amp;diff=2827</id>
		<title>Rrrr</title>
		<link rel="alternate" type="text/html" href="https://www.transitwiki.org/TransitWiki/index.php?title=Rrrr&amp;diff=2827"/>
		<updated>2016-02-03T22:22:32Z</updated>

		<summary type="html">&lt;p&gt;Skinkie: Bliksem Router initial page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RRRR, or R4, or rapid real-time routing is an open source computer program written in C that has implemented multiple public transport journey planning algorithms. The software accepts [[General Transit Feed Specification|GTFS]], as input, and compiles this to an intermediate timetable format. Additionally [[GTFS-realtime]] is supported for updating the journey planner in realtime. The output of the program complies to the JSON format found in [[OpenTripPlanner]]. The program can be used in simple A-B routing, and directly supports A to all, and all to B at the same operating cost. The software supports advanced routing features such as wait-time compression. Additionally an API for the Python programming language is available allowing scripted batch processing. The source code is available under a BSD license on [https://github.com/bliksemlabs/rrrr/tree/python-bindings Github].&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In The Netherlands a pre-commercial public procurement for ITS project was organised by [https://www.brabant.nl/ Province of Noord-Brabant] as part of the national Dutch project [http://www.beterbenutten.nl/en Optimising Use]. The project Multimodal Travel Information (MMRI) would host five consortia bridging the gap between realtime public transport data in national Dutch interfaces and journey planners. The Bliksem Consortium (now: Bliksem Labs B.V.) was formed to build a journey planner small enough to run on a mobile device without an internet connection. The initial pitch contained demo of static information running on iOS and Android. During the project a mobile journey planner, server program and data integration platform were created. The high quality input data Bliksem Integration provided in GTFS and GTFS-RT was used by all other consortia, and includes accessibility features for all trips and stops in the network.&lt;br /&gt;
&lt;br /&gt;
== Key people involved == &lt;br /&gt;
* Andrew Byrd, initial implementation and interpretation of the [http://research.microsoft.com/pubs/156567/raptor_alenex.pdf RAPTOR paper] paper by Daniel Delling, Thomas Pajor and Renato F. Werneck.&lt;br /&gt;
* Stefan de Konink, the current project lead and responsible for the initial time-dependent file structure and realtime updates. Furthermore the conversion of all code to ANSI-C and interpretation and implementation of the [http://tpajor.com/assets/paper/dpsw-isftr-13.pdf|Connection Scan Algorithm paper].&lt;br /&gt;
* Thomas Koch, the Java bridge to Android and further development of timetable integration in the side project: [[Bliksem Integration]] and Bliksem Integration Realtime.&lt;br /&gt;
* Joel Haasnoot, the initial Windows Phone implementation.&lt;br /&gt;
* Edwin Bosveld, the initial iOS implementation.&lt;/div&gt;</summary>
		<author><name>Skinkie</name></author>
	</entry>
</feed>