Bus stops with bicycle parking, how to tag

I was thinking it probably makes sense to allow the tag bicycle_parking on a highway=bus_stop node. Especially in The Netherlands, many bus stops are being equipped with bicycle parking.

It would be analogous to the bin and bench tags.

However, the wiki says this tag is only to be used with amenity=bicycle_parking, which is not what a bus stop is.

Another option would be to create a separate bicycle parking node, right next to every bus stop that is equipped with one. That feels like a lot of redundancy to me.

1 Like

I’d prefer the other option, since I don’t see how it’s redundant.

3 Likes

It’s redundant, because for every bus stop with bicycle parking, there would need to be two nodes: the bus stop itself and the parking. And here in The netherlands, bicycle parkings at bus stops are plentiful. Whereas when a bin or bench is present, an additional node doesn’t need to be added, as it can be tagged as part of the bus stop node.

1 Like

Bus stop preset in ID had/has this option of of bin=separate and then you’d map the wastebin and it’s details. For a bus stop
I can see similar to be able to query if the bus stop has ‘proper’ bike parking as in bicycle_parking=yes or separate and then you’d still map the bike rack, stands whatever.

1 Like

Btw, here’s a good example where bicycle parking is really part of the bus stop, and not just happens to be close by.

This doesn’t occur in like half of bus stops, probably not even 10%, but this country has a LOT of bus stops, so it’s probably still thousands with “integrated” bicycle parking. It might be worth being able to query on it. Useful for cyclist maps, I suppose, isn’t it?

Redundant or not, the example you have presented doesn’t have an “integrated” bicycle parking area into the bus stop. I would agree if the bike area/rack was physically part of the bus shelter or some larger structure. The bus stop shown has a simple bus shelter and a bicycle parking next to it. I don’t doubt that the nearby parking area was included for the use of bus riders.

I would map this area as two nodes inside a larger area of the full bus stop. One node would be for the bus shelter and other for the bicycle parking area since they appear to be physically seperated by at least a meter.

4 Likes

Why don’t you create a node with both highway=bus_stop and amenity=bicycle_parking tags? Or am I missing something?

Bus stop preset in ID had/has this option of of bin=separate and then you’d map the wastebin and it’s details.

This makes more sense to me as somebody looking for a bin is not necessarily looking to catch a bus.

Same with bike parking, someone looking for a place to lock their bike isn’t always looking to catch a bus. Unless of course usage of the bike parking is solely for bus passengers.

Phil (trigpoint)

4 Likes

Why don’t you create a node with both highway=bus_stop and amenity=bicycle_parking tags? Or am I missing something?

I don’t see why this should be one node, these are 2 features, and while the proximity isn’t probably coincidence, their relation IMHO is sufficiently represented with the proximity of the nodes.

For example in this situation which was said to be really one feature: https://www.google.nl/maps/@52.1840021,5.0055726,3a,48.1y,301.08h,85.52t/data=!3m4!1e1!3m2!1sdNSb-AmTvnFP5gjvlDXjdw!2e0
the bus stop is sheltered, the bike parking not. If you use 2 nodes you can better describe the individual features with established tags (without for example prefixing the “feature part”, like bicycle_parking:shelter=no)

3 Likes

If there is a stop area relation you could add the bicycle parking to that: Tag:public_transport=stop_area - OpenStreetMap Wiki

It looks like tagging road with all it’s features on one way:
bus:lanes=no|yes|yes|yes|yes|designated
cycleway:left=lane
highway=secondary
lanes:backward=3
lanes:forward=2
maxspeed:backward=50
maxspeed:forward=30
parking:left=no
parking:right:access=customers
parking:right:fee=yes
parking:right:orientation=parallel
parking:right=street_side
sidewalk:left:smoothness=bad
sidewalk:left:surface=paving_stones
sidewalk:right:bicycle=yes
sidewalk:right:smoothness=very_good
sidewalk:right:surface=asphalt
sidewalk=both
smoothness=good
surface=asphalt
And it’s a small half of tags. This way leads to once-written-never-actualised
Bicycle parking is not a feature of bus stop - anyone can park there and it’s not just one tag to describe the parking (lit, covered, capacity, access, fee, opening_hours and so on). So, One feature, one OSM element - OpenStreetMap Wiki

2 Likes

I don’t see why not actually. Why is the wastebin NOT separate, while the bicycle parking IS separate? They both belong to the same public feature: a bus stop.

I would definitely tag the bicycle parking as part of the bus stop, but the problem is that it’s not allowed (well, technically nothing is stopping me from doing this, but it’s against the convention described at the wiki).

We could broaden this topic to a more general: when is a feature separate, and when is it a tag of another feature? When does a feature qualify for its own separate node?

I think this is the key point.
The feature is tagged as a separate node when it can be used by people who are not looking to catch a bus.

The bench is strictly related to the bus waiting, bin and bike parking are not, and in my opinion they should be tagged separately.

I don’t see why not actually. Why is the wastebin NOT separate, while the bicycle parking IS separate? They both belong to the same public feature: a bus stop.

you can map the waste bin separately with amenity=waste_basket or you can add it implicitly as a property of the bus stop (bin=yes, means this stop provides a bin), or you could even do both at the same time (the stop has a bin, and here it is).

Thought I’d mentioned it earlier in this thread but here is a dummy bus stop created in ID with the preset getting to the bin, which offers the values of separate and yes (for when the bin is attached to the shelter or bus pole.

image

yes, I know the “separate” idea, I didn’t mention it because I know it is contested, and for “bin” it is not very used (unlike for sidewalk and cycleway). Last time this was discussed, the conclusion I drew from the discussion was not to do it.