diff --git a/app/views/developer.scala.html b/app/views/developer.scala.html index 9b626d50a7..51fb4640d9 100644 --- a/app/views/developer.scala.html +++ b/app/views/developer.scala.html @@ -12,12 +12,15 @@
- We serve the accessibility data in two formats: Access Feature and Access Score. Access Feature contains - point-level information on what accessibility feature exist and where (latitude-longitude). See below for an example. - Access Score is a numerical value that indicates how (in)accesible a given street/area is. See the Access Score APIs for examples. + We serve our accessibility data in two formats: Access Feature and Access Score. Access Feature contains + point-level information on what accessibility features exist and where (latitude-longitude). See below for an example. + Access Score is a value that indicates how (in)accessible a given street/area is. See the Access Score APIs for examples.
- You can get the data either through the REST APIs or download the zip file. + You can get the data through the REST APIs. + @*or download the zip file.*@ + You can also help contribute! The code is available on + github.
- This API serves point-level location data on accessibility features. The major categories of the features include: - "Curb Ramp," "Missing Curb Ramp," "Obstacles," and "Surface Problem." - You would occasionally find an accessibility feature like "No Sidewalk." + This API serves point-level location data on accessibility features. The major categories of features include: + "Curb Ramp", "Missing Curb Ramp", "Obstacle", and "Surface Problem". + The less common features are "No Sidewalk", "Occlusion", and "Other". | |
This API serves Accessibility Scores of the streets within a specified region. - Accessibility Score is a numerical value between 0 and 1, where 0 means inaccessible and + Accessibility Score is a value between 0 and 1, where 0 means inaccessible and 1 means accessible. | |
This API serves Accessibility Scores of the neighborhoods within a specified region. - Accessibility Score is a numerical value between 0 and 1, where 0 means inaccessible and + Accessibility Score is a value between 0 and 1, where 0 means inaccessible and 1 means accessible. |