cityofnewyork-us/nyc-zoning-tax-lot-database-fdkv-4t4z
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 25 days ago
Indexed 5 hours ago

NYC Zoning Tax Lot Database

The Zoning Tax Lot Database is a comma–separated values (CSV) file format that contains up-to-date zoning by parcel. The Database includes the zoning designations and zoning map associated with a specific tax block and lot. The Database is updated on a monthly basis to reflect rezoning and corrections to the file.

All previously released versions of this data are available at <a href="https://www1.nyc.gov/site/planning/data-maps/open-data/bytes-archive.page?sorts[year]=0">BYTES of the BIG APPLE- Archive</a>

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-zoning-tax-lot-database-fdkv-4t4z\".\"nyc_zoning_tax_lot_database\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • nyc_zoning_tax_lot_database
     
     
     
     
     
Upstream Metadata