cityofnewyork-us/dsny-zones-ak2e-nbe8
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 16 days ago
Indexed 6 hours ago

DSNY Zones

This dataset contains a shape file of DSNY Zones. For operations management, the NYC Department of Sanitation (DSNY) divides the City into seven operation zones (Manhattan, Bronx, Brooklyn North, Brooklyn South, Queens West, Queens East, and Staten Island). These zones are further divided into 59 Sanitation Districts. The boundary for each DSNY district is congruent with NYC Community District boundaries.

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/dsny-zones-ak2e-nbe8\".\"dsny_zones\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • dsny_zones
     
     
     
     
     
Upstream Metadata