E-Bike Field Study Data
Department of Transportation
@usgov.dot_gov_e_bike_field_study_data
Department of Transportation
@usgov.dot_gov_e_bike_field_study_data
CREATE TABLE table_1 (
"date" TIMESTAMP,
"lat" DOUBLE,
"lon" DOUBLE,
"spd" DOUBLE,
"blind_turn" BIGINT,
"constrained_tunnel" BIGINT,
"narrow" BIGINT,
"slow_sign" BIGINT,
"trail_hazards" BIGINT,
"trail_junction" BIGINT,
"vehicle_conflict_point" BIGINT,
"walk_bike_sign" BIGINT,
"eb" BIGINT,
"uphill" BIGINT,
"downhill" BIGINT,
"passing" BIGINT,
"participantid" BIGINT,
"age" BIGINT,
"sex" VARCHAR,
"bike_type" VARCHAR,
"ebike_class" DOUBLE
);
Anyone who has the link will be able to view this.