Building Elevation And Subgrade (BES)
City of New York
@usgov.city_of_new_york_building_elevation_and_subgrade_bes
City of New York
@usgov.city_of_new_york_building_elevation_and_subgrade_bes
The Building Elevation and Subgrade data contains New York City building centroids derived from the Department of Building's (DOB) February 26th, 2022 building footprint dataset. Each record contains a grade and first floor measurement for each building (recorded as feet above sea-level in the NADV88 vertical datum) and indicates if subgrade space exists. DCP contracted with an external data vendor to generate a single point, or centroid, that represented the location of the center of every building recorded in the DOB dataset. The dataset excluded the footprints of small accessory buildings such as sheds. Each row within the dataset represents one building centroid, and records the X and Y coordinates of that centroid in the NAD 1983 coordinate system.
Organization: City of New York
Last updated: 2023-09-22T13:25:43.348467
Tags: bes, building, climate-change, dcp, department-of-city-planning, elevation, flood-risk, flooding, resiliency, subgrade, sustainability
CREATE TABLE table_1 (
"the_geom" VARCHAR,
"bin" BIGINT,
"bbl" BIGINT,
"borough" DOUBLE,
"block" DOUBLE,
"lot" BIGINT,
"address" VARCHAR,
"z_grade" DOUBLE,
"z_floor" DOUBLE,
"subgrade" VARCHAR,
"notes1" VARCHAR,
"notes2" VARCHAR,
"notes3" VARCHAR,
"x" DOUBLE,
"y" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"pluto_bbl" BIGINT,
"council" BIGINT,
"borocd" BIGINT,
"ctlabel" DOUBLE,
"boroct2020" BIGINT,
"nta2020" VARCHAR,
"ntaname" VARCHAR,
"cdta2020" VARCHAR,
"cdtaname" VARCHAR
);Anyone who has the link will be able to view this.