Skip to content
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

Helbiz wrong current_range_meters #1

Open
PierrickP opened this issue May 23, 2023 · 0 comments
Open

Helbiz wrong current_range_meters #1

PierrickP opened this issue May 23, 2023 · 0 comments

Comments

@PierrickP
Copy link

PierrickP commented May 23, 2023

On Helbiz free_bike_status, the current_range_meters seem in kilometers instead of meters
Documentation (https://github.com/MobilityData/gbfs/blob/master/gbfs.md#vehicle_statusjson) said

This value represents the furthest distance in meters that the vehicle can travel with the vehicle's current charge [...]

See https://gbfs.helbiz.com/v2.2/rome/free_bike_status.json

{
    "bike_id": "867584033465480",
    "lat": 41.837751,
    "lon": 12.454576,
    "is_reserved": false,
    "is_disabled": true,
    "vehicle_type_id": "scooter",
    "rental_uris": {
        "android": "https://deeplink.helbiz.com/startRide?code=A0U7",
        "ios": "https://deeplink.helbiz.com/startRide?code=A0U7"
    },
    "last_reported": 1677070734,
    "current_range_meters": 9.45,
    "pricing_plan_id": "price_scooter"
}

current_range_meters must be 9450

@PierrickP PierrickP converted this from a draft issue May 23, 2023
@PierrickP PierrickP changed the title Test Helbiz wrong current_range_meters May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

No branches or pull requests

1 participant