a-b-street / osm2streets

Convert OSM to street networks with detailed geometry
https://a-b-street.github.io/osm2streets
Apache License 2.0
102 stars 10 forks source link

Switch to osm-reader to handle XML and PBF uniformly #228

Closed dabreegster closed 11 months ago

dabreegster commented 11 months ago

Adapting @sqrtM's work in #226, I created a standalone crate https://github.com/a-b-street/osm-reader that parses XML or PBF and presents an easy-to-consume stream of OSM elements. I needed this for a bunch of other projects anyway. This PR changes osm2streets to use this new library as well.

I ran tests, checked the web import still works, and ditto for the Java bindings