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

What is needed for implementing Bikeep in similar manner as Bikely #102

Open
tsobuskerudbyen opened this issue Feb 6, 2024 · 8 comments
Assignees
Labels
enhancement New feature or request

Comments

@tsobuskerudbyen
Copy link

Please have a look: https://docs.bikeep.com/#overview. How much work is needed here? Can this then be done in OTP as well?

@leonardehrenfried
Copy link
Contributor

Is Bikeep is a service for locking and unlocking parking facilities? If so then it's very much outside of what we (as the maintainers) see as in-scope for OTP.

What we could do is get the locations from their API and display them on a map or do routing with them in OTP.

I have colleagues in Germany that are maintaining an open source stack for these bike lockers. If you want I can put you in touch.

@tsobuskerudbyen
Copy link
Author

For the moment we just want to look into displaying information about the bike lockers on sykkelveier.no, just like Bikely is currently displayed – with: location, how many available, and some basic text info.

@tsobuskerudbyen tsobuskerudbyen changed the title What is needed for implementing Bikekeep in similar manner as Bikely What is needed for implementing Bikeep in similar manner as Bikely Mar 1, 2024
@tsobuskerudbyen
Copy link
Author

tsobuskerudbyen commented Mar 22, 2024

Norwegian translations:

  • BIKE_HOUSE = "Bikeep sykkelparkeringshus" (Not the same app as Sykkelhotell, hence we name them differently)
  • PRIVATE = "Bikeep sykkelstasjon" - We should, per now, reuse the normal cycle parking symbol here then. And add number of available private stations of course. One location for a single bike is called: "Bikeep sykkelstativ"

Icons used in the app for reference:
Screenshot_20240322_134951_Bikeep

@tsobuskerudbyen
Copy link
Author

@leonardehrenfried Back from Easter holidays. Can you please link OTP ticket with this ticket?

@tsobuskerudbyen
Copy link
Author

OTP: opentripplanner/OpenTripPlanner#5798 - "Add Bikeep bicycle parking updater"

@Beck-berry
Copy link
Contributor

Beck-berry commented May 18, 2024

Norwegian translations:

  • BIKE_HOUSE = "Bikeep sykkelparkeringshus" (Not the same app as Sykkelhotell, hence we name them differently)
  • PRIVATE = "Bikeep sykkelstasjon" - We should, per now, reuse the normal cycle parking symbol here then. And add number of available private stations of course. One location for a single bike is called: "Bikeep sykkelstativ"

The tags that are used (and that I found so far): "PRIVATE", "FREE", "BOOKABLE", "BIKE_HOUSE", "BIKE".
There are locations that can be BIKE_HOUSE and PRIVATE at the same time, so I would advice not to change icons and legend based on this, only add the tag data as a description at the popup.
What do you think, @tsobuskerudbyen? Do you know, what all of these mean? If it's ok for you, we'd need descriptions for all the tags.

@tsobuskerudbyen
Copy link
Author

Yeah, I see the confusion here. As far as I know the BIKE_HOUSE takes precedence, as it contains x numbers of PRIVATE stations inside. Icon on the first: Are there any "house with a bike in it"? Something like this:
image
Copied from: Cycle icons created by manshagraphics - Flaticon

Also, see the light green icon from the app screenshot over. Looks a bit strange that is has a person on the bike.

@Beck-berry
Copy link
Contributor

Beck-berry commented Jun 29, 2024

As I mentioned earlier, we can create a switch in the legend for separate layers only. Both bikehouses and private parkings have the same switch: bikeep parkering. Since the switch works for both type of bike parkings (bike house and private), I would suggest that we do not use different icons for them, because it could confuse users; only show the difference in the popup. It is understandable of Bikeep to make a difference between its own services, but we display many different layers already.
Anyways, I will check how the legend/switch handles if there are multiple icons for a layer and come back to this.


Added different icons for bikeep:
at the legend:
Image
at the map:
Image

Added its own popup:
if a private parking:
Image
if a bikehouse:
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

3 participants