Transit Rich Area (Other Rail. Ferry, Frequent Bus) - Outside High Resource Area
TRA_outside_HRA_OtherRail_FrequentBus_Ferry
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 \"bayareametro-gov/transit-rich-area-other-rail-ferry-frequent-bus-7yh3-54p7\".\"transit_rich_area_other_rail_ferry_frequent_bus\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.