What is FlatGeobuf?
FlatGeobuf is a compact binary vector format built for efficient reading, streaming, and distribution of large static geospatial datasets.
FlatGeobuf focuses on performance. It uses a binary layout that is lighter to parse than text-heavy formats and is well suited to delivering large feature collections without the overhead of a database server.
The format is especially attractive for publish-once, read-many workflows where the main goal is quick transfer and efficient client-side access rather than rich transactional editing.