njouanin / osm-pbf-pipeline   0.0.2

MIT License GitHub

High-performance, back pressured pipeline for reading Open Street Map PBF streams

Scala versions: 2.12

Build Status Download

#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.

Quickstart

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.