Divvy Bicycle Stations
City of Chicago
@usgov.city_of_chicago_divvy_bicycle_stations
City of Chicago
@usgov.city_of_chicago_divvy_bicycle_stations
A list of the stations where one can pick up and return bicycles from the Divvy bicycle sharing system (http://divvybikes.com/). This dataset contains all stations. For a list of only those stations currently in service, see https://data.cityofchicago.org/d/67g3-8ig8. For real-time status of stations in machine-readable format, see https://gbfs.divvybikes.com/gbfs/gbfs.json.
Organization: City of Chicago
Last updated: 2020-11-10T16:54:40.659447
Tags: bicycling, divvy, sustainability, transportation
CREATE TABLE table_1 (
"id" VARCHAR,
"station_name" VARCHAR,
"short_name" VARCHAR,
"total_docks" BIGINT,
"docks_in_service" BIGINT,
"status" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);Anyone who has the link will be able to view this.