Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
Citywide Mobility Survey - Person 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 Person 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-person-2019-6bqn-qdwq\".\"citywide_mobility_survey_person_2019\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata