AB617 "Path to Clean Air" - Ferry Routes
Commuter ferry routes within the AB617 "Path to Clean Air" emissions inventory domain. Routes were determined based on information from San Francisco Bay Area Water Emergency Transportation Authority (WETA).
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-ferry-routes-gnhq-qvy7\".\"ab617_path_to_clean_air_ferry_routes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.