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
- Host: GitHub
- URL: https://github.com/systemed/ruby_osmpbf
- Owner: systemed
- Created: 2016-10-14T12:56:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T12:59:32.000Z (over 9 years ago)
- Last Synced: 2025-08-09T17:43:30.520Z (10 months ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .