#osm-pbf-pipeline
Scala library for reading Open Street Map pbf files.
osm-pbf-pipeline uses akka-stream to provide a high-performance, back pressured engine for reading pbf streams.
Add the following dependency to buid.sbt
(or whatever build system configuration):
libraryDependencies += "io.tripod" %% "osm-pbf-pipeline" % "0.0.2"
The see examples for use cases and to learn how to use osm-pbf-pipeline.