Autonomous Vehicle Survey Of Bicyclists And Pedestrians In Pittsburgh
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_autonomous_vehicle_surv_a123673e
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_autonomous_vehicle_surv_a123673e
CREATE TABLE data_dictionary_2017 (
"fieldname" VARCHAR,
"description_or_question" VARCHAR,
"range_of_responses" VARCHAR
);
CREATE TABLE member_responses_2017 (
"response_id" BIGINT,
"start_date" VARCHAR,
"end_date" VARCHAR,
"status" VARCHAR,
"source_type" VARCHAR,
"interactpedestrian" VARCHAR,
"interactbicycle" VARCHAR,
"circumstancescoded" DOUBLE,
"feelingsprovingground" VARCHAR,
"safetyhuman" VARCHAR,
"safetyav" VARCHAR,
"avsafetypotential" VARCHAR,
"regulationtesting" VARCHAR,
"regulationspeed" VARCHAR,
"regulationschoolzone" VARCHAR,
"regulationsharedata" VARCHAR,
"advocacyissues" VARCHAR,
"bikepghposition" VARCHAR,
"payingattentionav" VARCHAR,
"familiaritytechnoology" VARCHAR,
"zipcode" DOUBLE
);
CREATE TABLE public_responses_2017 (
"response_id" BIGINT,
"start_date" VARCHAR,
"end_date" VARCHAR,
"status" VARCHAR,
"source_type" VARCHAR,
"interactpedestrian" VARCHAR,
"interactbicycle" VARCHAR,
"circumstancescoded" DOUBLE,
"feelingsprovingground" VARCHAR,
"safetyhuman" VARCHAR,
"safetyav" VARCHAR,
"avsafetypotential" VARCHAR,
"regulationtesting" VARCHAR,
"regulationspeed" VARCHAR,
"regulationschoolzone" VARCHAR,
"regulationsharedata" VARCHAR,
"advocacyissues" VARCHAR,
"bikepghposition" VARCHAR,
"payingattentionav" VARCHAR,
"familiaritytechnoology" VARCHAR,
"zipcode" DOUBLE
);
Anyone who has the link will be able to view this.