Mitch Vars
Mitch Vars
@benwedge I'll open a PR - if you open it then you're not eligible to vote and we may need your vote to pass it
No problem - looks like you created it on an old branch of mine that's no longer relevant, which creates tons of merge conflicts. For future reference, when working on...
Hey @benwedge - there's a [PR on this that's open for a vote](https://github.com/MobilityData/gbfs/pull/457). We need one more vote for it to pass and become part of the next version. As...
Closing Issue: This seems to be fixed in all the PBSC feeds listed in systems.csv
> Both fields are OPTIONAL so I don’t see an issue if one of the fields is left out. Imo, an empty country code should be avoided. Instead it should...
@LaurentG-AMD I think for your example above you could do this using multiple policies: ``` { "data": { "policies": [{ "curb_policy_id": "A", "published_date": 1552678857362, "priority": 1, "time_spans": [{ "months": [4,...
My experience has been that GNSS/GPS accuracy is good in clear sky locations but in urban areas it's hit or miss. Because it depends on line-of-sight, the location accuracy around...
My interpretation of this is that it's only the name of the street, so "N Center St" would be valid, but the example "438 N Center St" would not. If...
The GBFS validator is a good example of what this might look like. It's built on JSON Schema but Open API would be similar. This link will run it against...
This seems closely related to #119, maybe these two issues could be consolidated.