14 releases (4 breaking)
0.6.0 | May 26, 2024 |
---|---|
0.5.1 | Feb 25, 2024 |
0.4.6 | Feb 15, 2024 |
0.4.3 | Dec 17, 2023 |
0.2.0 | Sep 20, 2023 |
#1716 in Parser implementations
43 downloads per month
8KB
74 lines
fgbfile
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
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
~182K SLoC