geobuf-file
v0.1.1
Published
Read or write a geobuf file
Downloads
7
Readme
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.