Strategic Measure_Sidewalk Condition Data
This dataset contains data about the conditions of sidewalks maintained by the City of Austin Public Works Department. It does not include sidewalks maintained by private parties or other government entities.
This network currently contains about 2700 miles of sidewalks, of which 616 miles have been assessed. Condition assessment is a manual process, requiring people to walk the sidewalks, measure their conditions, and record observations and measurements in a cloud database that is tied to a map of the sidewalks. This dataset describes conditions as of the FY2019 assessment, which includes all high priority and very high priority sidewalks as described in the City of Austin Sidewalk Master Plan adopted in June 2016. Lower priority sidewalks are present in the dataset, but without an assessment of their condition. Assessment of the remaining part of the network should be completed by the conclusion of FY2021.
View more details and insights related to this data set on the story page: https://data.austintexas.gov/stories/s/t3ve-rx4s
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"datahub-austintexas-gov/strategic-measuresidewalk-condition-data-8e5u-8itq\".\"strategic_measuresidewalk_condition_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.