An open API service indexing awesome lists of open source software.

https://github.com/systemed/ruby_osmpbf

Demonstration of reading .osm.pbf with Ruby
https://github.com/systemed/ruby_osmpbf

Last synced: 4 months ago
JSON representation

Demonstration of reading .osm.pbf with Ruby

Awesome Lists containing this project

README

          

A quick example of reading an .osm.pbf file with Ruby.

You'll need the Beefcake gem, and to patch it as per https://github.com/protobuf-ruby/beefcake/issues/61 .