Closed idoco closed 5 years ago
Hello @idco,
Overall I think it's great. but it looks like you're only looking at free_bike_status.json
to populate your map so feeds from station based systems appear as empty feeds. The stations data would be in station_information.json
& station_status.json
. Also note that there are some hybrid systems now that have both stations and dockless bikes/scooters so all three files would be required..
Supposing you could get the station based system feeds working maybe this could become a tool to crowd source the improvement of feed quality. In the case of broken/ incomplete or invalid feeds you could pull the contact information for the feeds owner from system_information.json
and display it encouraging users to contact them and ask that it be improved or corrected.
@mplsmitch Not sure if I've plugged this here before, but we made something similar - includes every station, bike/scooter, and trips from every bikeshare system on earth in real-time (+ lots of other open data). https://share.municipal.systems/oJl_L-B8f
Combination of crawling the GBFS systems.csv + manual imports of every trip dataset we could get our hands on (30-40 or so) + every MDS trip API.
We crawl + status check + validate everything in systems.csv on a regular basis and send PRs when they are broken for more than a day.
Thanks @mplsmitch, I appreciate the feedback. Getting the other feeds to work should be quite simple, I might get to it over the weekend. It is just a matter of adding another dropdown list to select from the available feeds.
I can also add information about the system from the system_information.json
, including contact details if they exist.
Maybe this project can offer some inspiration as well https://bikesharp.com
Thank you for the information.
Where is information in Canada such as the following:
It would be great to see at least Vancouver, Calgary, Montreal and Toronto. Toronto has recently announced 105 new stations in a $7.5m expansion.
Deb
From: Fabrice V. notifications@github.com Sent: Friday, July 12, 2019 4:28 PM To: NABSA/gbfs gbfs@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [EXT] Re: [NABSA/gbfs] GBFS viewer webapp (#134)
Maybe this project can offer some inspiration as well https://bikesharp.comhttps://urldefense.proofpoint.com/v2/url?u=https-3A__bikesharp.com&d=DwMCaQ&c=jdm1Hby_BzoqwoYzPsUCHSCnNps9LuidNkyKDuvdq3M&r=MoppEOcDMczUsFAKjgP-0A&m=idUik1jwfpqjdScwZtsUEPUbcCgeDj4j9-xvgUw1QVQ&s=19zbeqp-qcyoWVUIahAJx7vObYMILxYi95b3FZCzTk0&e=
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_NABSA_gbfs_issues_134-3Femail-5Fsource-3Dnotifications-26email-5Ftoken-3DAKM4DPZUO5JPGR6EHU7E2MDP7EAO7A5CNFSM4GTQFHNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZ3AVXY-23issuecomment-2D511052511&d=DwMCaQ&c=jdm1Hby_BzoqwoYzPsUCHSCnNps9LuidNkyKDuvdq3M&r=MoppEOcDMczUsFAKjgP-0A&m=idUik1jwfpqjdScwZtsUEPUbcCgeDj4j9-xvgUw1QVQ&s=i9VVsl3TQHWoqtkzwkhJYZjSx9twkYo0z1OTI6EB1bA&e=, or mute the threadhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AKM4DP45C4YYX5GBB6XGMGLP7EAO7ANCNFSM4GTQFHNA&d=DwMCaQ&c=jdm1Hby_BzoqwoYzPsUCHSCnNps9LuidNkyKDuvdq3M&r=MoppEOcDMczUsFAKjgP-0A&m=idUik1jwfpqjdScwZtsUEPUbcCgeDj4j9-xvgUw1QVQ&s=HfdnkG1TqfJy7_iZtC0o53VIWmd7TngMm3FOx_n6EiQ&e=.
NOTICE - This communication is intended ONLY for the use of the person or entity named above and may contain information that is confidential or legally privileged. If you are not the intended recipient named above or a person responsible for delivering messages or communications to the intended recipient, YOU ARE HEREBY NOTIFIED that any use, distribution, or copying of this communication or any of the information contained in it is strictly prohibited. If you have received this communication in error, please notify us immediately by telephone and then destroy or delete this communication, or return it to us by mail if requested by us. The City of Calgary thanks you for your attention and co-operation.
@idoco and @contra thank you both for posting your GBFS viewers.
To further the goals of NABSA's 2019 GBFS upgrade, I'd like to include both in the micromobility-tools-and resources repo. If you have any requests or suggests regarding this inclusion please let me know.
Unless there are any objections I'd like to close this issue.
Hi all,
To demonstrate the importance and potential of a general feed specification, I created this tiny GBFS viewer website.
By agreeing on a unified feed spec, we make it possilbe to build such applications with just 100 lines of code.
The app reads ~all the available feeds from system.csv and displays them on a map. It is not perfect, but I'd love to get your feedback and help to improve it further. If the community finds this concept intersting, I'd be happy to transfer the repo to the @NABSA organization.
Note that some of the systems return empty feeds. If you see a problem with a system to control, let me know, and I'll try to fix it.
https://idoco.github.io/gbfs-viewer/