#gtfs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #gtfs, aggregated by home.social.
-
В @organicmaps подвезли информацию о наземных маршрутах при нажатии на остановку. Как раз вчера случай был, когда хотел понять, куда едет автобус, но не хотел открывать для этого глючный Яндекс.
Глядишь, скоро будет и навигация с наземным транспортом. Ещё бы как-то у Мосгортранса свободно выудить #GTFS реального времени для расписаний...
-
Does anyone know of a utility that can read a #GTFS file and construct a printable timetable for a given service, or for all the services in a line?
-
@felixguendling and Robin presenting recent developments in #MOTIS at #FOSSGIS2026 - NeTEX, Siri, #GTFS Fares v2, translations, performance improvements.
-
The ATL RIDES trip planner (atlrides.com) now has real-time train updates and can find itineraries using MARTA Reach!
-
Автобусы в Петербурге или GTFS по-русски: успеть за 15 минут
Сегодня, когда в очередной раз я вижу 0 сообщений в телеграм канале, который должен предупреждать о приближающихся автобусах, будет достаточно символично написать эту статью. Дело началось в тот момент, когда... Делаем свой яндекс транспорт?
https://habr.com/ru/articles/1008224/
#gtfs #транспорт #петербург #геоинформационные_системы #open_source #мессенджеры #telegram #python #общественный_транспорт #автобусы
-
Is there any #GTFS or similar extension to display what travel classes are available on a train ?
Like, can I create a GTFS file that immediately shows the user a train e.g. carries sleeper, couchette and 2nd class ?
-
Maybe I just spent the entire day doing a weird thing, buuuut :
I wrote detailed API documentation on most of the public APIs of the :uz: Ukrzaliznytsia online timetable along with a detailed implementation guide to actually write down the code I for gathering real schedule data from Ukraine.
That might finally be my #GTFS for Ukraine 👀 !
https://gitlab.com/TheOneWithTheBraid/ukrzaliznytsia_api/-/tree/main/docs?ref_type=heads
-
Hella weird-running public transport they got in Perth…
@bovine3dom the #Fahrtle daily challenge should be called the daily GTFS WTF XD
-
Nottingham, England, GTFS bus info:
https://www.nctx.co.uk/open-dataNot sure if that gives the real time updates though or only the schedule.
Any #Nottingham techie folks know more? Or about the tram GTFS, which I haven't found?
-
@ianrbuck and I talked to the folks at #mndot #metrotransit & #transitapp about the state of #Minnesota getting Royale, the premium version of the app. We also talk #gtfs and how the app works!
https://streets.mn/2026/02/02/how-minnesota-gives-transit-riders-the-royale-treatment/
-
-
🚌 @[email protected] has launched a solution to help #publictransport agencies to manage passenger travel information #GTFS #masstransit www.itsinternational.com/products/opt...
Optibus launches GTFS Services... -
@lolow First of all, good luck!
I believe OsmCha can be used to catch things like this, but I don't have experience with this.
However I know a lot about importing bus stops to OSM: https://wiki.openstreetmap.org/wiki/Gtfs2osm
This is a script that I run every day to update OSM with any new data from GTFS in Israel. It works pretty well, if I do say so myself! If you want, we can try to adapt it to your region and GTFS feed.
-
What an elegant way to handle time in a human centric way that can be used on devices that might not have a tz library or even know the current time.
I bet the discussion for this time format was really interesting and I wonder if it’s a real standard! #gtfs
-
I have always wondered how transit data is provided and today I found #gtfs The General Transit Feed Specification!
-
As I have somewhat tired of this script, I tidied it up and put it on github
average velocity of all moving TTC vehicles from GTFS feed — https://gist.github.com/scruss/cebe194f384910770dc38de466ff22ff
-
My local transit authority recently updated to a real-time #GTFS data feed for buses in the region. But in the rollout, they left their old, static feed alive and that's caused every data sink (eg Transit App, Apple Maps, etc) to still use the old data.
I figured they'd notice eventually, but after three months, I started emailing sinks directly and to my surprise, they plan to switch to the new feed.
Be the change you want to see! Don't delay!
-
TIL, the Massachusetts bay transit authority publishes their #GTFS feed _without_ protobuf and just plain JSON, ohmygod I love Boston.
Also proper GTFS documentation and API call limits, and OPEN ACCESS DATA? how do I personally thank all the MBTA people and give them all a personal thanks? -
20 months ago Transitous began its operation. With the recent additions in Chile and Egypt we now have data in over 60 countries, put together by 90 contributors and taken from more than 2200 #GTFS and #GBFS feeds.
When we started stop-to-stop routing in a few countries seemed to be what's realistically achievable. Today we can do door-to-door routing through entire continents, from Helsinki to Lisbon or from New York City to San Francisco.
-
Paul Walter has been posting amazing #GIS stuff on linkedin....
«Oh, also, here is a link to Transitland's map of open #GTFS data: https://www.transit.land/map#3.5/40.41/-104.84»
-
Beim morgigen #OpenTransportMeetup (25.6.2025, 20h) ermöglicht #MichaelLorenzen vom #VBN einen Blick hinter die Kulissen der Erzeugung des #DELFIeV #GTFS-Realtime-Feeds. Mit diesem werden deutschlandweit ÖPNV-Echtzeitdaten als OpenData zugänglich.
-
On the way to #MobilityData 2025 #Paris Workshop.
Data: #DELFIeV #NeTEx feed, converted to #GTFS. Stop name for Stuttgart main station not helpful, helas.
-
Here's an overview of the public transport data that goes into #Transitous via #GTFS, #GBFS and #OSM, and how you can help to extend this in your region: https://volkerkrause.eu/2025/06/14/transitous-adding-data.html
Any improvement there benefits applications like #GNOME Maps, #KDE Itinerary or #Träwelling.
-
Computing travel time matrices in r⁵py from @geopandas #DataFrame is two lines of code:
(1) create an r5py.TransportNetwork from @openstreetmap and #GTFS data
(2) turn it into an r5py.TravelTimeMatrix()
Try it out in #binder: https://r5py.readthedocs.io/stable/user-guide/user-manual/quickstart.html
-
Computing travel time matrices in r⁵py from @geopandas #DataFrame is two lines of code:
(1) create an r5py.TransportNetwork from @openstreetmap and #GTFS data
(2) turn it into an r5py.TravelTimeMatrix()
Try it out in #binder: https://r5py.readthedocs.io/stable/user-guide/user-manual/quickstart.html
-
Computing travel time matrices in r⁵py from @geopandas #DataFrame is two lines of code:
(1) create an r5py.TransportNetwork from @openstreetmap and #GTFS data
(2) turn it into an r5py.TravelTimeMatrix()
Try it out in #binder: https://r5py.readthedocs.io/stable/user-guide/user-manual/quickstart.html
-
Computing travel time matrices in r⁵py from @geopandas #DataFrame is two lines of code:
(1) create an r5py.TransportNetwork from @openstreetmap and #GTFS data
(2) turn it into an r5py.TravelTimeMatrix()
Try it out in #binder: https://r5py.readthedocs.io/stable/user-guide/user-manual/quickstart.html
-
Computing travel time matrices in r⁵py from @geopandas #DataFrame is two lines of code:
(1) create an r5py.TransportNetwork from @openstreetmap and #GTFS data
(2) turn it into an r5py.TravelTimeMatrix()
Try it out in #binder: https://r5py.readthedocs.io/stable/user-guide/user-manual/quickstart.html
-
Analyzing #GTFS Realtime Data for #PublicTransport Insights
In today’s post, we are going to dive deep into how to analyze public transport data, using both schedule and real time information
http://anitagraser.com/2025/03/10/analyzing-gtfs-realtime-data-for-public-transport-insights/
-
#ÖPNV-Fahrplandaten aus der ganzen Welt…
Beim nächsten #OpenTransportMeetup stellt Isabelle de Robert die #MobilityData #MobilityDatabase und den Canonical #GTFS Schedule Validator vor. Außerdem zeigen #JonahBrüchert und #FelixGündling, wie das Projekt #transitous GTFS-Daten weltweit sammelt und verarbeitet, um Open-Source-Routingdienste bereitzustellen. Nächsten Mittwoch 20 Uhr.
-
Public Transit Schedule Data from all around the world... At the next #OpenTransportMeetup, Isabelle de Robert will present #MobilityData #MobilityDatabase and Canonical #GTFS Schedule Validator, and #JonahBrüchert and #FelixGündling will present how the #transitous project retrieves and processes GTFS data from around the world to provide open source routing services
-
Recordings of the last #OpenTransportMeetup where #ENTUR presented their #NeTEx to #GTFS converter are now available:
-
#Trajectools 2.4 release
In this new release, you will find new algorithms, default output styles, and other usability improvements, in particular for working with public transport schedules in #GTFS format
http://anitagraser.com/2025/01/11/trajectools-2-4-release/
#QGIS #GISChat #MovementDataAnalytics #PublicTransport #Transit
-
To everyone at the MobilityData Summit in Montreal: Our expectations of you today
via IG: mtl.vibe
ht Reddit u/RocheHeure#sustainabletransport #Americas #NorthAmerica #Canada #Montreal #MobilityDataSummit #MobilityData #GTFS #GBFS #PublicTransportation #SharedMobility #SustainableMobility #TransportationInnovation #SmartMobility #UrbanMobility #DataDrivenMobility #MobilitySolutions #FutureOfTransport #TransitData #OpenData #TrufiAssociation
-
Q: What is the common language spoken by this group at the MobilityData Summit?
.
.
.
.
A: GTFS#MobilityDataSummit #MobilityData #GTFS #GBFS #PublicTransportation #SharedMobility #SustainableMobility #TransportationInnovation #SmartMobility #UrbanMobility #DataDrivenMobility #MobilitySolutions #FutureOfTransport #TransitData #OpenData #sustainabletransport #Brazil #Canada #Colombia #Cuba #Egypt #Mexico #USA #Montreal #TrufiAssociation
-
Our Leonardo Gutiérrez presenting on Trufi Association to the MobilityData Summit.
#MobilityDataSummit #MobilityData #GTFS #GBFS #PublicTransportation #SharedMobility #SustainableMobility #TransportationInnovation #SmartMobility #UrbanMobility #DataDrivenMobility #MobilitySolutions #FutureOfTransport #TransitData #OpenData #informaltransport #populartransport #sustainabletransport #Americas #NorthAmerica #Canada #Montreal #TrufiAssociation
-
If the terms Open-Source, GTFS, and Inclusive Mobility grab your attention, you have about 24 hours to get yourself to Montreal.
Our Leonardo Gutierrez will be a panelist tomorrow at the #MobilityDataSummit
#Americas #Canada #DataDrivenMobility #GTFS #inclusiveplanning #Micromobility #MobilityData #MobilitySolutions #Montreal #OpenData #OpenStreetMap #PublicTransportation #SharedMobility #SmartMobility #TransitData #TransportationJustice #TrufiAssociation
-
The easiest route Leonardo Gutierrez has ever traced: Heading from Colombia to Montreal for the 2024 MobilityData Summit.
Xitter: @mobilitydataio
#sustainabletransport #Americas #SouthAmerica #Colombia #Bogota #GlobalSouthTransportMapping #GTFS #GTFSFlex #mobility #TrufiAssociation
-
Heute wurde der neue #DELFIeV #GTFS-Datensatz bereitgestellt.
Leider ohne die Linien des #rvlOnline -
We offer Mobility as a Service (MaaS) integrations that provide seamless access to sustainable transport options. Contact us to enhance your transport data and services.
#MaaS #MobilityAsAService#informaltransport #populartransport #opendata #opensource #publictransport #sustainabletransport #transportation #ActiveMobility #ActiveTransport #apps #developer #digital #digitaldevelopment #GTFS #GTFSFlex #OpenStreetMap #OpenTripPlanner #publictransit #TrufiAssociation
-
Trufi delivers GTFS data that exceeds the quality and detail of official sources, ensuring cities have the accurate transport data they need.
#GTFS #informaltransport #populartransport #opendata #publictransport #sustainabletransport #transportation #Accessibility #ActiveMobility #ActiveTransport #cityplanning #urbandesign #urbanism #urbanismo #urbanplanner #urbanplanning #inclusiveplanning #GTFSFlex #TrufiAssociation
-
At next week's #OpenTransportMeetup (Aug, 7th, 8pm CEST), #TomErikStøwer from #ENTUR will present NPlan, a simple, open source schedule editor to create #NeTEx (and potentially #GTFS) data for scheduled and #ondemand services.
https://github.com/transportkollektiv/meetup/wiki#welcome-to-the-german-open-transport-meetup-wiki
-
🌟 Únete a nosotros en nuestro próximo webinar! Como Trufi Association, junto con el proyecto Comunidad de Práctica AMAM respaldado por la Cooperación Técnica Alemana (GIZ México), exploraremos la digitalización en el transporte público y el estándar GTFS. Regístrate aquí: https://tinyurl.com/ConoceGTFS
¡Esperamos verte allí! #RecopilaciónDeDatos #DescolonizarElTransporte #GTFS #GTFSFlex #TransporteInformal #TransportePopular #Mapeo #DatosAbiertos #OpenStreetMap #TransportePúblico #webinar
-
Trufi Transport Research Services leads in user-centric surveys and mapping global South transport networks. With expertise in apps, chatbots, and inclusive methodologies.
#Accessibility #BehavioralStudies #FieldResearch #GlobalSouthTransportMapping #GTFS #InclusiveResearch #informaltransport #LongitudinalStudies #PilotTestingEvaluation #RouteStressAnalysis
-
GTFS algorithms about to land in Trajectools
#Trajectools continues growing. Lately, we have started expanding towards #PublicTransport analyses. The algorithms available through the current Trajectools development version are courtesy of the #gtfs_functions library
http://anitagraser.com/2024/05/04/gtfs-algorithms-about-to-land-in-trajectools/
-
Earlier this year, I tested the #QGIS #GTFS plugins with limited success: https://fosstodon.org/@underdarkGIS/111779309699966134
After relaunching #Trajectools, I've finally gotten around to integrating the first GTFS algorithms into it.
Currently testing with GTFS datasets from #Vorarlberg https://www.mobilitydata.gv.at/daten/soll-fahrplandaten-gtfs
Not sure why there is a gap in the network at Lorüns 🤔
#GISChat #MobilityData #PublicTransport #Transit #MovementDataAnalytics
-
Hey overachievers! Do you want to show up to our GTFS-Flex webinar today prepped, and ready to ask great questions of our experts? Check the comments for three articles you can read in advance.
https://www.linkedin.com/events/localsolutions-globalimpact-how7181313513288536069/theater/
#informaltransport #populartransport #opendata #publictransport #sustainabletransport #transportation #bus #developer #GTFS #GTFSFlex #ict4d #ict4dev #MaaS #MobilityAsAService #masstransit #minibus #publictransit #technology