-
Notifications
You must be signed in to change notification settings - Fork 58
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
querying data from local osm file #78
Comments
`import overpy with open('test.osm')) as fh: |
I assume the idea of @johnbryant1 is to load a local OSM file and run queries against that (correct me if I am wrong). I tried
but
seems still to query overpass-api.de instead of running in-memory. |
Hi, I'm also interested in getting overpy to work while using a local .osm file instead of the online databases. Does anyone have a solution for this? Thanks in advance. |
Hello, is there any news about this issue? Can somebody please shed some light on this? |
Hi, I am trying to query the data of a specific osm file from my hard disk. Is it possible to do so directly using overpy without uploading the osm file it to a localhost? Thank you in advance.
The text was updated successfully, but these errors were encountered: