-
Notifications
You must be signed in to change notification settings - Fork 51
Bike share open data schema
Based off of [Hubway Data Visualization Challenge](http://hubwaydatachallenge.org)
Trip ID Start date and time start station location End date and time end station location bike number membership type zipcode of member (of registered user) age of member (of registered user) gender of member (of registered user)
<ride> <ID>: trip id <start_date>: start date of trip with date and time <start_station>: station id of start station <end_date>: end date of trip with date and time <end_station_id>: station id of end station <bike_nr>: id of bicycle used <subscription_type>: (should be cognizant of varying membership types) <zip_code>: zipcode of user <birth_date>: birth year of user <gender>: gender of user </ride>
Based off of [Hubway XML feed](http://thehubway.com/data/stations/bikeStations.xml) and [JCDecaux Developer Portal](https://developer.jcdecaux.com/#/opendata/vls?page=dynamic)
Station ID / Number Station Name Station Address Station Payment Terminal Availability Station Position (lat / Lng) Station Status Installed Date (Looking at Boston) Installed Status - Yes / No (Looking at Boston) Installed Type - Permeant / Temporary (Looking at Boston) Station Stands Total Station Stands Available Station Stands with Bikes Available Number of broken bikes at station Last communication with central server. Last update received from station.
<station> <id> <name> <terminalName> <terminalAddress> <terminalBanking>: Logical, indicates if there is a 'banking' terminal <terminalStatus>: Logical, open or closed <terminalLocked>: Logical, indicates whether station is locked. <lat>: station latitude <long>: station longitude <installed>: Logical, Yes/No <installDate> <removalDate> <temporary>: Logical, indicates whether station is temporary. <public>: Logical, indicated if the station is available to the general public. <nbCapacity>: Number of stands at station. <nbBikes>: Number of bikes at station. <nbEmptyDocks>: Number of empty docks at station. <nbBroken>: Number of bikes indicated broken at station. <lastCommWithServer>: Last communication with central server. <latestUpdateTime>: Last update received from station. </station>