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
GPS pings collected by study participants who rode conventional and e-bikes at Minute Man National Historic Park between April and September 2022.
Organization: Department of Transportation
Last updated: 2023-07-30T15:28:51.748942
Tags: bicycle, e-bike, gps, public-lands, trail
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.