forked from openstreetmap/OSM-binary
-
Notifications
You must be signed in to change notification settings - Fork 1
License
michaeltandy/OSM-binary
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
OSM PBF ======= See http://wiki.openstreetmap.org/wiki/PBF_Format . There is a Java and a C version of the PBF library code here. For a Java usage example, see src.java\crosby\binary\test\ReadFileExample.java C Version ========= To compile: cd src make To install: cd src make install To build the Debian/Ubuntu package call: debuild -I -us -uc To install the Debian/Ubuntu package call: sudo dpkg --install ../libosmpbf-dev*.deb To include in your program use: #include <osmpbf/osmpbf.h> and link with: -lpthread -lz -lprotobuf-lite -losmpbf
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 95.0%
- Shell 3.7%
- C++ 1.3%