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

Station type as part of station information #280

Closed
gerazenobi opened this issue Dec 16, 2020 · 7 comments
Closed

Station type as part of station information #280

gerazenobi opened this issue Dec 16, 2020 · 7 comments
Labels

Comments

@gerazenobi
Copy link

gerazenobi commented Dec 16, 2020

Hi there,

I would like to know whether there is a way to know if a station is of a certain type ? E.g. I would like to be able to differentiate those stations that support charging electric bikes from those that don't.

Examples seen out there

             {
                "station_id": "7656",
                "physical_configuration": "REGULAR",
                
            },
            {
                "station_id": "7657"
                "physical_configuration": "ELECTRICBIKESTATION"
                
            }
            {
                "station_id": "1",
                "is_charging_station": true,
            },
            {
                "station_id": "7",
                "is_charging_station": false,
            }

Is this already supported and I don't seem to make the connection between the different files/datasets? E.g we know which types of vehicles and how many can park on the station but it will be wrong to assume that by allowing electric bikes to park that they will be able to charge as well.

Thanks in advance.

@l4b4r4b4b4
Copy link

I can only second that request! It is an essential feature, if not yet implemented.

@mplsmitch
Copy link
Collaborator

@gerazenobi To answer your question, this is not currently supported by the specification. I agree that there is need for it. To start with I'd like to gather more information to better understand the needs. Could you post the URLs for the examples you've seen?

@stale
Copy link

stale bot commented Apr 15, 2021

This discussion has been automatically marked as stale because it has not had recent activity. It will be closed in 60 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 15, 2021
@gerazenobi
Copy link
Author

< reviving this issue so it doesn't go stale >

@stale stale bot removed the stale label Apr 16, 2021
@mplsmitch
Copy link
Collaborator

@gerazenobi We're planning to work on this issue next month - May. If anyone has other ideas about enhancements to stations please let me know.

@mplsmitch
Copy link
Collaborator

I've opened a new issue on station services #326 that includes charging stations. I'd like to move this discussion over there and close this issue. We've got this on our road map for a PR in Q3. Please provide any feedback in #326

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants