Strategic Measures_Percentage of new residential units by type permitted within a quarter-mile of a high-frequency transit route or protected bicycle facility
This dataset supports M.C.1.a of SD 2023. The data on permitted new residential units is collected by the Development Services Department and accessed by staff through the permit database known as AMANDA. Spatial data on existing high-frequency transit routes is provided by Capital Metro, while data on existing protected bicycle infrastructure is maintained by the Austin Transportation Department and the Public Works Department. Each row displays residential units permitted each fiscal year and how many are within a quarter mile of a high frequency transit route or protected bicycle facility.The dataset can be used to understand residential development trends in relation to high frequency transit routes. View more details at https://data.austintexas.gov/stories/s/e458-a9pt
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-measurespercentage-of-new-residential-kzp3-82am\".\"strategic_measurespercentage_of_new_residential\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.