You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new libosmium library maintained by osmcode.org (same author, joto) does all the PBF parsing we need, and does it much more intelligently. As such, PBF import tasks should be ported to use pyosmium, the Python bindings for libosmium so we can take advantage of the speed and caching for geographic points -- these can be fed into bulk imports to PyMongo, creating our preferred Mongo datastructure with much less hassle.
The text was updated successfully, but these errors were encountered:
The new libosmium library maintained by osmcode.org (same author, joto) does all the PBF parsing we need, and does it much more intelligently. As such, PBF import tasks should be ported to use pyosmium, the Python bindings for libosmium so we can take advantage of the speed and caching for geographic points -- these can be fed into bulk imports to PyMongo, creating our preferred Mongo datastructure with much less hassle.
The text was updated successfully, but these errors were encountered: