Data request · Citizen request
Public Transit: accurate, detailed and in near real time
Public mass transit is the lifeblood of any major city. Its full adoption solves so many headache woes for the growing city. In a effort to arm users of open data to visualize, develop for, analyze, measure the quality and growth of our services. It is important that this data is produced and maintained from an accurate and reliable common source. While there issues surrounding exporting that data, I feel that having this data set exposed in near real time will allow for the start of development of a host of improvements to ridership. As well as more informed and accurate discussions about reliability and service quality. Having this data in both solid form, as well as a event broadcasting API (which can be build by us/others) would allow for users of this data to provide real time responses to bus cancellations/rerouts/name changes/ect. The trickle down of this can play into a host of other applications, including: - Realtime routing - Alerts - Service notifications - Urban desirability indexes - People/Traffic flow analyzation - Road use/lifespan indexs or any data analyzation that benefits from accurate bus location and travel. I recommend the following fields: { ReportTimeStamp, TypeOfReport, // info notice, cancellation, maintenance request, etc. BusID, IsRemote, // Flag for reports that are reported on behalf of a bus, / or have no location data GPS: { // Location of the bus when the report was made Lat, Long }, // Important fields for why and perhaps how (as a later follow up field). Powered by a enumerated list of standard choices. why: { ReasonType: Text: // The important idea here is to mark nearly exactly why, rather then a generic "cancellation" or "information". This is important so that we can split the data along lines. For example not all "cancellations" are cancellations. Every time a bus changes its name or route, in some datasets its considered cancelled, because the bus "stopped" and its "gone". But in reality, that bus and its driver is flying a
Change history
- Jul 19, 2026Request first captured
- Apr 12, 2019open