City Of Pittsburgh Pools
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_city_of_pittsburgh_pools
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_city_of_pittsburgh_pools
CREATE TABLE city_pools (
"n__id" BIGINT,
"id" BIGINT,
"name" VARCHAR,
"type" VARCHAR,
"retired" VARCHAR,
"water_source" VARCHAR,
"capacity" DOUBLE,
"image" VARCHAR,
"neighborhood" VARCHAR,
"council_district" BIGINT,
"ward" BIGINT,
"tract" BIGINT,
"public_works_division" BIGINT,
"pli_division" BIGINT,
"police_zone" BIGINT,
"fire_zone" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);
CREATE TABLE city_pools_data_dictionary (
"n__id" BIGINT,
"id" VARCHAR,
"type" VARCHAR
);
Anyone who has the link will be able to view this.