bronx-lehman-cuny-edu/bxsp-wuis-d434
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 months ago
Indexed 2 hours ago

Bxsp

nyzd: Polygon features representing the zoning districts. These features are continuous over the entire city. They extend to the city limits on land and out to the US Army Corps of Engineers Pierhead lines over water. Zoning district designations are indicated in the ZONEDIST attribute.

nyco: Polygon features representing the within-tax-block limits for commercial overlay districts, as shown on the DCP zoning maps. Commercial overlay district designations are indicated in the OVERLAY attribute.

nysp: Polygon features representing the Special Purpose Districts and their associated sub-districts. The main district designation is indicated in the SDNAME attribute. The abbreviation as shown on the zoning map is indicated in the SDLBL attribute.

nylh: Polygon features representing the Limited Height Districts. The main district designation is indicated in the LHNAME attribute. The abbreviation as shown on the zoning map is indicated in the LHLBL attribute.

nysp_sd: This feature class contains only the internal subdistricts of any special purpose districts that are so subdivided. The main special purpose district name is indicated by the SPNAME attribute, the SUBDIST attribute contains the subdistrict name. Any further subdistrict divisions are named in the SUBSUB attribute.

nyzma: Polygon features representing the boundaries for all rezonings adopted since January 1, 2002 (STATUS = "Adopted") and current proposed rezonings (STATUS = "Certified"). Selected city-initiated text amendments to the Zoning Resolution since 2002 that have discrete geographical boundaries may be included.

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 \"bronx-lehman-cuny-edu/bxsp-wuis-d434\".\"bxsp\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • bxsp