Austin MetroBike Trips
City of Austin
@usgov.city_of_austin_austin_metrobike_trips
City of Austin
@usgov.city_of_austin_austin_metrobike_trips
Note on data currency: The vendor for the trip data has changed, and TPW are working with CapMetro and the new vendor to obtain more current trip data. We will refresh the data as soon as it becomes available.
This dataset contains trip data from the Austin MetroBike bicycle sharing program.
Note that trips less than 2 minutes are not included in this dataset. Rebalancing and maintenance trips by MetroBike staff are also not included.
You may also be interested in the MetroBike kiosk location data, available here:
https://data.austintexas.gov/dataset/Austin-MetroBike-Kiosk-Locations/qd73-bsdg/data
More information about Austin MetroBike is available here:
http://austinbcycle.com/
Organization: City of Austin
Last updated: 2020-11-12T13:32:58.483182
Tags: bicycles, metrobike, mobility, transit, transportation
CREATE TABLE table_1 (
"trip_id" BIGINT,
"membership_or_pass_type" VARCHAR,
"bicycle_id" VARCHAR,
"bike_type" VARCHAR,
"checkout_datetime" VARCHAR,
"checkout_date" TIMESTAMP,
"checkout_time" VARCHAR,
"checkout_kiosk_id" VARCHAR,
"checkout_kiosk" VARCHAR,
"return_kiosk_id" VARCHAR,
"return_kiosk" VARCHAR,
"trip_duration_minutes" BIGINT,
"month" BIGINT,
"year" BIGINT
);Anyone who has the link will be able to view this.