Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
Pedestrian Mobility Plan Pedestrian Demand
Based on citywide data sources for pedestrian generators, NYC DOT developed a holistic, data-driven framework to categorize streets based on pedestrian needs. The plan aims to improve pedestrian comfort and convenience as well as increase walking citywide. NYC DOT created five broad street categories to determine the pedestrian needs on the city’s sidewalks. For more information, please visit NYC DOT website: https://www1.nyc.gov/html/dot/html/pedestrians/pedestrian-mobility.shtml
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/pedestrian-mobility-plan-pedestrian-demand-fwpa-qxaf\".\"pedestrian_mobility_plan_pedestrian_demand\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata