Strategic Measure_Sidewalk Segment Data
This dataset shows detailed data for sidewalk network segments within the full purpose jurisdiction of the City of Austin. It includes constructed ('Existing') and planned ('Absent') sidewalk segments for the network as described in the Sidewalk Master Plan adopted by the Austin City Council in June 2016. Data in this dataset may change in the future following sidewalk plan updates, which may change the composition of the planned sidewalk network.
This dataset supports two SD23 performance measures: M.C.6a and HE.C.5. Data showing calendar year construction can be found in the dataset Strategic Measure_Aggregated Sidewalk Construction Data.
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-segment-data-apxe-72wn\".\"strategic_measuresidewalk_segment_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.