Categorygithub.com/jneo8/osmpbfparser-go
repositorypackage
1.2.0
Repository: https://github.com/jneo8/osmpbfparser-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

OSM PBF Parser

  • Parse pbf file to osm element(Node, Way and Relation)

  • Iterator pattern. Easy to get.

  • Progress bar for parsing process.

  • Control memory usage by using levelDB.

  • Convert Element to GeoJSON

    • Support type: Node, Way, Relation(polygon, multipolygon)

Install

go get -u https://github.com/jneo8/osmpbfparser-go

Quick start

# This will run the example code in ./cmd/example/main.go
make run-example