Get neighborhood Access Score

GET /v2/access/score/neighborhoods

Get Access Score for the neighborhoods that are fully within the given lat/lng bounds.

Query parameters

  • lat1 number(double) Required

    Latitude for first corner of a bounding box

  • lng1 number(double) Required

    Longitude for first corner of a bounding box

  • lat2 number(double) Required

    Latitude for second corner of a bounding box

  • lng2 number(double) Required

    Longitude for second corner of a bounding box

  • filetype string

    Optional parameter to choose output format; defaults to GeoJSON.

    Values are geojson, csv, or shapefile. Default value is geojson.

Responses

  • Successful data retrieval

GET /v2/access/score/neighborhoods
curl \
 -X GET https://sidewalk-newberg-test.cs.washington.edu/v2/access/score/neighborhoods?lat1=45.305&lng1=-123.01&lat2=45.345&lng2=-122.95