fgbfile

Crates.iofgbfile
lib.rsfgbfile
version0.6.0
sourcesrc
created_at2023-09-20 02:54:39.825183
updated_at2024-05-26 01:08:25.941299
descriptionCreate FlatGeobuf files
homepage
repositoryhttps://github.com/p4ken/fgbfile
max_upload_size
id977755
size21,111
p4ken (p4ken)

documentation

README

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

Commit count: 11

cargo fmt