mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
359 stars 89 forks source link

Given latitude and longitude, figure out if I'm on on a highway #161

Closed Wes-Wang closed 5 months ago

Wes-Wang commented 1 year ago

Hello, how do I use the api to figure out if the road I am on is a highway, residential area, etc... given a (lat, long) pair?

metazool commented 7 months ago

This question is about the Overpass API rather than the library that wraps it

https://overpass-turbo.eu/ - recommend experimenting with Overpass Turbo. And I have mixed feelings about suggesting this but ChatGPT understands the Overpass query language fairly well and might help you

mvexel commented 5 months ago

@Wes-Wang going to close this issue since it's not related to this project. You could head to community.osm.org to find an answer to your question.