Waste Facilities
Vermont Center for Geographic Information
@usgov.vcgi_org_waste_facilities_da21b
Vermont Center for Geographic Information
@usgov.vcgi_org_waste_facilities_da21b
CREATE TABLE table_1 (
"x" DOUBLE,
"y" DOUBLE,
"id" BIGINT,
"swid" VARCHAR,
"isswfacility" VARCHAR,
"name" VARCHAR,
"type" VARCHAR,
"recycling" VARCHAR,
"trash" VARCHAR,
"ewaste" VARCHAR,
"hhw" VARCHAR,
"foodscraps" VARCHAR,
"cd" VARCHAR,
"cleanwood" VARCHAR,
"leafyarddebris" VARCHAR,
"materialspecifics" VARCHAR,
"address" VARCHAR,
"town" VARCHAR,
"state" VARCHAR,
"zip" DOUBLE,
"county" VARCHAR,
"mailingaddress" VARCHAR,
"mailingcity" VARCHAR,
"mailingstate" VARCHAR,
"mailingzip" DOUBLE,
"telephone" VARCHAR,
"email" VARCHAR,
"website" VARCHAR,
"active" BIGINT,
"lastvisitdate" TIMESTAMP,
"latitude" DOUBLE,
"longitude" DOUBLE
);
Anyone who has the link will be able to view this.