sozialhelden / a11yjson

A11yJSON: A standard to describe the accessibility of the physical world.
https://a11yjson.org
MIT License
81 stars 8 forks source link

What means "isAccessibleWithWheelchair"? And what is required to set it true? #5

Closed k00ni closed 3 years ago

k00ni commented 5 years ago

What is required to rate something isAccessibleWithWheelchair = true? Are there any objective measures that must be given to rate something accessible with wheelchairs?

opyh commented 5 years ago

Of course there are varying international definitions and standards about the definition of 'wheelchair accessible'. We go with a pragmatic definition so far:

In a similar way, 'partially wheelchair accessible' means:

We plan to simplify the attribute definition by using a string enum for this in the near future.

This attribute is just an interpretation of physical data. Interpretations are subjective and subject to change (e.g. who knows what wheelchairs will be capable of in the future?), so data sources should include original, measurable physical attributes to not lose this information.

k00ni commented 5 years ago

Thank you.

k00ni commented 5 years ago

Is there a property which reflects the fact that something is partially wheelchair accessible? Currently only isAccessibleWithWheelchair is available. Would you mind adding an additional property or would you model it differently?

What do you think about the constraints of the Behindertenverband Leipzig e.V.? http://www.le-online.de/zeichenengl.htm Would you support them?

opyh commented 5 years ago

Currently, we have partiallyAccessibleWith for this. The attribute can be true and is exclusive with its counterpart in accessibleWith, so only one of them should be set at the same time.

Wheelmap's definition of 'limited'/'partial' accessibility differs a bit:

Wheelmap has ~940k places that mostly were tagged with this definition. It currently is the biggest data source available in A11yJSON, and does not have the physical data that the rating is based on, so we cannot change these flags in the Wheelmap dataset (which would have to be done in OpenStreetMap).

No worries though, it is fine if you publish your source with your own, different definition of what you regard as (limited) accessibility :) If you include the data that this definition is based on, it's simple for each data consumer to apply their own rules if necessary. If we include the data on Wheelmap, we can show the details there, too.

opyh commented 5 years ago

In the near future, we plan to migrate these data to a single enum value (true/false/`'limited').