13 unstable releases (3 breaking)

0.5.1 Feb 25, 2024
0.5.0 Feb 18, 2024
0.4.6 Feb 15, 2024
0.4.3 Dec 17, 2023
0.2.0 Sep 20, 2023

#1778 in Parser implementations

Download history 412/week @ 2024-02-14 236/week @ 2024-02-21 50/week @ 2024-02-28 19/week @ 2024-03-06 18/week @ 2024-03-13 26/week @ 2024-03-27 51/week @ 2024-04-03

384 downloads per month

MIT license

8KB
74 lines

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


lib.rs:

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

At this time only writing fgb is supported (not reading).

Examples

Create my_layer.fgb and write two features.

Dependencies

~4–13MB
~178K SLoC