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

overpassquery #4

Open
salbert83 opened this issue Oct 7, 2018 · 1 comment
Open

overpassquery #4

salbert83 opened this issue Oct 7, 2018 · 1 comment

Comments

@salbert83
Copy link

Is there a plan to add to your API something similar to overpassquery as was available in OpenStreetMap2?
Thanks,

@pszufe
Copy link
Owner

pszufe commented Oct 7, 2018

We use the library for numerical simulations on maps (rather then general map data processing). However, a pull request would be always welcome. The easiest way to achieve it would be to use contents of io.jl from OpenStreetMap2 and modify it to store output of the overpassquery to an osm file and subsequently load the file OpenStreetMapX.parseOSM() method. In this way overpassquery could be also independent from the OpenStreetMapX.

It would be nicer to do it on streams (rather than saving a file) - this however requires submitting a stream support pull request for JuliaIO/LibExpat.jl library (this actually would be very easy to do - just LibExpat.parsefile() method that opens a stream in its third line anyway needs a new parsestream() version ).

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

No branches or pull requests

2 participants