SDOT Access to Transit
Share of Seattle households within a 1/2 mile (or approximately 10-minute) walk to 10-minute or better frequency transit service.
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 \"performance-seattle-gov/sdot-access-to-transit-wfe8-5jtf\".\"sdot_access_to_transit\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.