Crates.io | fgbfile |
lib.rs | fgbfile |
version | 0.6.0 |
source | src |
created_at | 2023-09-20 02:54:39.825183 |
updated_at | 2024-05-26 01:08:25.941299 |
description | Create FlatGeobuf files |
homepage | |
repository | https://github.com/p4ken/fgbfile |
max_upload_size | |
id | 977755 |
size | 21,111 |
Simple builder and serializer for fgb files with wrapping official flatgeobuf implementation.
Currently only supported to write fgb (not to read).
Add the dependency.
cargo add fgbfile
See examples/serialize.rs for sample code.