MTA Bus Passenger Environment Survey: 2015-2019
Passenger Environment Survey indicators combine the results of surveys of a number of different aspects of bus vehicle and operating conditions to measure passenger comfort and convenience.
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 \"ny-gov/mta-bus-passenger-environment-survey-20152019-m7ag-xvyh\".\"mta_bus_passenger_environment_survey_20152019\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.