-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding data for route geometry is extremely important #393
Comments
Hi, you can download the shapes.txt file for each day from our public S3 bucket. To browse it you need to use any AWS account, it doesn't matter which account and it doesn't need any permissions, you can register for a free account and use that. You can access it here - https://s3.console.aws.amazon.com/s3/buckets/openbus-stride-public?region=eu-west-1 The GTFS data is under If you meant something else by the API, please give some examples of how you would expect to use this API - what is the method / arguments / input / output you expect from this API |
also, it would be helpful if you could describe some end-user use-cases for this API / data |
Considering this API: |
could you provide an example of how this method call will look like and what output it will return? |
I will piggyback on @krooven question and ask for a an ability to filter list__siri_vehicle_locations_list_get by location log/lat. |
It's very hard for me to understand from general descriptions, if you could provide concrete examples of specific function calls, arguments, input and output that will make it much easier to understand for example - user wants to do XYZ, to do that he needs to get data from the API for object number 5847, he will make an API call to example.com/get_object?number=5847, the response will be:
|
say I want to get all GPS signals in a bounding box, the api call will be: and in response, get the standard siri_vehicle_locations response. I will expand on the list__gtfs_shapes_list_get later |
great, thanks, we will handle that in this issue - #394 |
@idshklein @krooven issue #394 is done + deployed, see that issue for details |
That's really great ! |
as I mentioned in previous comment, I need more details about what is the expected API request/response to support this. Would be best to have an example request/response which would answer your requirement |
Would appreciate adding API for the geometry of the routes (geographic coordinates) as this data is present in GTFS data (shapes.txt).
This has great importance as no other system/API is providing this as raw data (also not for MOT users).
The text was updated successfully, but these errors were encountered: