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

Streaming XML Parsing #35

Closed
tedsteiner opened this issue Sep 26, 2014 · 3 comments
Closed

Streaming XML Parsing #35

tedsteiner opened this issue Sep 26, 2014 · 3 comments

Comments

@tedsteiner
Copy link
Owner

Currently OpenStreetMap.jl parses OSM datafiles using LightXML.jl, which loads the entire file into memory. Because we only access each element once and then close the file, it would be much more efficient to use a streaming XML parser instead, especially when reading from large datafiles.

I'm not sure why, but loading a 150 MB .osm file takes up a couple GB of RAM, so anything much larger than a city isn't really feasible right now.

@yeesian
Copy link
Collaborator

yeesian commented Dec 19, 2014

Any progress on this? If not, I'm done with exams, and will give it a shot using LibExpat. See: #55

@tedsteiner
Copy link
Owner Author

Nope, I haven't made any progress on it. It would be an awesome feature to have, though!

@yeesian
Copy link
Collaborator

yeesian commented Jan 14, 2015

closed via #55

@yeesian yeesian closed this as completed Jan 14, 2015
@tedsteiner tedsteiner added this to the Release 0.8 milestone Jan 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants