-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standardize location data to GeoJSON #530
Comments
tagging for more visibility |
As far as I understand, |
I don't see a clear added benefit to this breaking change |
My argument is that if both |
The current WGS84 format is widely used (including by GeoJSON) and generally understood. While GeoJSON is great for defining polygons, I don't think it would add value to define these as GeoJSON points. |
Thank you, @mplsmitch for bringing up the topic of efficiency/bandwidth (fewer lines) versus consistency (standardizing locations using WGS84 format). If others also agree with this approach, I'm happy to consider this matter resolved unless there are any objections within the next 24 hours. |
I am proposing standardizing the location-related data for v3.0-RC. This proposed change will lead to replacing the lat and lon fields with 1 GeoJSON Point field. The GeoJSON format is a well-known standard for sharing GIS data. In addition, GeoJSON is already used on the GBFS specifications in defining geofences and station areas.
Please describe some potential solutions you have considered (even if they aren’t related to GBFS).
Standard all location-related data (lat and lon) to GeoJSON on
vehicle_status.json
andstation_information.json
Is your potential solution a breaking change?
Below is an example of how lat and lon would be changed for the station information example.
The text was updated successfully, but these errors were encountered: