ETOD Typology Station Areas
These polygons are intended to be used with the ETOD Typologies dataset (https://datahub.austintexas.gov/Locations-and-Maps/ETOD-Typologies/hdpr-6wvx/about_data). They represent a half-mile buffer around each Project Connect station. The half-mile distance is intended to reflect the area that is within a 10 minute walk, bike, or roll from the station.
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/etod-typology-station-areas-w49d-6i5h\".\"etod_typology_station_areas\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.