Skip to content

Fix: Add bicycle_road tag to classification (issue #150)#151

Open
Robinlovelace wants to merge 1 commit intomainfrom
fix/bicycle-road-150
Open

Fix: Add bicycle_road tag to classification (issue #150)#151
Robinlovelace wants to merge 1 commit intomainfrom
fix/bicycle-road-150

Conversation

@Robinlovelace
Copy link
Contributor

Summary

This PR fixes issue #150 by adding support for the bicycle_road OSM tag.

Changes

  1. Added bicycle_road to et_active() - ensures the tag is retrieved from OSM data
  2. Added classification logic - roads with bicycle_road=yes are now classified as Level track

Why

The bicycle_road tag is commonly used in Germany (e.g., Munich) to designate bicycle boulevards. Previously, these roads were not being classified in osmactive, causing them to be missed in analysis.

Testing

Run osmactive on German cities (e.g., Munich) and verify that roads with bicycle_road=yes are now included.


Fixes #150

- Added bicycle_road to et_active() to retrieve the tag from OSM
- Added classification for bicycle_road=yes as 'Level track'
- This ensures German bicycle roads (e.g., Munich) are classified correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add tag to classification: bicycle_road ?

1 participant