Near Real-Time Information on all Bike Chattanooga Stations
In order to support multi-modal trips, we want to make it really easy to access information about Chattanooga's bike share system. By providing information in various formats, we lower the barrier to entry and make it easy to incorporate this data into community applications.
The pipeline runs every minute.
| column | example | description |
|---|---|---|
| station_id | 1438 |
The internal id for the station. |
| external_id | "42d1904c-d936-11ef-adb2-02b0ba56a5d7" |
The external id for the station. |
| name | "St Elmo" |
The name of the station |
| physical_configuration | "ELECTRICBIKESTATION" |
The physical configuration of the station. |
| latitude | 35.0095361 |
Latitude of the station |
| longitude | -85.32854099 |
Longitude of the station |
| altitude | 10 |
Altitude of the station |
| address | "3917 St Elmo Avenue" |
Address of the station |
| post_code | "37409" |
Zip Code |
| capacity | 15 |
How many total docks are at the station |
| charging_station | true |
unsure... |
| key | true |
whether you can rent by Bike Chattanooga key fob |
| transitcard | true |
whether you can rent by using a transit card |
| creditcard | true |
whether you can rent by using a credit card |
| phone | true |
whether you can rent by using a phone |
| groups | "EBS,Scooter Removal Zone,South Chattanooga" |
groups |
| last_updated | 1774667735 |
last time station status was updated |
| bikes_available | 7 |
the number of bike available to rent |
| bikes_disabled | 0 |
the number of disabled bikes (you can't rent) |
| status | "IN_SERVICE" |
status of the station |
| docks_available | * |
the number of open docks where you can park your bike |
| docks_disabled | 0 |
the number of broken docks that aren't available |
| last_reported | 1774667686 |
when this information was updated |
| installed | true |
whether the stations exists and is ready to use |
| renting | true |
whether you can rent from the station |
| returning | true |
whether people can return bikes to this station |
| FIT | 0 |
the number of FIT available |
| BOOST | 1 |
the number of BOOST available |
| ICONIC | 3 |
the number of ICONIC available |
| EFIT | 3 |
the number of EFIT available |
| CHLOE | 0 |
the number of CHLOE available |
- You can view the geojson on a map using geojson.io.
- You can view the shapefile on a map using shapefile.io.
- You can query the data with SQL using duckdb.
Post an issue here or email the package author at [email protected].