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 |
#8 in #flat-geobuf
949 downloads per month
8KB
74 lines
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.
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
Dependencies
~6–12MB
~260K SLoC