About route.lw1.at
zur deutschen Webseite
back to route.lw1.at
Table of Content
FAQ
About route.lw1.at
What is route.lw1.at?
This is a website/tool that allows you to find the best way to travel in Austria, with a special focus on public transport. You can think of it as a mix between ÖBB Scotty, Wien Mobil, Google Maps and OsmAnd.
What can I do here that ÖBB/Scotty/Wien Mobil apps can't do? Why should I not use route.lw1.at?
While most results should be pretty similar to what you get from ÖBB apps (after all, it uses the same schedule), there are a few additional features that are not easily possible on other platforms:
-
Combining multiple datasets: I strive to import every available schedule in Austria so that routing can combine many different types of public transport.
-
Schedule on a map: The map shows the current scheduled position (see realtime) of all public transport. This gives an intuitive insight into the state of public transport in different regions and at different times.
-
Open Source and Open Data: The full source code of the website and all data I am using and that I have added is available under free licenses. Therefore, others can build on top of this.
-
Fast: Even complex searches should finish quite a bit faster than in other apps.
-
Isochrones: You can find out how far one can travel from a certain position within a specified time. Which places are hard to reach by public transport?
-
Indoor routing: As all connections are routed using OpenStreetMap data, if public transport stations are mapped correctly, you can see the exact path you need to take inside.
-
More realistic transfer times: The time it takes to walk from one platform to another is based on the actual path walked.
-
Minimal: While some public transport apps can be slow with unreliable internet connections, I also have a lite version that should load even with the slowest possible connection.
-
Wiener Linien Realtime Warnings: While there is no real support for realtime data, I do integrate the realtime notices from Wiener Linien into the output. See below for more information on the GTFS RT proxy.
-
Austria-focused: As I only focus on public transport inside Austria, I can run experiments and provide fast results that would be much harder to achieve if I had to consider global datasets.
Of course, this comes with a few tradeoffs and disadvantages:
-
No realtime data: For now every result assumes the pre-published schedules are correct. See below for more about realtime data.
-
No guarantees: At the end of the day, this is a hobby project, so I cannot give any guarantees or promises about the accuracy and reliability of the website and data. However, I promise that all code and datasets I create will continue to be published under free licenses, so that they can be integrated and improved by others.
-
No extensive documentation: I use this project to experiment with some ideas I have, which means that I don't always find time to properly document everything. I will try to keep this page updated with the most important information.
-
Minimal resources: This is just a hobby project and I only work on it when it's fun, so some ideas are just not feasible for me to solve myself. Therefore, this project primarily builds on top of the amazing work by others, merging it into one website both to present it as a useful tool and as a celebration of Open Data and Open Source.
-
Austria-focused: As I ignore all data from outside of Austria, route.lw1.at is obviously useless if you want to travel somewhere else. So use Transitous if you are not in Austria.
What is MOTIS?
MOTIS is the main software powering route.lw1.at.
Essentially, route.lw1.at is a hosted instance of the MOTIS software with Austrian public transport data and a few extensions added by me.
Are there any modifications to MOTIS on route.lw1.at?
I try to contribute all fixes I make to the MOTIS source code back to the original project.
On top of this, I also make some minor changes to the web UI. I try to keep this list of changes up-to-date:
-
The live positions on the map default to showing the color instead of the realtime status (due to the lack of realtime data).
-
'Use routed transfers' is enabled by default (as I am able to always calculate the data necessary on import).
-
The hillshading tiles are loaded from maps.lw1.at which forwards the original images. Therefore visitor data is not sent to any third-party servers.
-
The server code is compiled with some different optimizations as it only needs to run on my server.
You can find the list of all changes on top of MOTIS here:
git.lw1.at/lukas/motis-fork/compare/master..route.lw1.at-fork
What is Transitous?
Transitous
is a community-run provider-neutral international public transport routing service.
(from transitous.org)
route.lw1.at is heavily inspired by Transitous and aims to be a smaller, Austria-focused version of it that can experiment and update more easily and frequently, due to not having to handle the size of global datasets.
Is this website finished?
route.lw1.at is more or less a permanent work-in-progress, as it is a hobby project. That said, it is already very useful, and I use it most of the time when trying to get to a place I have not been before.
Who is behind this website?
I am Lukas Winkler and I currently work primarily on my PhD in Astrophysics. But I try to find time to work on fun side-projects in my free time. Since I live in Vienna and use public transport a lot, this seemed like an interesting topic to explore. Also, I recently realized that I have some unused space on my server, so I thought I could this platform for others to use too.
What other features do you wish to add to route.lw1.at?
I don't know yet for sure. As the site is mostly the result of different "Would it be possible to...?" experiments, it remains to be seen what I will add next.Some things I would be interested in are:
-
Create more custom GTFS feeds: There are still many ferries and more non-conventional types of public transport that still follow a schedule that could be described by a GTFS feed.
-
Receive feedback from outside of Vienna: As I am from Vienna, that's where I notice most issues with the data that can be fixed.
-
Check line colors of city-bus lines in smaller cities.
Data
Where does the data come from?
See further down for a list of all data sources
Are there any additional public transport feeds?
The official data.mobilitaetsverbuende.at GTFS feeds cover most public transport lines in Austria.
Nevertheless, there are still quite a few more routes and services that could reasonably be considered public transport and follow known schedules. From tourist and historical trains to regular ferries, these often provide their schedules as textual information on their websites.
So it is possible to create GTFS feeds that roughly match these schedules so that MOTIS and route.lw1.at can know about them and suggest these options to users. You can find more information about this here:
So far, this covers only a few ferries on the Danube, but there are many more possibilities.
What is the usage policy? How can I use this website?
I did not have time to set up a detailed usage policy. So for now, please take a look at the usage policy of Transitous as a basis.
Essentially:
-
If you only make manual requests, then feel free to use route.lw1.at whenever you want.
-
But I can't guarantee any availability or correctness.
-
If you want to use the API, please contact me. If you don't plan on making many expensive requests, it should be fine.
-
This site is not intended for commercial or for-profit usage. Everything it is based on is only possible due to the work of volunteers and the Open Data provided by governmental agencies and public transport providers.
-
All files that make up route.lw1.at can also be found at git.lw1.at/lukas/route.lw1.at, so if you want to make a large amount of routing requests, there is always the option of running your own MOTIS instance locally.
I found an error in the data. How can it be fixed?
For incorrect or missing line colors, please read below.
If you find anything wrong in the map (unrelated to the public transport data), you can try contributing a fix or note to OpenStreetMap directly. If you find a mistake in the public transport data and are familiar with Open Data in Austria, you can check if it exists in the original dataset.
Either way, and if you are unsure, you can always contact me about things that seem wrong in the data (even if I can't promise I can help fix them).
How can I contact you?
The easiest way is via email to
route@lw1.at.
You can also find me on Mastodon at
@lukas@mastodon.lw1.at.
Similar to Transitous and MOTIS I also have a public chatroom on Matrix at
#route:lw1.at.
Line Colors
A public transport route is displayed in the wrong color. Where do the line colors come from?
I wanted to avoid creating yet another database collecting the information about which colors every public transport line in Austria uses, as this would just make everyone else's job harder in the future if they want to integrate it into their project. So instead, I tried to generate the mapping from GTFS-ID (which describes a specific route) using a mix of OpenStreetMap, the PTNA project and some simple hard-coded rules (e.g. all trams in Vienna have the same color).
This is not yet complete, but it is already working pretty well. And it also means that any new colors can just be added to or corrected in OSM by anyone and when I re-run the import on the latest data the table will be corrected.
The full table can be found here:
scripts/color-data.lua
(The table is a lua script for now as this is what makes applying the data in MOTIS most easily. But if anyone is interested I can also add it as a CSV or in any other format)
And more information about how exactly the data is sourced can be found here:
color-data/
In short: If the color of a route is shown correctly in PTNA, but not in route.lw1.at, then this is a mistake on my end (and please contact me about it). If not, then the data is missing in OSM and you can add it there.
UI
Is there a dark theme?
Yes, it might not be optimally displaying everything, but you can access it at route.lw1.at/?dark.
Is there a simpler UI to find routes?
If you just want to find a connection and don't want to load the full UI on a slow internet connection, you can use the great lite UI at lite.route.lw1.at by jbb.
Transfer/Indoor Routing
How does indoor routing work?
If the paths, stairs and elevators inside of public transport stations are mapped correctly in OSM, MOTIS is able to route the exact path one needs to walk to exits or platforms.
When zooming in closely, you can also select a floor level in the top right to only show paths on this level.
You can look at Karlsplatz in Vienna for an example of more complex indoor routing.
How can I use accessible routing and avoid stairs/escalators?
If you select "accessible transfers" in the options, MOTIS will avoid stairs and escalators and instead use elevators to find the fastest way to a goal. As this data is often slightly imprecise in OSM, it is possible that MOTIS will show very suboptimal routes if the "obvious" route does not seem possible in the OSM data.
Realtime Data
I can see the location of trains/buses/etc. on the map. Is that their real location?
As I am not yet using any realtime data (see below) all positions are estimated from the published schedules. Nevertheless, assuming there are no unexpected delays, etc., the positions should still give a good impression of the current locations of public transport in Austria.
What realtime information is available?
Realtime public transport information (such as delays, cancelations, etc.) on top of the existing schedules is possible by following a GTFS-RT feed that shares this information in a structured format (and linked to the routes of the static schedule).
Unfortunately, to my knowledge (as of April 2026), there is no official GTFS-RT feed for any public transport in Austria. There seem to be plans and initiatives to get e.g. ÖBB to publish their realtime information in a structured way, but this still seems to be in the future. (See this freedom of information request for more details: fragdenstaat.at/anfrage/zugang-zu-dynamischen-echtzeitdaten-api-schnittstelle)
I had an idea to provide at least some rough realtime data for some major ÖBB train connections by writing my own program that makes irregular requests to fahrplan.oebb.at. This would essentially be reinventing a more basic version of derhuerst/hafas-gtfs-rt-feed and would potentially only require a very small number of requests to have data for all major express train connections. However, after implementing most of it, I realized that connecting this information to the corresponding entries in the train schedules was far more complex than anticipated (even when using MOTIS itself to guess the most likely route a specific train is currently following). Therefore, I will set this aside until more official data sources become available where realtime info is more closely linked to the static schedules.
The closest thing to an official Open Data endpoint for realtime data I know of, is the Wiener Linien Echtzeitinformationen.But this does not contain any realtime information about specific vehicles or routes, but "just" the textual warnings about current disruptions. Additionally, the Line and Station-IDs don't match those in the static schedule, but because there is a public dataset of these Station IDs, it is possible to match them up almost flawlessly.If you are interested in the mapping, you can find:
Technical Details
This section will be extended once I find more helpful information to describe here.
Until then, you can find information about most subprojects in their subdirectories in the repository.
About this website
Why is this an FAQ page?
Honestly, I don't know. It felt like the simplest way to structure my thoughts. As this project is a collection of many small components, this format makes it easy for me to quickly describe most of them.
Why does this page look so ugly?
Writing and designing elaborate websites can be fun from time to time, but I also like going the opposite direction for a change. Having a webpage that is as simple as it can be and loading very quickly feels like something that is becoming increasingly rare and in my opinion fits well with the rather experimental spirit of my work on route.lw1.at.
Datasets and Licenses
This webseite would not be possible without Open Source software like MOTIS and Open Data datasets. See below for a list of all used datasets.
You can also browse all files here: https://git.lw1.at/lukas/motis-git-annex/
GTFS Datasets
Eisenbahn
This dataset contains the constantly updated timetables of the ÖBB-Personenverkehr AG (incl. ÖBB Intercity bus), the Raaberbahn/GYSEV, the Montafonerbahn, the WESTbahn and the railways of the Austrian Society for Railway History (ÖGEG). The dataset includes data for the respective timetable period from the dataset’s updating date up to the following timetable change date (each sunday following the second Saturday of December at 11:59 pm) as well as 60 days into the past. Railways not included in this data package are included in the data package of the responsible public transport authority. In case of timetables for cross-border traffic, due to legal reasons not all stopovers abroad may be included.
Linz AG
This data set contains the constantly updated timetable data of the public transport services commissioned and maintained by Linz AG. The dataset includes data for the respective timetable period (each sunday following the second Saturday of December at 11:59 pm).
Oberösterreichischer Verkehrsverbund
This data set contains the constantly updated timetable data of the public and demand responsive transport services commissioned and maintained by the public transport authority in Upper Austria, except the ones of ÖBB and WESTbahn. The dataset includes data for the respective timetable period (each sunday following the second Saturday of December at 11:59 pm).
Salzburger Verkehrsverbund
This data set contains the constantly updated timetable data of the public and demand responsive transport services maintained by the public transport authority in Salzburg, except the ones of ÖBB and WESTbahn. The dataset includes data for the respective timetable period (each sunday following the second Saturday of December at 11:59 pm).
Rules regarding bicycles:
During weekdays the taking along of bicycles is permitted from 9AM until the end of operations(3AM the following day), during weekends and public holidays it is permitted all day.
Kärntner Linien
This data set contains the constantly updated timetable data of the public and demand responsive transport services maintained by the public transport authority in Carinthia, except the ones of ÖBB. The dataset includes data for the respective timetable period (each sunday following the second Saturday of December at 11:59 pm).
Verkehrsverbund Ost-Region
This data set contains the constantly updated timetable data of the public and demand responsive transport services maintained by the public transport authority in Vienna, Lower Austria and Burgenland, except the ones of ÖBB, WESTbahn, Raaberbahn, Niederösterreich Bahnen and CityAirportTrain Vienna. The dataset includes data for the respective timetable period (each sunday following the second Saturday of December at 11:59 pm).
Rules regarding bicycles:
During weekdays the taking along of bicycles is allowed between 9AM and 3PM as well as from 6:30PM until end of operation.
On weekends and public holidays the taking along of bicycles is permitted all day.
Verkehrsverbund Steiermark
This data set contains the constantly updated timetable data of the public and demand responsive transport services maintained by the public transport authority in Styria, except the ones from ÖBB. The dataset includes data for the respective timetable period (each sunday following the second Saturday of December at 11:59 pm).
Verkehrsverbund Tirol
This data set contains the constantly updated timetable data of the public transport services maintained by the public transport authority in Tyrol, except the ones of ÖBB and WESTbahn. The dataset includes data for the respective timetable period (each sunday following the second Saturday of December at 11:59 pm).
Rules regarding bicycles(IVB):
During weekdays the taking along of bicycles is only permitted outside of peak hours, meaning between 9AM and 3PM as well as between 6:30PM and 6AM.
During weekends and public holidays the taking along of bicycles is permitted all day, provided there is sufficient space. The usage of the rear bicycle racks is not subject to time restrictions.
Verkehrsverbund Vorarlberg
This data set contains the constantly updated timetable data of the public and demand responsive transport services maintained by the public transport authority in Vorarlberg, except the ones of ÖBB and Montafonerbahn. The dataset includes data for the respective timetable period (each sunday following the second Saturday of December at 11:59 pm).
Flixbus
Realtime Data
GBFS (Shared Rental Vehicles)
bird wienerneustadt
All data
{
"system_id": "bird-wienerneustadt",
"name": "bird wienerneustadt",
"language": "en",
"timezone": "Europe/Vienna",
"license_url": "https://www.bird.co/wp-content/uploads/2019/03/GBFS-Data-License-Agreement-2018-09-25.pdf",
"operator": "Bird Rides, Inc.",
"rental_apps": {
"android": {
"discovery_uri": "bird://charger-onboarding",
"store_uri": "https://play.google.com/store/apps/details?id=co.bird.android"
},
"ios": {
"discovery_uri": "bird://",
"store_uri": "https://apps.apple.com/us/app/bird-be-free-enjoy-the-ride/id1260842311"
}
}
}
city bike Linz
All data
{
"system_id": "nextbike_al",
"language": "en",
"name": "city bike Linz",
"operator": "City Bike Linz Rental Service GmbH, Wischerstraße 2, 4040 Linz, Österreich",
"url": "https://citybikelinz.at/",
"phone_number": "+43 732 28 59 08",
"email": "kundenservice@nextbike.de",
"feed_contact_email": "gbfs@nextbike.net",
"timezone": "Europe/Berlin",
"license_id": "CC0-1.0",
"rental_apps": {
"android": {
"store_uri": "https://play.google.com/store/apps/details?id=de.nextbike",
"discovery_uri": "https://app.nextbike.net/"
},
"ios": {
"store_uri": "https://apps.apple.com/app/id504288371",
"discovery_uri": "nextbike://"
}
}
}
Dott baden-bei-wien
All data
{
"language": "en",
"name": "Dott baden-bei-wien",
"rental_apps": {
"android": {
"discovery_uri": "com.ridedott.rider://v.ridedott.com",
"store_uri": "https://play.google.com/store/apps/details?id=com.ridedott.rider"
},
"ios": {
"discovery_uri": "com.ridedott.rider://",
"store_uri": "https://apps.apple.com/app/id1440301673"
}
},
"system_id": "dott-baden-bei-wien",
"timezone": "Europe/Vienna"
}
Dott bregenz
All data
{
"language": "en",
"name": "Dott bregenz",
"rental_apps": {
"android": {
"discovery_uri": "com.ridedott.rider://v.ridedott.com",
"store_uri": "https://play.google.com/store/apps/details?id=com.ridedott.rider"
},
"ios": {
"discovery_uri": "com.ridedott.rider://",
"store_uri": "https://apps.apple.com/app/id1440301673"
}
},
"system_id": "dott-bregenz",
"timezone": "Europe/Vienna"
}
Dott dornbirn
All data
{
"language": "en",
"name": "Dott dornbirn",
"rental_apps": {
"android": {
"discovery_uri": "com.ridedott.rider://v.ridedott.com",
"store_uri": "https://play.google.com/store/apps/details?id=com.ridedott.rider"
},
"ios": {
"discovery_uri": "com.ridedott.rider://",
"store_uri": "https://apps.apple.com/app/id1440301673"
}
},
"system_id": "dott-dornbirn",
"timezone": "Europe/Vienna"
}
Dott feldkirchen-bei-graz
All data
{
"language": "en",
"name": "Dott feldkirchen-bei-graz",
"rental_apps": {
"android": {
"discovery_uri": "com.ridedott.rider://v.ridedott.com",
"store_uri": "https://play.google.com/store/apps/details?id=com.ridedott.rider"
},
"ios": {
"discovery_uri": "com.ridedott.rider://",
"store_uri": "https://apps.apple.com/app/id1440301673"
}
},
"system_id": "dott-feldkirchen-bei-graz",
"timezone": "Europe/Vienna"
}
Dott innsbruck
All data
{
"language": "en",
"name": "Dott innsbruck",
"rental_apps": {
"android": {
"discovery_uri": "com.ridedott.rider://v.ridedott.com",
"store_uri": "https://play.google.com/store/apps/details?id=com.ridedott.rider"
},
"ios": {
"discovery_uri": "com.ridedott.rider://",
"store_uri": "https://apps.apple.com/app/id1440301673"
}
},
"system_id": "dott-innsbruck",
"timezone": "Europe/Vienna"
}
Dott klagenfurt
All data
{
"language": "en",
"name": "Dott klagenfurt",
"rental_apps": {
"android": {
"discovery_uri": "com.ridedott.rider://v.ridedott.com",
"store_uri": "https://play.google.com/store/apps/details?id=com.ridedott.rider"
},
"ios": {
"discovery_uri": "com.ridedott.rider://",
"store_uri": "https://apps.apple.com/app/id1440301673"
}
},
"system_id": "dott-klagenfurt",
"timezone": "Europe/Vienna"
}
Dott korneuburg
All data
{
"language": "en",
"name": "Dott korneuburg",
"rental_apps": {
"android": {
"discovery_uri": "com.ridedott.rider://v.ridedott.com",
"store_uri": "https://play.google.com/store/apps/details?id=com.ridedott.rider"
},
"ios": {
"discovery_uri": "com.ridedott.rider://",
"store_uri": "https://apps.apple.com/app/id1440301673"
}
},
"system_id": "dott-korneuburg",
"timezone": "Europe/Vienna"
}
Dott leoben
All data
{
"language": "en",
"name": "Dott leoben",
"rental_apps": {
"android": {
"discovery_uri": "com.ridedott.rider://v.ridedott.com",
"store_uri": "https://play.google.com/store/apps/details?id=com.ridedott.rider"
},
"ios": {
"discovery_uri": "com.ridedott.rider://",
"store_uri": "https://apps.apple.com/app/id1440301673"
}
},
"system_id": "dott-leoben",
"timezone": "Europe/Vienna"
}
Dott linz
All data
{
"language": "en",
"name": "Dott linz",
"rental_apps": {
"android": {
"discovery_uri": "com.ridedott.rider://v.ridedott.com",
"store_uri": "https://play.google.com/store/apps/details?id=com.ridedott.rider"
},
"ios": {
"discovery_uri": "com.ridedott.rider://",
"store_uri": "https://apps.apple.com/app/id1440301673"
}
},
"system_id": "dott-linz",
"timezone": "Europe/Vienna"
}
Dott modling
All data
{
"language": "en",
"name": "Dott modling",
"rental_apps": {
"android": {
"discovery_uri": "com.ridedott.rider://v.ridedott.com",
"store_uri": "https://play.google.com/store/apps/details?id=com.ridedott.rider"
},
"ios": {
"discovery_uri": "com.ridedott.rider://",
"store_uri": "https://apps.apple.com/app/id1440301673"
}
},
"system_id": "dott-modling",
"timezone": "Europe/Vienna"
}
Dott steyr
All data
{
"language": "en",
"name": "Dott steyr",
"rental_apps": {
"android": {
"discovery_uri": "com.ridedott.rider://v.ridedott.com",
"store_uri": "https://play.google.com/store/apps/details?id=com.ridedott.rider"
},
"ios": {
"discovery_uri": "com.ridedott.rider://",
"store_uri": "https://apps.apple.com/app/id1440301673"
}
},
"system_id": "dott-steyr",
"timezone": "Europe/Vienna"
}
Dott villach
All data
{
"language": "en",
"name": "Dott villach",
"rental_apps": {
"android": {
"discovery_uri": "com.ridedott.rider://v.ridedott.com",
"store_uri": "https://play.google.com/store/apps/details?id=com.ridedott.rider"
},
"ios": {
"discovery_uri": "com.ridedott.rider://",
"store_uri": "https://apps.apple.com/app/id1440301673"
}
},
"system_id": "dott-villach",
"timezone": "Europe/Vienna"
}
Dott wels
All data
{
"language": "en",
"name": "Dott wels",
"rental_apps": {
"android": {
"discovery_uri": "com.ridedott.rider://v.ridedott.com",
"store_uri": "https://play.google.com/store/apps/details?id=com.ridedott.rider"
},
"ios": {
"discovery_uri": "com.ridedott.rider://",
"store_uri": "https://apps.apple.com/app/id1440301673"
}
},
"system_id": "dott-wels",
"timezone": "Europe/Vienna"
}
EVENTbike - Austria
All data
{
"system_id": "nextbike_eq",
"language": "en",
"name": "EVENTbike - Austria",
"operator": "nextbike GmbH, Karl-Heine-Str. 46, 04229 Leipzig",
"url": "https://www.nextbike.at/eventbike-austria/de/",
"phone_number": "+43 1 3850 189",
"email": "info@nextbike.at",
"feed_contact_email": "gbfs@nextbike.net",
"timezone": "Europe/Berlin",
"license_id": "CC0-1.0",
"rental_apps": {
"android": {
"store_uri": "https://play.google.com/store/apps/details?id=de.nextbike",
"discovery_uri": "https://app.nextbike.net/"
},
"ios": {
"store_uri": "https://apps.apple.com/app/id504288371",
"discovery_uri": "nextbike://"
}
}
}
Getaround
All data
{
"system_id": "getaround_graz",
"languages": [
"fr",
"en",
"de",
"es",
"de-AT",
"fr-BE",
"nl-BE",
"nb-NO",
"en-US"
],
"name": [
{
"text": "Getaround",
"language": "fr"
},
{
"text": "Getaround",
"language": "en"
},
{
"text": "Getaround",
"language": "de"
},
{
"text": "Getaround",
"language": "es"
},
{
"text": "Getaround",
"language": "de-AT"
},
{
"text": "Getaround",
"language": "fr-BE"
},
{
"text": "Getaround",
"language": "nl-BE"
},
{
"text": "Getaround",
"language": "nb-NO"
},
{
"text": "Getaround",
"language": "en-US"
}
],
"opening_hours": "24/7",
"url": "https://getaround.com/car-rental/graz",
"purchase_url": "https://getaround.com/car-rental/graz",
"feed_contact_email": "gbfs@getaround.com",
"timezone": "Europe/Vienna",
"rental_apps": {
"android": {
"discovery_uri": "com.c4mprod.voiturelib://",
"store_uri": "https://play.google.com/store/apps/details?id=com.c4mprod.voiturelib"
},
"ios": {
"discovery_uri": "R854QJD2R7.com.voiturelib.voiturelib://",
"store_uri": "https://apps.apple.com/app/apple-store/492238016"
}
},
"brand_assets": {
"brand_last_modified": "2024-04-11",
"brand_image_url": "https://getaround-assets.gumlet.io/images/gbfs/brand-squared.svg?compress=true",
"color": "#BC00CC"
}
}
Getaround
All data
{
"system_id": "getaround_innsbruck",
"languages": [
"fr",
"en",
"de",
"es",
"de-AT",
"fr-BE",
"nl-BE",
"nb-NO",
"en-US"
],
"name": [
{
"text": "Getaround",
"language": "fr"
},
{
"text": "Getaround",
"language": "en"
},
{
"text": "Getaround",
"language": "de"
},
{
"text": "Getaround",
"language": "es"
},
{
"text": "Getaround",
"language": "de-AT"
},
{
"text": "Getaround",
"language": "fr-BE"
},
{
"text": "Getaround",
"language": "nl-BE"
},
{
"text": "Getaround",
"language": "nb-NO"
},
{
"text": "Getaround",
"language": "en-US"
}
],
"opening_hours": "24/7",
"url": "https://getaround.com/car-rental/innsbruck",
"purchase_url": "https://getaround.com/car-rental/innsbruck",
"feed_contact_email": "gbfs@getaround.com",
"timezone": "Europe/Vienna",
"rental_apps": {
"android": {
"discovery_uri": "com.c4mprod.voiturelib://",
"store_uri": "https://play.google.com/store/apps/details?id=com.c4mprod.voiturelib"
},
"ios": {
"discovery_uri": "R854QJD2R7.com.voiturelib.voiturelib://",
"store_uri": "https://apps.apple.com/app/apple-store/492238016"
}
},
"brand_assets": {
"brand_last_modified": "2024-04-11",
"brand_image_url": "https://getaround-assets.gumlet.io/images/gbfs/brand-squared.svg?compress=true",
"color": "#BC00CC"
}
}
nextbike Klagenfurt Austria
All data
{
"system_id": "nextbike_ka",
"language": "en",
"name": "nextbike Klagenfurt Austria",
"operator": "nextbike AT GmbH, Karl-Heine-Str. 46, 04229 Leipzig, Germany",
"url": "https://www.nextbike.at/de/klagenfurt/",
"phone_number": "00434635373333",
"email": "kundenservice@nextbike.de",
"feed_contact_email": "gbfs@nextbike.net",
"timezone": "Europe/Berlin",
"license_id": "CC0-1.0",
"rental_apps": {
"android": {
"store_uri": "https://play.google.com/store/apps/details?id=de.nextbike",
"discovery_uri": "https://app.nextbike.net/"
},
"ios": {
"store_uri": "https://apps.apple.com/app/id504288371",
"discovery_uri": "nextbike://"
}
}
}
nextbike Niederösterreich
All data
{
"system_id": "nextbike_la",
"language": "en",
"name": "nextbike Niederösterreich",
"operator": "Radland GmbH, Werkstättenstraße 13, 3100 St. Pölten",
"url": "https://www.nextbike.at/niederoesterreich/",
"phone_number": "00432742229901",
"email": "info@nextbike.at",
"feed_contact_email": "gbfs@nextbike.net",
"timezone": "Europe/Berlin",
"license_id": "CC0-1.0",
"rental_apps": {
"android": {
"store_uri": "https://play.google.com/store/apps/details?id=de.nextbike",
"discovery_uri": "https://app.nextbike.net/"
},
"ios": {
"store_uri": "https://apps.apple.com/app/id504288371",
"discovery_uri": "nextbike://"
}
}
}
Stadtrad Innsbruck Austria
All data
{
"system_id": "nextbike_si",
"language": "en",
"name": "Stadtrad Innsbruck Austria",
"operator": "nextbike GmbH, Karl-Heine-Str. 46, 04229 Leipzig",
"url": "https://stadtrad-innsbruck.at/",
"phone_number": "0043512908069",
"email": "stadtradinnsbruck@nextbike.com",
"feed_contact_email": "gbfs@nextbike.net",
"timezone": "Europe/Berlin",
"license_id": "CC0-1.0",
"rental_apps": {
"android": {
"store_uri": "https://play.google.com/store/apps/details?id=de.nextbike",
"discovery_uri": "https://app.nextbike.net/"
},
"ios": {
"store_uri": "https://apps.apple.com/app/id504288371",
"discovery_uri": "nextbike://"
}
}
}
VVT REGIORAD Tirol
All data
{
"system_id": "nextbike_vt",
"language": "en",
"name": "VVT REGIORAD Tirol",
"operator": "nextbike GmbH, Karl-Heine-Str. 46, 04229 Leipzig",
"url": "https://regiorad.vvt.at/",
"phone_number": "0043512908069",
"email": "regiorad@vvt.at",
"feed_contact_email": "gbfs@nextbike.net",
"timezone": "Europe/Berlin",
"license_id": "CC0-1.0",
"rental_apps": {
"android": {
"store_uri": "https://play.google.com/store/apps/details?id=de.nextbike",
"discovery_uri": "https://app.nextbike.net/"
},
"ios": {
"store_uri": "https://apps.apple.com/app/id504288371",
"discovery_uri": "nextbike://"
}
}
}
WienMobil Rad
All data
{
"system_id": "nextbike_wr",
"language": "en",
"name": "WienMobil Rad",
"operator": "nextbike GmbH, Karl-Heine-Str. 46, 04229 Leipzig",
"url": "https://www.nextbike.at/wienmobilrad/",
"phone_number": "+43 1 3850 189",
"email": "support@wienmobilrad.at",
"feed_contact_email": "gbfs@nextbike.net",
"timezone": "Europe/Berlin",
"license_id": "CC0-1.0",
"rental_apps": {
"android": {
"store_uri": "https://play.google.com/store/apps/details?id=de.nextbike",
"discovery_uri": "https://app.nextbike.net/"
},
"ios": {
"store_uri": "https://apps.apple.com/app/id504288371",
"discovery_uri": "nextbike://"
}
}
}
Map Data
All map data is from OpenStreetMap and licensed under the Open Data Commons Open Database License (ODbL).
Line Color Data
The colors of public transit lines are aggregated from OpenStreetMap using tables from the PTNA project and a small set of own rules. See here for more infomation: https://git.lw1.at/lukas/motis-git-annex/src/branch/synced/main/color-data
You can find the current version of the used dataset here: color-data.lua
1 This filename is set by me and just to easily differentiate the different datasets.