Readme
Updated 1 month ago
‧ Indexed 3 hours ago
Divvy Bicycle Stations - Historical
Historical availability of bicycles and docks to return bicycles at the Divvy stations (http://divvybikes.com/). For the current list of stations, see https://data.cityofchicago.org/d/bbyy-e7gq For real-time status of stations in machine-readable format, see https://feeds.divvybikes.com/stations/stations.json.
Due to a change in the data source, discussed at http://dev.cityofchicago.org/open%20data/data%20portal/2019/07/10/divvy-datasets-frozen.html, records between 7/7/2019 and 12/9/2019 are missing.
Columns
Name | Socrata field name | Column name in sgr mount | Data type | Description |
---|---|---|---|---|
Record | record | record | Text | A combination of ID (indicating station) and Timestamp (indicating when the record was recorded) to uniquely identify the record |
Status | status | status | Text | The status of the station. Stations "In Service" are available for use. |
Address | address | address | Text | The street address of the station. This value is not available after 7/7/2019. |
Timestamp | timestamp | timestamp | Calendar date | The date and time the record was recorded. |
Station Name | station_name | station_name | Text | The name of the station. |
Percent Full | percent_full | percent_full | Number | Percentage of the docks in service containing an available bike. N/A (denominator is zero) values are indicated by either blank or -1. |
Docks in Service | docks_in_service | docks_in_service | Number | Excludes docks taken out of service. Calculated as the number of docks reported as containing available bicycles or available to receive returned bicycles. |
ID | id | id | Number | A unique station identifier. NOTE: Extremely long IDs may not display correctly on this page but should be correct if this dataset is exported or accessed through the API. |
Longitude | longitude | longitude | Number | The longitude of the station. |
Available Bikes | available_bikes | available_bikes | Number | Number of bicycles available to be rented. |
Location | location | location | Point | The location of the station in a format that allows for creating maps in this data portal and performing some types of geographic analysis. |
Available Docks | available_docks | available_docks | Number | Number of docks available to receive a returned bicycle. |
Latitude | latitude | latitude | Number | The latitude of the station. |
Total Docks | total_docks | total_docks | Number | Total docks in the station. Each dock can accommodate one bicycle. |
Upstream Metadata