joto / osmium

C++/Javascript framework for working with OSM files.
http://wiki.openstreetmap.org/wiki/Osmium
GNU General Public License v3.0
123 stars 31 forks source link

Pbf writer #15

Closed MaZderMind closed 13 years ago

MaZderMind commented 13 years ago

Hi Jochen,

I have finally finished my work on the pbf writer. It handles all features required by the specification (granularity, date_granularity and omit_metadata) and is compatible to osmosis. It is well documented and 32/64 bit safe.

Hopefully you like my coding and documentation style and are willing to merge the pull to trunk.

Peter