Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Citywide Mobility Survey - Vehicle 2019
The Citywide Mobility Survey (CMS) is NYC DOT's annual travel survey to assess the travel behavior, preferences, and attitudes of NYC residents. It is composed of 5 linked data tables - this one is the 2019 CMS Vehicle Survey.
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 \"cityofnewyork-us/citywide-mobility-survey-vehicle-2019-jxs5-ygaz\".\"citywide_mobility_survey_vehicle_2019\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata