City Of Pittsburgh Steps
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_city_of_pittsburgh_steps
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_city_of_pittsburgh_steps
CREATE TABLE city_of_pittsburgh_steps (
"n__id" BIGINT,
"id" BIGINT,
"name" VARCHAR,
"maintenance_responsibility" VARCHAR,
"installed" TIMESTAMP,
"material" VARCHAR,
"length" DOUBLE,
"number_of_steps" DOUBLE,
"schools_count" DOUBLE,
"school_score" DOUBLE,
"total_population" DOUBLE,
"transit_rider_count" DOUBLE,
"transit_score" DOUBLE,
"detour_score" DOUBLE,
"overall_score" DOUBLE,
"image" VARCHAR,
"neighborhood" VARCHAR,
"council_district" DOUBLE,
"ward" BIGINT,
"tract" BIGINT,
"public_works_division" BIGINT,
"pli_division" BIGINT,
"police_zone" BIGINT,
"fire_zone" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);
CREATE TABLE city_of_pittsburgh_steps_data_dictionary (
"n__id" BIGINT,
"id" VARCHAR,
"type" VARCHAR
);
Anyone who has the link will be able to view this.