Not to /patself but NY MTA Metro-North Railroad uses wheelchair_boarding in the trips.txt and wheelchair_accessible in the stops.txt since 1/2011. (i may have tranposed the field names, have not looked at it in a while)
The vehicle is the easy part of the equation for rail as we have data regarding the number of wheelchair seating on the car. There really are three designations needed for this, 1 no vehichle(s) are accessible or 2 atleast 1 or more vehicle(s) is accessible. 0 or null for unknown.
The difficult part is if the station is wheelchair accessible.
What I mean by this is, can a wheelchair be used to access all platforms or put another way can board and disembark from any vehicle that stops at a station; Partially, meaning at least one platform can be used; or not wheelchair accessible. Or as noted, no info is available.
Only with these two bits of information can you truly say a journey is entirely, partially or not at all accessible to wheelchairs.
The one caveat here is, this is what is scheduled, not what will happen. I dont think we have any vehicles without wheelchair seating so we are pretty confident that using this data is valid. The stations may be under renovation whichay change accessibility but that would be addressed in a different feed.
--
You received this message because you are subscribed to the Google Groups "General Transit Feed Spec Changes" group.
To post to this group, send email to gtfs-c...@googlegroups.com.
To unsubscribe from this group, send email to gtfs-changes...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gtfs-changes?hl=en.
John also raises a larger question that I had meant to bring up in my origin email: wheelchair accessibility for stations.Right now, the proposal doesn't say much about what should happen when a feed uses stop-station hierarchy. My interpretation would be that if a stop that is part of a larger station complex has been marked as "wheelchair_boarding=1", then there is some accessible path from outside the station to the specific stop / platform. By the same token, if a stop has been marked with "wheelchair_boarding=2", there there is no accessible path from outside the station to the specific stop / platform. These semantics would hold true no matter what value of "wheelchair_boarding" has been specified for the parent station.I think the one grey area is what happens when a stop has a "wheelchair_boarding" value of "0" or blank (aka unknown) but the parent station has a known "wheelchair_boarding" value. One interpretation would be to let the parent station value propagate down to the child stop. This would potentially make it easier for feed producers, but I think it's problematic because it's not clear how to explicitly specify that a child stop has an "unknown" wheelchair_boarding value if the parent station "wheelchair_boarding" value has already been set.
--
You received this message because you are subscribed to the Google Groups "General Transit Feed Spec Changes" group.
To view this discussion on the web visit https://groups.google.com/d/msg/gtfs-changes/-/Ui9vWFeNojsJ.
>
>
--
You received this message because you are subscribed to the Google Groups "General Transit Feed Spec Changes" group.
Can you tell us how the various wheelchair fields are used in the feeds
which Google indexes? Or at least what values are used?
Because I don't think it will hurt anything to handle the Canal St case,
and OTP already supports that case (as wheelchair_boarding=2 IIRC).
I don't think there are any producers or consumers for the new proposal,
right?
(1) I checked, and apparently OTP doesn't actually support the Canal St
case. I can and will change this as soon as there is a feed producer.
Also, the value for wheelchair_boarding should be 3, not 2.
I would like to know if any feed in Google's dataset presently uses
wheelchair_boarding=3, and if so, if anyone knows what for.
(2) Is there a feed producer that would be willing to add
wheelchair_boarding=3 where applicable to their feed? If you are
willing but need some data input help to do this, I'm happy to provide
that help for reasonably sized systems (e.g. any subway or rail system)
where the necessary information is on the web in English.
I think that's outside the scope of the current proposal.
My primary use of GTFS is writing trip-planning software. I don't know
what changes I would make to a route based on the presence or absence of
AFILS. Is there another customer-information use of the AFILS data?
Or of other accessibility data that agencies are likely to have?
On Thu, 2012-04-19 at 07:41 +1000, Nicholls, Gregory wrote:
> Are you considering including any other facilities (eg. AFILS) or is
> it just wheelchair access ? I ask because if so, there may be a case
> for a 'facilities.txt' file ..
> Greg.
>
>
> ______________________________________________________________________
> ______________________________________________________________
> For more options, visit this group at
> http://groups.google.com/group/gtfs-changes?hl=en.
>
> --
> You received this message because you are subscribed to the
> Google Groups "General Transit Feed Spec Changes" group.
> To post to this group, send email to
> gtfs-c...@googlegroups.com.
> To unsubscribe from this group, send email to gtfs-changes
> For more options, visit this group at
> http://groups.google.com/group/gtfs-changes?hl=en.
>
>
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "General Transit Feed Spec Changes" group.
> To post to this group, send email to gtfs-c...@googlegroups.com.
> To unsubscribe from this group, send email to gtfs-changes
> For more options, visit this group at
> http://groups.google.com/group/gtfs-changes?hl=en.
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "General Transit Feed Spec Changes" group.
> To post to this group, send email to gtfs-c...@googlegroups.com.
> To unsubscribe from this group, send email to gtfs-changes
If we restrict discussion to the facilities that might be useful in journey planning we've got the following as examples :-
Wheelchair Accessible - already discussed
AFILS - just covered
Lifts - This is both whether a station/platform has lifts and their current operational status.
Car Park - Does the station have an attached car park
Interchange - Is this station a multi-modal interchange
There are also attributes of trips and rolling stock that we are calling facilities (probably out of laziness).
AFILS again - Rolling stock 'facility'
Toilets - Rolling stock 'facility'
air conditioning - Rolling stock 'facility'
Guardian service - Trip 'facility' - late night service with additional security.
Quiet cars - Trip 'facility' with quiet (ie no cellphones allowed) cars.
There are a lot more but the others are probably of less use during planning.
Greg.
-----Original Message-----
From: gtfs-c...@googlegroups.com [mailto:gtfs-c...@googlegroups.com] On Behalf Of David Turner
Sent: Thursday, 19 April 2012 8:55 AM
To: gtfs-c...@googlegroups.com
To unsubscribe from this group, send email to gtfs-changes...@googlegroups.com.
Add the following field to stops.txt:
wheelchair_boarding (optional)
The "wheelchair_boarding" field identifies whether wheelchair boardings are possible from the specified stop or station. The field can have the following values:
"0" (or empty) - indicates that there is no accessibility information for the stop
"1" - indicates that at least some vehicles at this stop can be boarded by a rider in a wheelchair
"2" - wheelchair boarding is not possible at this stop
When a stop is part of a larger station complex, as indicated by a stop with a "parent_station" value, the stop's "wheelchair_boarding" field has the following additional semantics:
"0" (or empty) - the stop will inherit its "wheelchair_boarding" value from the parent station, if specified in the parent
"1" - there exists some accessible path from outside the station to the specific stop / platform
"2" - there exists no accessible path from outside the station to the specific stop / platform
You received this message because you are subscribed to the Google Groups "General Transit Feed Spec Changes" group.
To post to this group, send email to gtfs-c...@googlegroups.com.
To unsubscribe from this group, send email to gtfs-changes...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gtfs-changes?hl=en.
Hi Brian,
We are looking to deploy both the Wheelchair access to stops; and to services for our GTFS feeds launched in June this year. I have not been able to find evidence of deployment by
San Diego Metropolitan Transit System or NY MTA Metro-North Railroad both of which came up in earlier discussions.
Is there someone who can advise me in defining how these options would look in GTFS and given the Services option is still only in proposal, does this mean that we cannot deploy it?
Earlier discussions also raise prioritisation issues and suggest
A child value over-rides a parent value. The parent value will only be applied when its children have blank/zero values.
Or
Alternatively treat the google maps "wheelchair_boarding" as a general summary of accessibility that agencies and applications use when displaying a station summary page or map icon, but to require "wheelchair_boarding" to be explicitly set of child stops when it comes to routing decisions (ie no propagation of accessibility from station to stop).
Are one or both of these options inherent to the specifications as they stand now? - This is not clear to me in my reading of the field definitions.
Please let me know if there are sites, descriptions or screen shots available that can help us to
1. Better define our data requirements and
2. How things will appear at the front end for users.
Many thanks
--
You received this message because you are subscribed to the Google Groups "General Transit Feed Spec Changes" group.
To view this discussion on the web visit https://groups.google.com/d/msg/gtfs-changes/-/fTubw1tffMYJ.
Brian,
will you please update the revised date on the Reference page (https://developers.google.com/transit/gtfs/reference) as well? It currently says 'Revised February 2, 2012'. This is the place I check to confirm I'm working against the latest revision ;-)
Thanks,
Ales
To view this discussion on the web visit https://groups.google.com/d/msg/gtfs-changes/-/lPlWNb65ApQJ.