City Of Pittsburgh Water Features
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_city_of_pittsburgh_wate_54bf296d
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_city_of_pittsburgh_wate_54bf296d
CREATE TABLE water_features (
"n__id" BIGINT,
"id" BIGINT,
"name" VARCHAR,
"control_type" VARCHAR,
"feature_type" VARCHAR,
"inactive" VARCHAR,
"make" VARCHAR,
"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 water_features_data_dictionary (
"n__id" BIGINT,
"id" VARCHAR,
"type" VARCHAR
);
Anyone who has the link will be able to view this.