cityofnewyork-us/nyc-dot-pedestrian-plazas-point-feature-5dck-9m6g
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 hours ago
Indexed 2 hours ago

NYC DOT Pedestrian Plazas (Point Feature)

A shapefile with all DOT pedestrian plaza locations across New York City in point feature.

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/nyc-dot-pedestrian-plazas-point-feature-5dck-9m6g\".\"nyc_dot_pedestrian_plazas_point_feature\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • nyc_dot_pedestrian_plazas_point_feature
     
     
     
     
     
Upstream Metadata