Forestry Inspections
City of New York
@usgov.city_of_new_york_forestry_inspections
City of New York
@usgov.city_of_new_york_forestry_inspections
CREATE TABLE table_1 (
"objectid" BIGINT,
"inspectiontype" VARCHAR,
"inspectionstatus" VARCHAR,
"inspectiontpcondition" VARCHAR,
"inspectiontpstructure" VARCHAR,
"treepointdbh" DOUBLE,
"swtreeconditionrating" DOUBLE,
"swlocationrating" DOUBLE,
"swclearancerating" DOUBLE,
"swdamagerating" DOUBLE,
"swdamagedflagstonesrating" DOUBLE,
"swratingtotal" DOUBLE,
"treepointglobalid" VARCHAR,
"plantingspaceglobalid" VARCHAR,
"servicerequestglobalid" VARCHAR,
"geometry" VARCHAR,
"globalid" VARCHAR,
"inspectiondate" VARCHAR,
"closeddate" TIMESTAMP,
"createddate" TIMESTAMP,
"updateddate" TIMESTAMP,
"parentinspectionglobalid" VARCHAR,
"reinspectiondate" TIMESTAMP,
"swtotaltrees" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.