Atomic Polygons
City of New York
@usgov.city_of_new_york_nyap
City of New York
@usgov.city_of_new_york_nyap
Atomic polygons serve as a set of basic building blocks for generating the polygons of many of the district types represented in the NYC Street Centerline (CSCL) database. Feature classes such as election district, school district, census block, FDNY administrative company, and community district can be dissolved by combining the appropriate fields in atomic polygons. All previously released versions of this data are available at BYTES of the BIG APPLE - Archive.
Organization: City of New York
Last updated: 2024-11-08T21:08:37.074337
Tags: atomic-polygons, boundaries, boundary, cscl, dcp, department-of-city-planning, districts, lion, new-york-city, nyc
CREATE TABLE table_1 (
"borough" BIGINT,
"censusbloc" BIGINT,
"censusbl_1" VARCHAR,
"censustrac" BIGINT,
"censusbl_2" BIGINT,
"censusbl_3" VARCHAR,
"censustr_1" BIGINT,
"censustr_2" BIGINT,
"admin_fire" VARCHAR,
"water_flag" BIGINT,
"assemdist" DOUBLE,
"electdist" DOUBLE,
"schooldist" BIGINT,
"commdist" BIGINT,
"sb1_volume" VARCHAR,
"sb1_page" VARCHAR,
"sb2_volume" VARCHAR,
"sb2_page" VARCHAR,
"sb3_volume" VARCHAR,
"sb3_page" VARCHAR,
"atomicid" BIGINT,
"atomic_num" DOUBLE,
"hurricane" VARCHAR,
"censustr_3" BIGINT,
"censusbl_4" BIGINT,
"censusbl_5" VARCHAR,
"commercial" VARCHAR,
"shape_area" DOUBLE,
"shape_length" DOUBLE,
"the_geom" VARCHAR
);Anyone who has the link will be able to view this.