NYC Zoning Tax Lot Database
City of New York
@usgov.city_of_new_york_nyc_zoning_tax_lot_database
City of New York
@usgov.city_of_new_york_nyc_zoning_tax_lot_database
The Zoning Tax Lot Database is a comma-separated values (CSV) file 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 BYTES of the BIG APPLE- Archive
Organization: City of New York
Last updated: 2020-11-10T17:02:53.582099
Tags: city-planning, dcp, nyc-zoning-tax-lot-database, property, zoning
CREATE TABLE table_1 (
"borough_code" BIGINT,
"tax_block" BIGINT,
"tax_lot" BIGINT,
"bbl" BIGINT,
"zoning_district_1" VARCHAR,
"zoning_district_2" VARCHAR,
"zoning_district_3" VARCHAR,
"zoning_district_4" VARCHAR,
"commercial_overlay_1" VARCHAR,
"commercial_overlay_2" VARCHAR,
"special_district_1" VARCHAR,
"special_district_2" VARCHAR,
"special_district_3" VARCHAR,
"limited_height_district" VARCHAR,
"zoning_map_number" VARCHAR,
"zoning_map_code" VARCHAR
);Anyone who has the link will be able to view this.