Get neighborhood Access Score
Get Access Score for the neighborhoods that are fully within the given lat/lng bounds.
Query parameters
-
Latitude for first corner of a bounding box
-
Longitude for first corner of a bounding box
-
Latitude for second corner of a bounding box
-
Longitude for second corner of a bounding box
-
filetype string
Optional parameter to choose output format; defaults to GeoJSON.
Values are
geojson
,csv
, orshapefile
. Default value isgeojson
.
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