On Thu, Apr 14, 2011 at 12:21:58PM +0200, Peter Körner wrote: > Am 14.04.2011 12:10, schrieb Jochen Topf: > >To make the PBF stuff from Scott easier to use from C++ I have added a > >Makefile > >and Debian config in my fork at https://github.com/joto/OSM-binary . This > >gives > >you a /usr/lib/libosmpbf.a and the include files in /usr/include/osmpbf. > > I never really used the pbf stuff directly. Does it decode all those > dense nodes thing and such or does it just read the pbf blocks?
It just decodes the protobuf-encoded data. There is still more to do after that. But everybody who uses the PBF format needs the code for this basic step. > As far as i understood there's still some logic needed to assemble > osm objects from the pbf messages. Yes. Thats for instance provided by Osmium. Osmium builds on the PBF stuff from Scott. Jochen -- Jochen Topf [email protected] http://www.remote.org/jochen/ +49-721-388298 _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

