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

expose relation membership information and add 'member of' -filter #325

Open
SlowMo24 opened this issue Feb 28, 2024 · 0 comments
Open

expose relation membership information and add 'member of' -filter #325

SlowMo24 opened this issue Feb 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@SlowMo24
Copy link
Contributor

Use Case Description

Hiking, bike routes etc. are mapped as route relations. This relation-link is though lost in the ohsome api: neither the relation contains information on its members (which is present in the OSHDB core) nor the members contain information in the relations they are a member of.

In the current case I want to distinguish between road that are potentially and explicitly walkable. E.g. a highway=track is potentially walkable but I suggest that it is 'explicitly walkable' if it is the member of a hiking trail.

My current solution is to request highways and routes separately and then geographically intersect them but that method seems error prone (e.g. rounding errors)

Request Description

  • Escalate the relation tags down to its members (that should not be much data and could be hidden behind a feature flag)
  • Add a member of filter parameter to get elements that are part of a relation
@SlowMo24 SlowMo24 added the enhancement New feature or request label Feb 28, 2024
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
None yet
Development

No branches or pull requests

1 participant