Description
This PR adds a PBF Encoder. It is inspired by OsmSharp
's encoder. Most likely this code can be simplified and made more go
idiomatic.
The Encoder
has a method Encode(obj osm.Object) error
which can be used to encode structs of type osm.Object
.
Resolves #48