cityofnewyork-us/step-streets-locations-u9au-h79y
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 1 hour ago

Step Streets Locations

Step Street are steps that were built, instead of a typical roadway, on a mapped street that has a huge grade difference. They were built to avoid very steep roadway and provide access for public use. These steep, block-long, open-air staircases for pedestrians connect two streets at different elevations.

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/step-streets-locations-u9au-h79y\".\"step_streets_locations\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • step_streets_locations
     
     
     
     
     
Upstream Metadata