FlatGeobuf

FlatGeobuf (FGB)

Open Beta
.fgb · application/flatgeobuf

FlatGeobuf este un format binar de înaltă performanță pentru geodate, bazat pe FlatBuffers. Optimizat pentru fluxurile de lucru cloud-native și cererile HTTP de tip range. Index spațial încorporat pentru acces instantaneu la orice fragment al hărții.

Exportă FlatGeobuf acum ✨ Open Beta — gratuit, fără limite

Caracteristici principale

Format binar compact
Index spațial încorporat
Cereri HTTP de tip range
Încărcare rapidă a fragmentelor
Example FlatGeobuf export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Despre formatul FlatGeobuf

FlatGeobuf is a binary vector data format based on FlatBuffers, which appeared in 2018 as "a shapefile for the cloud". Features are laid out in the file sequentially, with a spatial index written alongside, so the fragment you need is read directly, without parsing the whole file.

The main feature is working over HTTP range requests: you can put the file in object storage or on static hosting and read from the browser only the features that fall into the current screen. You don't have to stand up a geoserver for the sake of one layer.

All the selected layers are merged into a single .fgb, and every feature keeps a _layer attribute with the name of its source layer — it takes the export apart again into roads, buildings, water and greenery. OpenStreetMap attributes are preserved, coordinates are WGS84 (EPSG:4326), and the spatial index is written automatically.

Compared to GeoJSON the file is noticeably smaller and reads faster; compared to a shapefile there are no limits on field name length, encoding or size. There is one price to pay: you cannot look at such a file in a text editor.

Ce program deschide fișierele FlatGeobuf

Următoarele programe și aplicații pot deschide, edita și prelucra fișiere FlatGeobuf (FGB) (.fgb) exportate din OSM2CDR:

🌎QGIS 💻GDAL/OGR 💻GeoPandas 💻MapLibre 💻DeckGL 💻Leaflet (flatgeobuf plugin)

Format specifications

Cine folosește hărțile FlatGeobuf

🏗
GIS în cloud
The layer sits in object storage and is read directly, with no database and no geoserver.
💻
Streaming de geodate
The client fetches only the features in the visible area — thanks to the index and range requests.
📊
Hărți web
A vector source for MapLibre, deck.gl and Leaflet that loads faster than an equivalent GeoJSON.
🎨
Seturi mari de date
Hundreds of thousands of features in one file, without the shapefile's limits on size and field names.
🗺
Arhitectură serverless
A static file instead of an API: nothing to stand up and nothing to maintain.

Cum se exportă FlatGeobuf

1
Selectează zona
Desenează un dreptunghi sau un poligon pe harta interactivă de pe osm2cdr.ru
2
Alege FlatGeobuf
Selectează FlatGeobuf (FGB) din lista celor 127 de formate de export disponibile
3
Exportă
Apasă Export și primește fișierul .fgb în 1-5 minute
4
Descarcă
Descarcă fișierul FlatGeobuf finalizat și deschide-l în QGIS

Cum se deschide fișierul după export

Hărți populare în FlatGeobuf

Free

Obține exporturi de hărți FlatGeobuf (FGB)

Descarcă hărți FlatGeobuf profesionale din OpenStreetMap. Generare instantanee, orice zonă.

Gratuit / export
Exportă FlatGeobuf acum →

Întrebări frecvente

De ce este FlatGeobuf mai bun decât GeoJSON?
Pot deschide FlatGeobuf în QGIS?
How do I split the export back into layers?
Which coordinate system does the data arrive in?
Does the file have to be on a server for range requests to work?

Formate înrudite

Exportate frecvent împreună

Related Articles