Louisville Metro KY - Feature Class Containing Trip Level Data For LouVelo Bikeshare Program
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_featur_06c2fd86
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_featur_06c2fd86
LouVelo is a docked bikeshare program owned by Louisville Metro Government and operated by Cyclehop since May of 2017. The System includes Approximately 250 bikes, 25 Docked Stations in Louisville, and an additional 3 stations owned and operated by the City of Jeffersonville in Partnership with Cyclehop. These data will be updated on a monthly basis to show monthly trends in ridership along with general patterns of use with pick up and drop off location data. These data are updated and maintained for use in the Louisville Metro Open Data Portal LouVelo Dashboard to show ridership for the entirety of the program. Some stations have been relocated since the programs founding. For up to date information on dock locations please view the system map on the LouVelo website. This dashboard is maintained by Louisville Metro Public Works.
For any questions please contact:
James Graham
Mobility Coordinator
Louisville Metro Public Works
Division of Transportation
444 S. 5th, St, Suite 400
Louisville, KY 40202
(502) 574-6473
For more information about the LouVelo bikeshare program please visit their website.
Organization: Louisville Metro Government
Last updated: 2025-07-30T13:55:42.110925
Tags: 2017, 2018, 2019, 2020, 2021, 2022, bikeshare, docked-bikeshare, jefferson-county, kentucky, louisville, louisville-metro, louisville-metro-ky, louisville-metro-public-works-and-assets, louvelo, micromobility, modp, monthly, open-data
CREATE TABLE table_1 (
"x" DOUBLE,
"y" DOUBLE,
"trip_id" BIGINT,
"closed_status" VARCHAR,
"duration" DOUBLE,
"start_station_id" BIGINT,
"start_latitude" DOUBLE,
"start_longitude" DOUBLE,
"start_date" TIMESTAMP,
"start_station_name" VARCHAR,
"end_date" TIMESTAMP,
"end_station_id" DOUBLE,
"end_latitude" DOUBLE,
"end_longitude" DOUBLE,
"end_station_name" VARCHAR,
"bike_barcode" VARCHAR,
"bike_model" VARCHAR,
"product_name" VARCHAR,
"objectid" BIGINT
);Anyone who has the link will be able to view this.