Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 979 Bytes

readme.md

File metadata and controls

18 lines (11 loc) · 979 Bytes

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.