Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 11 months ago
AB617 "Path to Clean Air" - Bus Stops
Obtained 1/13/2022
Additional Information: AC Transit work is licensed under a Creative Commons Attribution 3.0 Unported License
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/ab617-path-to-clean-air-bus-stops-75cx-ntn2\".\"ab617_path_to_clean_air_bus_stops\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata