### Geobuf-file

Simple wrappers for loading and saving .geobuf files

* `readGeobufSync(filename)`: reads a .geobuf file, returns a GeoJSON object.
* `writeGeobufSync(filename, json)`: writes a GeoJSON object to a .geobuf file.