Description
openedon Oct 1, 2019
I have been using the data that Jump reports in the GBFS feed in one of my projects. I recently discovered an error in the station information feed for bikes in Washington DC. The GBFS feed I started from is this:
https://github.com/NABSA/gbfs/blob/master/systems.csv
From there, I scrolled right to get to the url for Jump bikes in Washington DC. That lead me to this link:
https://gbfs.uber.com/v1/dcb/gbfs.json
From there, I selected the "station_information" link:
https://gbfs.uber.com/v1/dcb/station_information.json
The error here is that there are multiple stations that are given the same station id. A quick Ctrl+F on the value eb3cdb10-ba2e-5194-b55a-f2caa4110633 will reveal that 7 stations are given that string as their station id values. This is inconsistent with the way that station id's have been reported in the past. Is this an error, and if so, how can it be worked around?