fgbfile 0.6.0

Create FlatGeobuf files
Documentation

fgbfile

crates.io docs.rs

Simple builder and serializer for fgb files with wrapping official flatgeobuf implementation.

Currently only supported to write fgb (not to read).

Getting started

Add the dependency.

cargo add fgbfile

See examples/serialize.rs for sample code.

License

MIT license