Smart Trash Containers
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_smart_trash_containers
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_smart_trash_containers
CREATE TABLE smart_trash_containers (
"n__id" BIGINT,
"container_id" BIGINT,
"receptacle_model_id" BIGINT,
"assignment_date" TIMESTAMP,
"last_updated_date" TIMESTAMP,
"group_name" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" BIGINT,
"neighborhood" VARCHAR,
"dpw_division" DOUBLE,
"council_district" DOUBLE,
"ward" DOUBLE,
"fire_zone" VARCHAR,
"x" DOUBLE,
"y" DOUBLE
);
Anyone who has the link will be able to view this.